Retrieve a Particular Service Usage Event
GET /v2/service_usage_events/:guid
Request
Route
GET /v2/service_usage_events/db521fbb-0fbc-4252-ba24-ddb6345aad06
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_usage_events/db521fbb-0fbc-4252-ba24-ddb6345aad06" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxNSIsImVtYWlsIjoiZW1haWwtMjQyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzIzMTM2MjN9.qjv-OTUxlULuNsBj356muja7uKU7oxG1bTEHL9N86Ps" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "db521fbb-0fbc-4252-ba24-ddb6345aad06",
"url": "/v2/service_usage_events/db521fbb-0fbc-4252-ba24-ddb6345aad06",
"created_at": "2015-05-15T16:53:43Z"
},
"entity": {
"state": "CREATED",
"org_guid": "guid-7fafd019-cd30-44e2-adff-2071acc6aa91",
"space_guid": "guid-573b31b7-35d6-48ae-8cd7-b290d364bbaa",
"space_name": "name-1916",
"service_instance_guid": "guid-b2d86790-ffde-433a-9b9d-1b535b7c6196",
"service_instance_name": "name-1917",
"service_instance_type": "type-4",
"service_plan_guid": "guid-71b43d11-3d28-4911-b8f8-9d6d0b6aa1ac",
"service_plan_name": "name-1918",
"service_guid": "guid-e5a3652d-4974-49a1-ac18-86c0d940ad44",
"service_label": "label-52"
}
}
Headers