getLink

abstract suspend fun getLink(input: GetLinkRequest): GetLinkResponse

Retrieves information about a link between gateways.

Returns detailed information about the link configuration, status, and associated gateways.

Samples

// Retrieves details of a specific link
val resp = rtbFabricClient.getLink {
    gatewayId = "rtb-gw-12345678"
    linkId = "link-87654321"
}