Fetch a list of SDCs in the CDO tenant
GET {{baseUrl}}/v1/connectors/sdcs?limit=50&offset=0&q=<string>&sort=<string>&sort=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The number of results to retrieve. | |
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. | |
q | string | The query to execute. Use the Lucene Query Syntax to construct your query. | |
sort | string | The fields to sort results by. | |
sort | string | The fields to sort results by. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","offset":"\u003cinteger\u003e","items":[{"name":"\u003cstring\u003e","sdcPublicKey":{"base64EncodedKey":"\u003cstring\u003e","keyId":"\u003cstring\u003e"},"uid":"\u003cuuid\u003e","softwareVersion":"\u003cstring\u003e","ipAddress":"\u003cstring\u003e","sdcStatus":"ACTIVE","lastHeartbeat":"\u003cdateTime\u003e"},{"name":"\u003cstring\u003e","sdcPublicKey":{"base64EncodedKey":"\u003cstring\u003e","keyId":"\u003cstring\u003e"},"uid":"\u003cuuid\u003e","softwareVersion":"\u003cstring\u003e","ipAddress":"\u003cstring\u003e","sdcStatus":"DISABLED","lastHeartbeat":"\u003cdateTime\u003e"}]}