Skip to main content

Get an SD-WAN rule

GET 

/sdwan-rules/:id

Get an existing SD-WAN rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id string

    UUID of the resource

    name stringrequired

    Rule name

    description string

    Rule description

    position stringrequired

    Possible values: [pre, post]

    Rule postion relative to device rules

    disabled boolean

    Disable rule?

    tag string[]

    List of tags

    from string[]required

    List of source zones

    to string[]required

    List of destination zones

    source string[]required

    List of source addresses

    negate_source boolean

    Negate source address(es)?

    source_user string[]required

    List of source users

    destination string[]required

    List of destination addresses

    negate_destination boolean

    Negate destination address(es)?

    application string[]required

    List of applications

    service string[]required

    List of services

    path_quality_profile stringrequired

    Path quality profile

    saas_quality_profile string

    SaaS quality profile

    error_correction_profile string

    Error correction profile

    action objectrequired
    traffic_distribution_profile stringrequired

    Traffic dstribution profile

Loading...