Retrieve a Particular App Usage Event
GET /v2/app_usage_events/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App Usage Event
|
|
|
Request
Headers
Route
GET /v2/app_usage_events/88aecaf1-38a6-4af9-a806-949e3402634c
cURL
curl "https://api.[your-domain.com]/v2/app_usage_events/88aecaf1-38a6-4af9-a806-949e3402634c" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4NSIsImVtYWlsIjoiZW1haWwtMjEwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDl9.IB93B_LhlTDKl5kH2Q2PXqvTAl50nc6FO8jogLSYjLY" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "88aecaf1-38a6-4af9-a806-949e3402634c",
"url": "/v2/app_usage_events/88aecaf1-38a6-4af9-a806-949e3402634c",
"created_at": "2014-11-05T01:02:29+00:00"
},
"entity": {
"state": "STARTED",
"memory_in_mb_per_instance": 564,
"instance_count": 1,
"app_guid": "guid-fff153e6-2dba-424c-a296-34c5c24a5d70",
"app_name": "name-1185",
"space_guid": "guid-f1a5d835-2059-4589-8399-965bc1acd68a",
"space_name": "name-1186",
"org_guid": "guid-e6d9aea1-cb66-4e83-bebd-2510ca9398cf",
"buildpack_guid": "guid-892ca3cf-8b4b-4dd2-b807-7eb75d0e5f8a",
"buildpack_name": "name-1187"
}
}