Skip to main content

Get a traffic steering rule

GET 

/traffic-steering-rules/:id

Get an existing Service Connection traffic steering rule.

Request

Path Parameters

    id stringrequired

    The UUID of the configuration resource

Responses

OK

Schema
    id uuidrequired

    The UUID of the traffic steering rule

    name stringrequired
    folder stringrequired

    Default value: Service Connections

    The folder containing the traffic steering rule

    action object
    oneOf
    forward object
    target string
    no-pbf object
    category string[]
    destination string[]

    Default value: any

    service string[]required

    Default value: any

    source string[]required

    Default value: any

    source_user string[]

    Default value: any

Loading...