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/1ed36e51-d3bf-4144-8357-2da1d4f86a46/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/1ed36e51-d3bf-4144-8357-2da1d4f86a46/stats" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MSIsImVtYWlsIjoiZW1haWwtMjAyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjY2MzM5MTF9.tIxFZ1tP6yTkji70ISvE3tENRiDg3VsoDhSt1S3IJSU" \
-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