Retrieves objects in the CDO tenant
GET {{baseUrl}}/v0/objects?q=<string>&offset=0&limit=50&sortBy=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | The query to execute. Use the Lucene Query Syntax to construct your query. | |
offset | number | The offset of the results retrieved. The CDO Public API uses the offset field to determine the index of the first result retrieved, and will retrieve limit results from the offset specified. | |
limit | number | The number of results to retrieve. | |
sortBy | string | The fields to sort results by. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":"\u003clong\u003e","limit":"\u003clong\u003e","offset":"\u003clong\u003e","items":[{"uid":"\u003cuuid\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","value":{"defaultContent":{"protocol":"PNNI","serviceValue":{"icmp4Type":"MOBILE_HOST_REDIRECT","icmp4Code":"COMM_ADMINISTRATIVELY_PROHIBITED"}},"objectType":"NETWORK_OBJECT","overrides":[{"content":{"protocol":"RDP","serviceValue":{"icmp4Type":"REDIRECT_MESSAGE","icmp4Code":"REDIRECT_DATAGRAM_NETWORK"}},"targetId":"\u003cstring\u003e"},{"content":{"protocol":"XNSIDP","serviceValue":{"icmp4Type":"INFO_REQUEST","icmp4Code":"PROTOCOL_UNREACHABLE"}},"targetId":"\u003cstring\u003e"}]},"targetIds":["\u003cstring\u003e","\u003cstring\u003e"],"overrideIds":["\u003cstring\u003e","\u003cstring\u003e"],"tags":{"exercitation742":["\u003cstring\u003e","\u003cstring\u003e"],"ex8":["\u003cstring\u003e","\u003cstring\u003e"]},"labels":["\u003cstring\u003e","\u003cstring\u003e"],"issues":{"unusedTargetIds":["\u003cstring\u003e","\u003cstring\u003e"]}},{"uid":"\u003cuuid\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","value":{"defaultContent":{"protocol":"XNET","serviceValue":{"icmp4Type":"INFO_REQUEST","icmp4Code":"DECRYPTION_FAILED"}},"objectType":"SERVICE_GROUP","overrides":[{"content":{"protocol":"IGP","serviceValue":{"icmp4Type":"WHERE_ARE_YOU","icmp4Code":"TTL_EXPIRED_TRANSIT"}},"targetId":"\u003cstring\u003e"},{"content":{"protocol":"CRUDP","serviceValue":{"icmp4Type":"TRACEROUTE","icmp4Code":"SOURCE_ROUTE_FAILED"}},"targetId":"\u003cstring\u003e"}]},"targetIds":["\u003cstring\u003e","\u003cstring\u003e"],"overrideIds":["\u003cstring\u003e","\u003cstring\u003e"],"tags":{"cupidatat_0_":["\u003cstring\u003e","\u003cstring\u003e"]},"labels":["\u003cstring\u003e","\u003cstring\u003e"],"issues":{"unusedTargetIds":["\u003cstring\u003e","\u003cstring\u003e"]}}]}