Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the event. |
|
|
|
type | The type of the event. |
|
|
|
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. |
|
|
Name | Description | Valid Values | Example Values |
---|---|---|---|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: timestamp, type, actee |
|
|
page | Page of results to fetch |
|
|
results-per-page | Number of results per page |
|
|
order-direction | Order of the results: asc (default) or desc |
|
|
inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyOSIsImVtYWlsIjoiZW1haWwtOTNAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNTc1NDEzNn0.D_PVQRFDLdh06SfTgNDUsC_89VN52Ai9U1OM6tB74qQ Host: example.org Cookie:
GET /v2/events?q=actee:3fc378ab-e0d9-4b37-aeb1-f51f4bb51638&q=timestamp%3E2014-01-01+00%3A00%3A00-04%3A00
q: timestamp>2014-01-01 00:00:00-04:00
curl "https://api.[your-domain.com]/v2/events?q=actee:3fc378ab-e0d9-4b37-aeb1-f51f4bb51638&q=timestamp%3E2014-01-01+00%3A00%3A00-04%3A00" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyOSIsImVtYWlsIjoiZW1haWwtOTNAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNTc1NDEzNn0.D_PVQRFDLdh06SfTgNDUsC_89VN52Ai9U1OM6tB74qQ" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 982771ef-aa7c-474e-80ed-bf43b2687239 Content-Length: 2797 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 3, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "1ca0ddf1-a4a8-4692-bb97-2b58a68295e1", "url": "/v2/events/1ca0ddf1-a4a8-4692-bb97-2b58a68295e1", "created_at": "2014-11-05T01:02:16+00:00", "updated_at": null }, "entity": { "type": "audit.app.create", "actor": "uaa-id-128", "actor_type": "user", "actor_name": "user@email.com", "actee": "3fc378ab-e0d9-4b37-aeb1-f51f4bb51638", "actee_type": "app", "actee_name": "name-567", "timestamp": "2014-11-05T01:02:16+00:00", "metadata": { "request": { "name": "new", "instances": 1, "memory": 84, "state": "STOPPED", "environment_json": "PRIVATE DATA HIDDEN" } }, "space_guid": "134597cd-51e2-41d3-8642-aa6565d6cba2", "organization_guid": "0168d518-a409-4ba1-b473-564ed94d4f40" } }, { "metadata": { "guid": "45cbd782-036d-4eef-bb2d-c4af476f2068", "url": "/v2/events/45cbd782-036d-4eef-bb2d-c4af476f2068", "created_at": "2014-11-05T01:02:16+00:00", "updated_at": null }, "entity": { "type": "audit.app.update", "actor": "uaa-id-128", "actor_type": "user", "actor_name": "user@email.com", "actee": "3fc378ab-e0d9-4b37-aeb1-f51f4bb51638", "actee_type": "app", "actee_name": "name-567", "timestamp": "2014-11-05T01:02:16+00:00", "metadata": { "request": { "name": "new", "instances": 1, "memory": 84, "state": "STOPPED", "environment_json": "PRIVATE DATA HIDDEN" } }, "space_guid": "134597cd-51e2-41d3-8642-aa6565d6cba2", "organization_guid": "0168d518-a409-4ba1-b473-564ed94d4f40" } }, { "metadata": { "guid": "841f94a2-782f-42d2-b9e2-1ea5fbaad173", "url": "/v2/events/841f94a2-782f-42d2-b9e2-1ea5fbaad173", "created_at": "2014-11-05T01:02:16+00:00", "updated_at": null }, "entity": { "type": "audit.app.delete-request", "actor": "uaa-id-128", "actor_type": "user", "actor_name": "user@email.com", "actee": "3fc378ab-e0d9-4b37-aeb1-f51f4bb51638", "actee_type": "app", "actee_name": "name-567", "timestamp": "2014-11-05T01:02:16+00:00", "metadata": { "request": { "recursive": false } }, "space_guid": "134597cd-51e2-41d3-8642-aa6565d6cba2", "organization_guid": "0168d518-a409-4ba1-b473-564ed94d4f40" } } ] }