Retrieve a Particular Event
GET /v2/events/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
guid
|
The guid of the event.
|
|
|
|
type
|
The type of the event.
|
|
- app.crash
- audit.app.update
- audit.app.create
- audit.app.delete-request
- 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.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
|
- app.crash
- audit.app.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.
|
|
|
|
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.
|
|
|
|
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Event
|
|
|
Request
Headers
Route
GET /v2/events/ef96e2f3-c03b-403d-86e3-620cf7729ecc
cURL
curl "https://api.[your-domain.com]/v2/events/ef96e2f3-c03b-403d-86e3-620cf7729ecc" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3OSIsImVtYWlsIjoiZW1haWwtMTIwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NDF9.ryYa4ajlsSxCpKkbVP0TKn0EIB-L7AsJA9KKDwBcV6g" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "ef96e2f3-c03b-403d-86e3-620cf7729ecc",
"url": "/v2/events/ef96e2f3-c03b-403d-86e3-620cf7729ecc",
"created_at": "2015-01-20T01:52:21+00:00",
"updated_at": null
},
"entity": {
"type": "name-1317",
"actor": "guid-d6c938bf-235c-4e28-9d11-acac54bde018",
"actor_type": "name-1318",
"actor_name": "name-1319",
"actee": "guid-8a56208b-a575-40d3-a043-805a8a643d2a",
"actee_type": "name-1320",
"actee_name": "name-1321",
"timestamp": "2015-01-20T01:52:21+00:00",
"metadata": {
},
"space_guid": "f7512332-d051-4d78-8e49-1eff17cb708a",
"organization_guid": "6e2a04c6-56cb-4eb6-aee8-9fca858f393b"
}
}