C2C
Gets a list of connectors
Gets a list of cloud-to-cloud connectors for the project projectId.
get/c2c/v4/connectors
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
limitinteger
The number of items to return per page
Response
Successful
Example response
{
"items": [
{
"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
}
]
}