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. |
|
|
orphan-relations | 0 - de-duplicate object entries in response |
|
|
exclude-relations | comma-delimited list of relations to drop from response |
|
|
include-relations | comma-delimited list of the only relations to include in response |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg5IiwiZW1haWwiOiJlbWFpbC02MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE5OTg5OTY0fQ.rx1be7gVKfKdL89GP9RKNmj-2mmMCJjf1naDQOqW260 Host: example.org Cookie:
GET /v2/events?q=actee:d2b3ca72-a451-4290-9a39-e2f0be362f45&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:d2b3ca72-a451-4290-9a39-e2f0be362f45&q=timestamp%3E2014-01-01+00%3A00%3A00-04%3A00" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg5IiwiZW1haWwiOiJlbWFpbC02MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE5OTg5OTY0fQ.rx1be7gVKfKdL89GP9RKNmj-2mmMCJjf1naDQOqW260" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 1960f59b-2d4f-4229-9182-711b287ce271 Content-Length: 2794 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 3, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "29519a2e-b957-494e-9303-a5bdf907743d", "url": "/v2/events/29519a2e-b957-494e-9303-a5bdf907743d", "created_at": "2014-12-24T01:39:24+00:00", "updated_at": null }, "entity": { "type": "audit.app.create", "actor": "uaa-id-88", "actor_type": "user", "actor_name": "user@email.com", "actee": "d2b3ca72-a451-4290-9a39-e2f0be362f45", "actee_type": "app", "actee_name": "name-455", "timestamp": "2014-12-24T01:39:24+00:00", "metadata": { "request": { "name": "new", "instances": 1, "memory": 84, "state": "STOPPED", "environment_json": "PRIVATE DATA HIDDEN" } }, "space_guid": "f8691c5b-640f-459c-805f-8e96a1d29363", "organization_guid": "6e4b8161-cc6c-4144-bd43-1f25def336fd" } }, { "metadata": { "guid": "c22fcaa6-0a62-424d-9591-8297641285ee", "url": "/v2/events/c22fcaa6-0a62-424d-9591-8297641285ee", "created_at": "2014-12-24T01:39:24+00:00", "updated_at": null }, "entity": { "type": "audit.app.update", "actor": "uaa-id-88", "actor_type": "user", "actor_name": "user@email.com", "actee": "d2b3ca72-a451-4290-9a39-e2f0be362f45", "actee_type": "app", "actee_name": "name-455", "timestamp": "2014-12-24T01:39:24+00:00", "metadata": { "request": { "name": "new", "instances": 1, "memory": 84, "state": "STOPPED", "environment_json": "PRIVATE DATA HIDDEN" } }, "space_guid": "f8691c5b-640f-459c-805f-8e96a1d29363", "organization_guid": "6e4b8161-cc6c-4144-bd43-1f25def336fd" } }, { "metadata": { "guid": "08cc6e65-4cbd-43a3-acd5-2d86812c2485", "url": "/v2/events/08cc6e65-4cbd-43a3-acd5-2d86812c2485", "created_at": "2014-12-24T01:39:24+00:00", "updated_at": null }, "entity": { "type": "audit.app.delete-request", "actor": "uaa-id-88", "actor_type": "user", "actor_name": "user@email.com", "actee": "d2b3ca72-a451-4290-9a39-e2f0be362f45", "actee_type": "app", "actee_name": "name-455", "timestamp": "2014-12-24T01:39:24+00:00", "metadata": { "request": { "recursive": false } }, "space_guid": "f8691c5b-640f-459c-805f-8e96a1d29363", "organization_guid": "6e4b8161-cc6c-4144-bd43-1f25def336fd" } } ] }