Get status for each instance of an App using the app guid.
GET /v2/apps/d4e0dd63-3d28-416d-a766-9d6d2024c7da/instances
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the App |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1MiIsImVtYWlsIjoiZW1haWwtMzIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTMzMTA5OTZ9.oD1o5zujwblZlZoqL4-Nv0TTi0RUsR2YAZsHcToU5i8 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/apps/d4e0dd63-3d28-416d-a766-9d6d2024c7da/instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1MiIsImVtYWlsIjoiZW1haWwtMzIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTMzMTA5OTZ9.oD1o5zujwblZlZoqL4-Nv0TTi0RUsR2YAZsHcToU5i8" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "0": { "state": "RUNNING", "since": 1403140717.984577, "debug_ip": null, "debug_port": null, "console_ip": null, "console_port": null } }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 123 X-Content-Type-Options: nosniff