Get Device ID Site Configs (v2.0)
GET/sdwan/v2.0/api/sites/:site_id/deviceidconfigs
List all the device ID site configs.
Request
Path Parameters
site_id stringrequired
The site ID.
Responses
- 200
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"
}
Loading...