Retrieve a Particular Event
GET /v2/events/:guid
Request
Route
GET /v2/events/84d9bf93-8657-4b69-b56c-ce50b0fd5fba
Headers
cURL
curl "https://api.[your-domain.com]/v2/events/84d9bf93-8657-4b69-b56c-ce50b0fd5fba" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwNSIsImVtYWlsIjoiZW1haWwtMTM0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjM2MTg3MTV9.H_8RVYFq-JLsPn-BmEJ9JXo6cMUMwtLWdK21a59vgRg" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the event.
|
|
|
type
|
The type of the event.
|
- app.crash
- audit.app.start
- audit.app.stop
- audit.app.update
- audit.app.create
- audit.app.delete-request
- audit.app.ssh-authorized
- audit.app.ssh-unauthorized
- audit.space.create
- audit.space.update
- audit.space.delete-request
- audit.service_broker.create
- audit.service_broker.update
- audit.service_broker.delete
- audit.service.create
- audit.service.update
- audit.service.delete
- audit.service_plan.create
- audit.service_plan.update
- audit.service_plan.delete
- audit.service_plan_visibility.create
- audit.service_plan_visibility.update
- audit.service_plan_visibility.delete
- audit.service_dashboard_client.create
- audit.service_dashboard_client.delete
- audit.service_instance.create
- audit.service_instance.update
- audit.service_instance.delete
- audit.service_instance.bind_route
- audit.service_instance.unbind_route
- audit.user_provided_service_instance.create
- audit.user_provided_service_instance.update
- audit.user_provided_service_instance.delete
- audit.service_binding.create
- audit.service_binding.delete
- audit.service_key.create
- audit.service_key.delete
- audit.route.create
- audit.route.update
- audit.route.delete-request
|
- app.crash
- audit.app.update
|
type
|
The type of the event.
|
- audit.app.droplet.create
- audit.app.droplet.delete
- audit.app.process.crash
- audit.app.process.create
- audit.app.process.delete
- audit.app.process.scale
- audit.app.process.terminate_instance
- audit.app.process.update
|
|
actor
|
The GUID of the actor.
|
|
|
actor_type
|
The actor type.
|
|
|
actor_name
|
The name of the actor.
|
|
|
actee
|
The GUID of the actee.
|
|
|
actee_type
|
The actee type.
|
|
- space
- app
- v3-app (experimental)
- v3-service-binding (experimental)
|
actee_name
|
The name of the actee.
|
|
|
timestamp
|
The event creation time.
|
|
|
metadata
|
The additional information about event.
|
|
|
space_guid
|
The guid of the associated space.
|
|
|
organization_guid
|
The guid of the associated organization.
|
|
|
{
"metadata": {
"guid": "84d9bf93-8657-4b69-b56c-ce50b0fd5fba",
"url": "/v2/events/84d9bf93-8657-4b69-b56c-ce50b0fd5fba",
"created_at": "2016-05-12T00:45:15Z",
"updated_at": null
},
"entity": {
"type": "name-1452",
"actor": "guid-e9c07784-d56b-4f16-94f4-9886ce460d4c",
"actor_type": "name-1453",
"actor_name": "name-1454",
"actee": "guid-12701177-c50f-4857-8870-78e549f68b0b",
"actee_type": "name-1455",
"actee_name": "name-1456",
"timestamp": "2016-05-12T00:45:15Z",
"metadata": {
},
"space_guid": "50394820-36b2-4737-9de5-2c3b99191819",
"organization_guid": "22a26875-9924-4c30-92c1-a24807a7ee15"
}
}
Headers