List device-type associations for a ConfigMap project
GET/api/v1/get_config/:configMapIdentifier/config-map/associations
List device-type associations for a ConfigMap project
Request
Path Parameters
configMapIdentifier stringrequired
ConfigMap project ID or name
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id numberrequired
configMapProjectId numberrequired
deviceTypeId object
deviceId object
Specific device ID this association targets, or null for device-type / global rules
configProjectId object
Direct link to a specific CONFIG project, or null for device-type / device-id / global rules
[
{
"id": 0,
"configMapProjectId": 0,
"deviceTypeId": {},
"deviceId": {},
"configProjectId": {}
}
]
Loading...