Skip to main content

Get a route path access list

GET 

/route-path-access-lists/:id

Get an existing route path access list.

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

    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

  • ]
Loading...