Get Device ID Element Level Configs (v2.0)
GET/sdwan/v2.0/api/sites/:site_id/elements/:element_id/deviceidconfigs
Get device id element level configs.
Request
Path Parameters
site_id stringrequired
The site ID.
element_id stringrequired
The element ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
id string
The ID.
items DeviceIdElementConfig[]
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.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"name": "string",
"snmp_discovery_source_interface_id": "string",
"tags": [
"string"
]
}
]
}
Loading...