getCloudConnector

Gets all the information about a connector for a connector developer.

Samples


fun main() { 
   //sampleStart 
   // GetCloudConnector happy path for TP Link to get connector resource
val resp = iotManagedIntegrationsClient.getCloudConnector {
    identifier = "123456789012"
} 
   //sampleEnd
}

fun main() { 
   //sampleStart 
   // GetCloudConnector happy path for Ring to pending status
val resp = iotManagedIntegrationsClient.getCloudConnector {
    identifier = "123456789012"
} 
   //sampleEnd
}