Get Element Config (v2.0)
GEThttps://api.us.cloudgenix.com/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/deviceidconfigs/:config_id
Get element level configs.
Request
Path Parameters
tenant_id stringrequired
Tenant ID
site_id stringrequired
Site ID
element_id stringrequired
Element ID
config_id stringrequired
Source Site Config ID
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
description
The device id element description.
idstring
The device ID.
namestringrequired
Device ID element name.
snmp_discovery_source_interface_idstring
The snmp discovery source interface ID.
tagsstring[]
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"
]
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.us.cloudgenix.com/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/deviceidconfigs/:config_id' \
-H 'Accept: application/json'
ResponseClear