Skip to main content

Update LAN Segment (v2.0)

PUT 

/sdwan/v2.0/api/networkcontexts/:network_context_id

Update a specific LAN segment.

Request

Path Parameters

    network_context_id stringrequired

    The ID of the network context.

Body

Details of lan segment to be updated

    description

    The description of the network context config. Maz size = 256.

    id string

    The ID of the network context.

    name stringrequired

    The name of the network context config. Max size = 128.

Responses

Successful Operation

Schema
    description

    The description of the LAN segment. Maz size = 256.

    id string

    The ID of the LAN segment.

    name string

    The name of the LAN segment. Max size = 128.

Loading...