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

KeyDatatypeRequiredDescription
limitnumberThe number of results to retrieve.
offsetnumberThe 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.
qstringThe query to execute. Use the Lucene Query Syntax to construct your query.
sortstringThe fields to sort results by.
sortstringThe fields to sort results by.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;limit&quot;:&quot;\u003cinteger\u003e&quot;,&quot;offset&quot;:&quot;\u003cinteger\u003e&quot;,&quot;items&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;sdcPublicKey&quot;:{&quot;base64EncodedKey&quot;:&quot;\u003cstring\u003e&quot;,&quot;keyId&quot;:&quot;\u003cstring\u003e&quot;},&quot;uid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;softwareVersion&quot;:&quot;\u003cstring\u003e&quot;,&quot;ipAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;sdcStatus&quot;:&quot;ACTIVE&quot;,&quot;lastHeartbeat&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;sdcPublicKey&quot;:{&quot;base64EncodedKey&quot;:&quot;\u003cstring\u003e&quot;,&quot;keyId&quot;:&quot;\u003cstring\u003e&quot;},&quot;uid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;softwareVersion&quot;:&quot;\u003cstring\u003e&quot;,&quot;ipAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;sdcStatus&quot;:&quot;DISABLED&quot;,&quot;lastHeartbeat&quot;:&quot;\u003cdateTime\u003e&quot;}]}