Skip to main content

Update Device ID Site Config (v2.0)

PUT 

/sdwan/v2.1/api/sites/:site_id/deviceidconfigs/:config_id

Update device ID site config and associate deviceid profile.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    config_id stringrequired

    The source site config ID.

Body

Details of the Device ID site config to be created

    cfg_device_id_enabled boolean

    The CFG device ID, if enabled.

    id string

    The ID.

Responses

Successful Operation

Schema
    cfg_device_id_enabled boolean

    The CFG device ID, if enabled.

    deviceid_profile_id string

    The deviceid profile ID.

    id string

    The ID.

    site_id stringrequired

    The site ID.

Loading...