C2C
Gets a connector info
Gets connector info for the connector connectorId.
get/c2c/v4/connectors/{connectorId}
Path parameters
connectorIdstring required
Identifier of the connector
Response
Successful
Example response
{
"driverId": "my-driver-1-id",
"enabled": true,
"externalCloudInfo": {
"extAppId": "ext-app-id",
"extUserId": "ext-user-id",
"extUserPassword": "ext-user-password"
},
"name": "driver-name",
"refreshIntervalS": 3600
}