Skip to main content

List route access lists

GET 

/route-access-lists

Retrieve a list of route access lists.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

    Route access list name

    description string

    Description

    type object
    ipv4 object
    ipv4_entry object[]

    IPv4 access lists

  • Array [
  • name integer

    Possible values: >= 1 and <= 65535

    Sequence number

    action string

    Possible values: [deny, permit]

    Action

    source_address object
    oneOf
    address stringrequired

    Source IP address

    destination_address object
    oneOf
    address stringrequired

    Destination IP address

  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...