Skip to main content

Update a BGP filtering profile

PUT 

/bgp-filtering-profiles/:id

Update an existing BGP filtering profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    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

Responses

OK

Loading...