GET /v2/events?q=type:audit.route.update
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 |
|
|
q: type:audit.route.update
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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxOSIsImVtYWlsIjoiZW1haWwtMjk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2NDh9.FVLuZd0cPBjZjvy90l23PxoiK5YDJWckj0KhCXKA9rg Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/events?q=type:audit.route.update" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxOSIsImVtYWlsIjoiZW1haWwtMjk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2NDh9.FVLuZd0cPBjZjvy90l23PxoiK5YDJWckj0KhCXKA9rg" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "0201ebd3-dafe-43f3-a35b-22739c7e466c", "url": "/v2/events/0201ebd3-dafe-43f3-a35b-22739c7e466c", "created_at": "2016-04-16T01:24:07Z", "updated_at": null }, "entity": { "type": "audit.route.update", "actor": "uaa-id-418", "actor_type": "user", "actor_name": "user@example.com", "actee": "6d084af6-18d7-4b96-8e9f-d2c22916ed97", "actee_type": "route", "actee_name": "host-35", "timestamp": "2016-04-16T01:24:07Z", "metadata": { "request": { "host": "dora", "domain_guid": "some-domain-guid", "space_guid": "some-space-guid" } }, "space_guid": "f90c7ba2-7bda-4f2a-a438-fb32087be1cb", "organization_guid": "cd283ec1-6fca-49eb-b4b5-f58a9509acc2" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 2f9661dc-b972-42c4-8ae0-7dc7e9c5f6dd Content-Length: 992 X-Content-Type-Options: nosniff