getCloudConnector
inline suspend fun IotManagedIntegrationsClient.getCloudConnector(crossinline block: GetCloudConnectorRequest.Builder.() -> Unit): GetCloudConnectorResponse
Get configuration details for a cloud connector.
Samples
// GetCloudConnector happy path for TP Link to get connector resource
val resp = iotManagedIntegrationsClient.getCloudConnector {
identifier = "123456789012"
}Content copied to clipboard
// GetCloudConnector happy path for Ring to pending status
val resp = iotManagedIntegrationsClient.getCloudConnector {
identifier = "123456789012"
}Content copied to clipboard