getCloudConnector

Get configuration details for a cloud connector.

Samples

// GetCloudConnector happy path for TP Link to get connector resource
val resp = iotManagedIntegrationsClient.getCloudConnector {
    identifier = "123456789012"
}
// GetCloudConnector happy path for Ring to pending status
val resp = iotManagedIntegrationsClient.getCloudConnector {
    identifier = "123456789012"
}