Skip to main content

Get a BGP filtering profile

GET 

/bgp-filtering-profiles/:id

Get an existing BGP filtering profile.

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
    description string
    ipv4
    ipv4 objectrequired
    unicast object
    filter_list object
    inbound string
    outbound string
    inbound_network_filters object
    distribute_list string
    prefix_list string
    outbound_network_filters object
    distribute_list string
    prefix_list string
    route_maps object
    inbound string
    outbound string
    conditional_advertisement object
    exist object
    advertise_map string
    exist_map string
    non_exist object
    advertise_map string
    non_exist_map string
    unsuppress_map string
    multicast object
    oneOf
    inherit boolean

    Inherit from unicast

Loading...