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.

Request

Route

GET /v2/apps/cb0946e8-c35f-42ec-9446-d25ab1932737/instances

Parameters

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

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxNCIsImVtYWlsIjoiZW1haWwtMTQ2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMDZ9.PvRyKloX7y5mQtbQERIfzjNtOqlLw0reQQyzOyafzfc
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/apps/cb0946e8-c35f-42ec-9446-d25ab1932737/instances" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxNCIsImVtYWlsIjoiZW1haWwtMTQ2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMDZ9.PvRyKloX7y5mQtbQERIfzjNtOqlLw0reQQyzOyafzfc" \
	-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

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: acc4d0c8-9eb1-4da4-bfd5-61c1213340f4
Content-Length: 123
X-Content-Type-Options: nosniff