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/c8fc2d56-2992-476d-b8a2-2de2dcb0de0e/stats
cURL
curl "https://api.[your-domain.com]/v2/apps/c8fc2d56-2992-476d-b8a2-2de2dcb0de0e/stats" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NyIsImVtYWlsIjoiZW1haWwtMTkyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTY1MjY3MDl9.KrhNp-tCb9YEKDHZTBKUMMB7JKcg_SC1saypS20edDU" \
-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}}}