Get detailed stats for a STARTED App
GET /v2/apps/:guid/stats
Get status for each instance of an App using the app guid.
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
Request
Headers
Route
GET /v2/apps/fbf47081-7c2a-4153-baac-868e19491a93/stats
cURL
curl "https://api.[your-domain.com]/v2/apps/fbf47081-7c2a-4153-baac-868e19491a93/stats" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4MSIsImVtYWlsIjoiZW1haWwtMjA2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDh9.sVo7aF4zHpH65509CzCy0bhoqmxpjzdqsDl0bdPPLSc" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{"0":{"state":"RUNNING","stats":{"usage":{"disk":66392064,"mem":29880320,"cpu":0.13511219703079957,"time":"2014-06-19 22:37:58 +0000"},"name":"app_name","uris":["app_name.example.com"],"host":"10.0.0.1","port":61035,"uptime":65007,"mem_quota":536870912,"disk_quota":1073741824,"fds_quota":16384}}}