getLinkRoutingRule
inline suspend fun RtbFabricClient.getLinkRoutingRule(crossinline block: GetLinkRoutingRuleRequest.Builder.() -> Unit): GetLinkRoutingRuleResponse
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"
}Content copied to clipboard