Update Start Network Node Config (v2.0)
PUT/sdwan/v2.0/api/sites/:site_id/deviceidconfigs/:deviceid_config_id/snmpdiscoverystartnodes/:deviceid_start_node_id
Update Start Network Node config.
Request
Path Parameters
The site ID.
The deviceid config ID.
The deviceid start node ID.
- application/json
Body
Details of the Device ID start network node config to be updated
- Array [
- ]
The device id start node description.
The device ID.
The IPv4 address used as the starting point for network and device discovery.
Device ID start node name.
scope StartNodeScopeConfig[]
Subnet scopes. A maximum of eight subnets can be entered per start node. This limits the discovery to a set of devices within the specified scope.
The prefix of the IPv4 address.
A information field that can be added to start nodes. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The device id start node description.
The device ID.
The IPv4 address used as the starting point for network and device discovery.
Device ID start node name.
scope StartNodeScopeConfig[]
Subnet scopes. A maximum of eight subnets can be entered per start node. This limits the discovery to a set of devices within the specified scope.
The prefix of the IPv4 address.
A information field that can be added to start nodes. Maximum 10 unique tags of length 1024 each are allowed.
{
"id": "string",
"ipv4_address": "string",
"name": "string",
"scope": [
{
"ipv4_prefix": "string"
}
],
"tags": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "DEVICEID_START_NODE_MAX_LIMIT"
}
]
}
}