Get CB Connection Info
Request
URI
GET
https://{api_host}/dt-rest/v100/hydra/manager/brokerconnection
COPY
Responses
200
successful operation
Returns DtCBConnectionInfo of type(s) */*
{
"connectorURL": "string",
"podId": "string",
"instanceId": "string",
"tenantId": "string",
"secrets": [
{
"token": [
"string"
],
"expiry": 0,
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}