Skip to main content

Retrieves config info by id

GET 

/iot/edge/configs/:configId

Retrieves config info by id.

Authorization Action:

core:config:get

Request

Path Parameters

    configId uuidrequired

    Unique Config identifier. It's the ID of the corresponding Thing.

Responses

Data retrieved.

Schema
    connhex_id uuid

    Corresponding Connhex Thing ID.

    connhex_key uuid

    Corresponding Connhex Thing key.

    connhex_channels object[]
  • Array [
  • id uuid

    Channel unique identifier.

    name string

    Name of the Channel.

    metadata object

    Custom metadata related to the Channel.

  • ]
  • init_id stringrequired

    init ID (MAC address or some unique identifier).

    init_key stringrequired

    init key.

    content string

    Free-form custom configuration.

    state State

    Possible values: [0, 1]

Loading...