List all devices affected by a ConfigMap (including those linked via device type)
GET/api/v1/get_config/:configMapIdentifier/config-map/affected-devices
List all devices affected by a ConfigMap (including those linked via device type)
Request
Path Parameters
configMapIdentifier stringrequired
ConfigMap project ID or name
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
deviceId stringrequired
Device ID affected by the config map
associationType stringrequired
Possible values: [deviceType, deviceId]
How the device was associated
associationValue stringrequired
The value of the association (device type ID or device ID)
[
{
"deviceId": "string",
"associationType": "deviceType",
"associationValue": "string"
}
]
Loading...