Skip to main content

Update VRF Context Profile (v2.0)

PUT 

/sdwan/v2.0/api/vrfcontextprofiles/:vrf_context_profile_id

Update a VRF context profile.

Request

Path Parameters

    vrf_context_profile_id stringrequired

    The ID of the VRF context profile.

Body

Details of vrf context profile to be updated

    description

    Description of the VRF profile. Max size = 256.

    id string

    The VRF profile ID.

    name stringrequired

    The name of the VRF profile. Max size = 128.

    tags string[]

    A information field that can be added to identify the VRF profile. Maximum 10 unique tags of length 1024 each are allowed.

    vrf_context_ids string[]

    The VRF context IDs.

    vrf_context_route_leak_rules VRFContextRouteLeakRule[]

    The valid VRF context leak rules.

  • Array [
  • description

    Description of the Route Leak Rule. Max size = 256.

    dest_vrf_context_id string

    The destination VRF ID for the Route Leak Rule.

    ipv4_prefixes string[]

    The leaked IPv4 prefixes of the Route Leak Rule. The leaked IPv4 prefix in the route leak rule must match the prefix configured on the interface.

    name string

    The name of the Route Leak Rule. Max size = 128.

    src_vrf_context_id string

    The SRC VRF ID.

  • ]

Responses

Successful Operation

Schema
    default_vrf_context_profile boolean

    VRF profile is enabled by default. True / False.

    description

    Description of the VRF profile. Max size = 256.

    id string

    The VRF profile ID.

    name stringrequired

    The name of the VRF profile. Max size = 128.

    tags string[]

    A information field that can be added to identify the VRF profile. Maximum 10 unique tags of length 1024 each are allowed.

    vrf_context_ids string[]

    The VRF context IDs.

    vrf_context_route_leak_rules VRFContextRouteLeakRule[]

    The valid VRF context leak rules.

  • Array [
  • description

    Description of the Route Leak Rule. Max size = 256.

    dest_vrf_context_id string

    The destination VRF ID for the Route Leak Rule.

    ipv4_prefixes string[]

    The leaked IPv4 prefixes of the Route Leak Rule. The leaked IPv4 prefix in the route leak rule must match the prefix configured on the interface.

    name string

    The name of the Route Leak Rule. Max size = 128.

    src_vrf_context_id string

    The SRC VRF ID.

  • ]
Loading...