Skip to main content

Create an SD-WAN traffic distribution profile

POST 

/sdwan-traffic-distribution-profiles

Create a new SD-WAN traffic distribution profile.

Request

Body

Created

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    name stringrequired

    Possible values: <= 31 characters

    Profile name

    traffic-distribution stringrequired

    Possible values: [Best Available Path, Top Down Priority, Weighted Session Distribution]

    Default value: Best Available Path

    Traffic distribution

    link-tags object[]required

    Link-Tags for interfaces identified by defined tags

  • Array [
  • name stringrequired

    Possible values: <= 255 characters

    Link-Tag used for identifying a set of interfaces

    weight integer

    Possible values: <= 100

    Weight (percentage) (only used when traffic-distribution is Weighted Session Distribution)

  • ]

Responses

Created

Loading...