OBJECT

RoutingModeCustomPercentage

Distribution ratio of a routing group, for a routing rule using custom distribution mode.

link GraphQL Schema definition

  • type RoutingModeCustomPercentage {
  • # The identifier of the routing group.
  • routingGroupId: UUID!
  • # The distribution ratio of the routing group, expressed as a percentage.
  • percent: Int!
  • }