Skip to main content

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

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)

  • ]

Loading...