getLink
Retrieves information about a link between gateways.
Returns detailed information about the link configuration, status, and associated gateways.
Samples
fun main() {
//sampleStart
// Retrieves details of a specific link
val resp = rtbFabricClient.getLink {
gatewayId = "rtb-gw-12345678"
linkId = "link-87654321"
}
//sampleEnd
}