Bulk Delete Start Network Node Config (v2.0)
POST/sdwan/v2.0/api/sites/:site_id/deviceidconfigs/:deviceid_config_id/bulkdelete_snmpdiscoverystartnodes
Bulk delete device ID of start network node config.
Request
Path Parameters
The site ID.
The deviceid config ID.
- application/json
Body
Details of the Device ID start network node config to be updated
- Array [
- Array [
- ]
- ]
The ID.
start_nodes BulkDeleteStartNode[]
Details of the start nodes. This is the IP address that the ION device uses as a starting point for network and device discovery.
The start node description.
Error message.
The ID.
The IPv4 address used as the starting point for network and device discovery.
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
Returns list of deleted start node ids based on query
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
The total number.
The ID.
items BulkDeleteStartNode[]
The start node description.
Error message.
The ID.
The IPv4 address used as the starting point for network and device discovery.
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.
{
"count": 0,
"id": "string",
"items": [
{
"error_message": "string",
"id": "string",
"ipv4_address": "string",
"name": "string",
"scope": [
{
"ipv4_prefix": "string"
}
],
"tags": [
"string"
]
}
]
}