Update Device ID Element Level Config (v2.0)
PUT/sdwan/v2.0/api/sites/:site_id/elements/:element_id/deviceidconfigs/:deviceid_config_id
Update device id element level (source interface) config.
Request
Path Parameters
site_id stringrequired
The site ID.
element_id stringrequired
The element ID.
deviceid_config_id stringrequired
The deviceid config ID.
- application/json
Body
Details of the Device ID element level config to be updated
description
The device id element description.
id string
The device ID.
name stringrequired
Device ID element name.
snmp_discovery_source_interface_id string
The snmp discovery source interface ID.
tags string[]
A information field that can be added to device id element. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
description
The device id element description.
id string
The device ID.
name stringrequired
Device ID element name.
snmp_discovery_source_interface_id string
The snmp discovery source interface ID.
tags string[]
A information field that can be added to device id element. Maximum 10 unique tags of length 1024 each are allowed.
{
"id": "string",
"name": "string",
"snmp_discovery_source_interface_id": "string",
"tags": [
"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_SOURCE_INTERFACE"
},
{
"code": "DEVICEID_INVALID_INTERFACE"
},
{
"code": "DEVICEID_INVALID_INTERFACE_TYPE"
}
]
}
}
Loading...