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.
- application/json
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
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
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.
{
"cfg_device_id_enabled": true,
"deviceid_profile_id": "string",
"id": "string",
"site_id": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "DEVICEID_INVALID_PROFILE_ID"
}
]
}
}
Loading...