This endpoint returns a count of started app instances under an organization. Note that crashing apps are included in this count.
GET /v2/organizations/f8a88eec-b4af-4a3f-84ad-868a590c904c/instance_usage
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Organization |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkyIiwiZW1haWwiOiJlbWFpbC02N0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYwNTA2NjQwfQ.NJTmtlzLzgYW9cD8eescsi9uoIH8JanNPmi_r1bNErE Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/organizations/f8a88eec-b4af-4a3f-84ad-868a590c904c/instance_usage" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkyIiwiZW1haWwiOiJlbWFpbC02N0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYwNTA2NjQwfQ.NJTmtlzLzgYW9cD8eescsi9uoIH8JanNPmi_r1bNErE" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "instance_usage": 3 }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 20 X-Content-Type-Options: nosniff