Skip to main content

Get a route community list

GET 

/route-community-lists/:id

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

    description string

    Description

    type object
    oneOf
    regular objectrequired
    regular_entry object[]

    Regular community lists

  • Array [
  • name integer

    Possible values: >= 1 and <= 65535

    Sequence number

    action string

    Possible values: [deny, permit]

    Action

    community string[]

    Possible values: [blackhole, no-peer, graceful-shutdown, accept-own, local-as, route-filter-v4, route-filter-v6, no-advertise, no-export, internet]

    Communities

  • ]
Loading...