Configuration - Apply On Edge Device

Applies the configuration content to an edge device.

POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2020-05-31-preview

URI Parameters

Name In Required Type Description
id
path True
  • string

The unique identifier of the edge device.

api-version
query True
  • string

Version of the Api.

Request Body

Name Type Description
deviceContent
  • object

The device configuration content.

moduleContent
  • object

The module configuration content.

modulesContent
  • object

The modules configuration content.

Responses

Name Type Description
204 No Content

No Content.

Definitions

ConfigurationContent

The configuration content for devices or modules on edge devices.

Name Type Description
deviceContent
  • object

The device configuration content.

moduleContent
  • object

The module configuration content.

modulesContent
  • object

The modules configuration content.