Home
Version 3
Apps API

Apps API

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.

Fields

Name Description Default Valid Values Example Values

Parameters

Name Description Valid Values Example Values
guid The guid of the App

Request

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyOSIsImVtYWlsIjoiZW1haWwtMTcwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NDd9.9_l1PEujLQUiNcS_y01zeRPdWNhTsSnU6JdwzaUfawA
Host: example.org
Cookie: 

Route

GET /v2/apps/0fbda9a0-8289-457b-a2c4-f9012b80fc59/instances

cURL

curl "https://api.[your-domain.com]/v2/apps/0fbda9a0-8289-457b-a2c4-f9012b80fc59/instances" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyOSIsImVtYWlsIjoiZW1haWwtMTcwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NDd9.9_l1PEujLQUiNcS_y01zeRPdWNhTsSnU6JdwzaUfawA" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 860a55a7-91dc-4e9d-b94d-4c1feca399a6
Content-Length: 123
X-Content-Type-Options: nosniff

Status

200 OK

Body

{"0":{"state":"RUNNING","since":1403140717.984577,"debug_ip":null,"debug_port":null,"console_ip":null,"console_port":null}}