Skip to main content

Get a BGP redistribution profile

GET 

/bgp-redistribution-profiles/:id

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

    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

Loading...