Get detailed stats for a STARTED App
GET /v2/apps/:guid/stats
Get status for each instance of an App using the app guid.
Request
Route
GET /v2/apps/9dc9a562-f9f5-4530-973b-279c06fbfc8f/stats
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/9dc9a562-f9f5-4530-973b-279c06fbfc8f/stats" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0NiIsImVtYWlsIjoiZW1haWwtMTc4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjc0ODA4NTd9.5uLEM2Km120A5FAJXPJl2zR6ibZLpGd-6LSnlEqvEsY" \
-H "Host: example.org" \
-H "Cookie: "
Response
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}}}
Headers