Infrastructure/Infrastructure Misc
GETInfrastructureSince 1.0SynchronousAuth Required
CursorQuery
Begin a cursor-based paginated query over a resource collection.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
resourceTypeStringType of resource to query (e.g. vm, host, volume) Type of resource to query (e.g. vm, host, volume)
sortStringField name to sort results by Field name to sort results by
orderStringSort direction: asc or desc Sort direction: asc or desc
pageSizeIntegerNumber of records to return per page Number of records to return per page
Example: 0
filterListFilter
Responses
Endpoint
GET/api/v1/resources/cursor-query
/api/v1/resources/cursor-query
Request Example
curl -X GET '{host}/api/v1/resources/cursor-query' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [],
"total": 200,
"nextCursor": "eyJsYXN0SWQiOiJ2bS0wNTAifQ==",
"hasMore": true
}Change History
This API has no change history records yet.
