Events are sorted by internal database IDs. This order may differ from created_at. Events close to the current time should not be processed because other events may still have open transactions that will change their order in the results.
GET /v2/service_usage_events?results-per-page=1&after_guid=ac821a3f-3f6e-44a4-a842-e7b360e41245
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: service_instance_type, service_guid |
|
|
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 |
|
|
after_guid | Restrict results to Service Usage Events after the one with the given guid |
|
|
results-per-page: 1 after_guid: ac821a3f-3f6e-44a4-a842-e7b360e41245
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the event. |
|
|
|
state | The desired state of the service. |
|
|
|
org_guid | The GUID of the organization. |
|
|
|
space_guid | The GUID of the space. |
|
|
|
space_name | The name of the space. |
|
|
|
service_instance_guid | The GUID of the service instance. |
|
|
|
service_instance_name | The name of the service instance. |
|
|
|
service_instance_type | The type of the service instance. |
|
|
|
service_plan_guid | The GUID for the service plan. |
|
|
|
service_plan_name | The name for the service plan. |
|
|
|
service_guid | The GUID of the service. |
|
|
|
created_at | The timestamp of the event creation. |
|
|
|
service_label | The name of the service. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NSIsImVtYWlsIjoiZW1haWwtMjU3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5Njd9.4UqS51Fw75PwIdqfnvJ1012EfO1uug01tVJ3j0-A-hw Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_usage_events?results-per-page=1&after_guid=ac821a3f-3f6e-44a4-a842-e7b360e41245" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NSIsImVtYWlsIjoiZW1haWwtMjU3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5Njd9.4UqS51Fw75PwIdqfnvJ1012EfO1uug01tVJ3j0-A-hw" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 2, "total_pages": 2, "prev_url": null, "next_url": "/v2/service_usage_events?after_guid=ac821a3f-3f6e-44a4-a842-e7b360e41245&order-direction=asc&page=2&results-per-page=1", "resources": [ { "metadata": { "guid": "e2bd01cf-173e-43a7-ae99-44590a508c0a", "url": "/v2/service_usage_events/e2bd01cf-173e-43a7-ae99-44590a508c0a", "created_at": "2015-10-15T23:52:47Z" }, "entity": { "state": "CREATED", "org_guid": "guid-276d5338-f5b8-47b3-9d25-0f77e825e3ce", "space_guid": "guid-cd64dcb5-0e09-4cc1-9f5c-847936696143", "space_name": "name-2302", "service_instance_guid": "guid-d37422cd-bffc-4754-9974-ad2a31353f7c", "service_instance_name": "name-2303", "service_instance_type": "type-5", "service_plan_guid": "guid-806368f4-bf63-4a32-8c49-319bbf5f0013", "service_plan_name": "name-2304", "service_guid": "guid-8e132261-4475-4dfb-ba23-3287e311b842", "service_label": "label-74" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 8780c3f1-0c96-4a9d-abc3-d691898a5e83 Content-Length: 1053 X-Content-Type-Options: nosniff