Skip to main content

Create a route path access list

POST 

/route-path-access-lists

Create a new route path access list.

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

    AS path access list name

    description string

    Description

    aspath_entry object[]

    AS paths

  • Array [
  • name integer

    Possible values: >= 1 and <= 65535

    Sequence number

    action string

    Possible values: [deny, permit]

    Action

    aspath_regex string

    AS path regular expression

  • ]

Responses

Created

Loading...