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=3e78f076-4344-4295-8cbe-639f45e78c48
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: 3e78f076-4344-4295-8cbe-639f45e78c48
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.eyJ1c2VyX2lkIjoidWFhLWlkLTczIiwiZW1haWwiOiJlbWFpbC00MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYxOTU4MzkzfQ.a5b2NXH_WVB5hW90htJYKHIgzdz72PoAe-ADyiY7HtM Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_usage_events?results-per-page=1&after_guid=3e78f076-4344-4295-8cbe-639f45e78c48" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTczIiwiZW1haWwiOiJlbWFpbC00MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYxOTU4MzkzfQ.a5b2NXH_WVB5hW90htJYKHIgzdz72PoAe-ADyiY7HtM" \ -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=3e78f076-4344-4295-8cbe-639f45e78c48&order-direction=asc&page=2&results-per-page=1", "resources": [ { "metadata": { "guid": "4fe0cdc5-b3c8-4ef7-aeea-8599d1f56e50", "url": "/v2/service_usage_events/4fe0cdc5-b3c8-4ef7-aeea-8599d1f56e50", "created_at": "2016-04-22T19:33:13Z" }, "entity": { "state": "CREATED", "org_guid": "guid-f02daf67-4265-4ea0-bf91-93c48eae4059", "space_guid": "guid-e357a08e-fa6f-4a63-9dbc-b47f3924006c", "space_name": "name-125", "service_instance_guid": "guid-03a0b2f9-184a-4611-9746-5ebe30bc7add", "service_instance_name": "name-126", "service_instance_type": "type-5", "service_plan_guid": "guid-e91e862e-f700-4282-b6b2-54d2e0ad5dbe", "service_plan_name": "name-127", "service_guid": "guid-2dfe8b3a-154c-43ce-946f-44b1d94f0927", "service_label": "label-6" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: fd47aa3b-f5b4-4501-bdf3-5b8e03425b69 Content-Length: 1049 X-Content-Type-Options: nosniff