Skip to main content

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

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

  • ]

Loading...