Get the instance information for a STARTED App
GET /v2/apps/:guid/instances
Get status for each instance of an App using the app guid.
Request
Route
GET /v2/apps/8d5262c4-ebae-40ef-9783-8c23887185b5/instances
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/8d5262c4-ebae-40ef-9783-8c23887185b5/instances" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwIiwiZW1haWwiOiJlbWFpbC0xMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM1MTAyODQ0fQ.yAIeAzPkioqW95LGXWW0A9dH0VrzVYM1ZJBIpb6sSjU" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{"0":{"state":"RUNNING","since":1403140717.984577,"debug_ip":null,"debug_port":null,"console_ip":null,"console_port":null}}
Headers