Skip to main content

Adds new config

POST 

/iot/edge/configs

Adds new config to the list of config owned by user identified using the provided access token.

Authorization Action:

core:config:create

Request

Body

required

JSON-formatted document describing the new config.

    init_id stringrequired

    init ID (MAC address or some unique identifier).

    init_key stringrequired

    init key.

    thing_id string

    ID of the corresponding Connhex Thing.

    channels string[]
    content string

Responses

Config created.

Response Headers
  • Location any
Loading...