Update Device ID Site Config (v2.0)
PUT/sdwan/v2.0/api/sites/:site_id/deviceidconfigs/:config_id
Update the device ID site config.
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.
id string
The ID.
{
"cfg_device_id_enabled": true,
"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": "DEVICE_ID_NOT_SUPPORTED_IN_HUB"
}
]
}
}
Loading...