Skip to main content

Update a BGP redistribution profile

PUT 

/bgp-redistribution-profiles/:id

Update an existing BGP redistribution 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

    Name

    ipv4 objectrequired
    unicast object
    static object
    enable boolean

    Enable static route redistribution?

    metric integer

    Possible values: >= 1 and <= 65535

    Route metric

    route_map string

    Route map

    ospf object
    enable boolean

    Enable OSPF route redistribution?

    metric integer

    Possible values: >= 1 and <= 65535

    Route metric

    route_map string

    Route map

    connected object
    enable boolean

    Enable connected route redistribution?

    metric integer

    Possible values: >= 1 and <= 65535

    Route metric

    route_map string

    Route map

Responses

OK

Loading...