Skip to main content

Get a route access list

GET 

/route-access-lists/:id

Get an existing route 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

    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

  • ]
Loading...