getLinkRoutingRule

Retrieves the details of a routing rule for a link.

Samples

// Get details of a link routing rule
val resp = rtbFabricClient.getLinkRoutingRule {
    gatewayId = "rtb-gw-12345678"
    linkId = "link-87654321"
    ruleId = "rule-abc123def456"
}