List all ConfigMap projects that apply to this CONFIG project (via device type or global)
GET/api/v1/get_config/:configIdentifier/config/config-maps
List all ConfigMap projects that apply to this CONFIG project (via device type or global)
Request
Path Parameters
configIdentifier stringrequired
Config project ID or name
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
configMapProjectId numberrequired
ConfigMap project ID
configMapProjectName stringrequired
ConfigMap project name
associationId numberrequired
Association ID
deviceTypeId object
Device type ID matched, or null for global associations
[
{
"configMapProjectId": 0,
"configMapProjectName": "string",
"associationId": 0,
"deviceTypeId": {}
}
]
Loading...