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=294e8ecb-5bc0-4601-a5df-419a5671e050
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 |
|
|
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: 294e8ecb-5bc0-4601-a5df-419a5671e050
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. |
|
|
|
serivce_label | The name of the service. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MiIsImVtYWlsIjoiZW1haWwtMjA0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NTJ9.rZ6QuwSEazD-4cjEhly2zlnfiohNaBrLFYdQVzUteSM Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_usage_events?results-per-page=1&after_guid=294e8ecb-5bc0-4601-a5df-419a5671e050" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MiIsImVtYWlsIjoiZW1haWwtMjA0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NTJ9.rZ6QuwSEazD-4cjEhly2zlnfiohNaBrLFYdQVzUteSM" \ -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=294e8ecb-5bc0-4601-a5df-419a5671e050&order-direction=asc&page=2&results-per-page=1", "resources": [ { "metadata": { "guid": "c00c8c92-15d6-4465-8167-48800186e645", "url": "/v2/service_usage_events/c00c8c92-15d6-4465-8167-48800186e645", "created_at": "2015-03-05T19:15:52Z" }, "entity": { "state": "CREATED", "org_guid": "guid-c9941228-d914-4c64-99e4-a719d90d7a37", "space_guid": "guid-ebb2940d-bc56-4119-b4aa-df799e37ebd9", "space_name": "name-825", "service_instance_guid": "guid-41c7a3ee-6cfa-49c7-bebe-68b2776634ed", "service_instance_name": "name-826", "service_instance_type": "type-5", "service_plan_guid": "guid-7355eee8-5211-45f7-858b-593b3edefcc0", "service_plan_name": "name-827", "service_guid": "guid-a8145fc9-5628-4ebb-ba5f-f056af86fbd1", "service_label": "label-52" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 5932a811-a85f-4552-82ff-ef8a05fec94f Content-Length: 1050 X-Content-Type-Options: nosniff