Service DeviceProfile

HTTP Method Resource

Request

Response

Description

POST

.../device_profiles

DeviceProfileConfig

DeviceProfileConfig

Adds the given device-profile configuration to the model.

GET

device_profiles/{DeviceProfileConfig.device_profile_name}

N/A

DeviceProfileConfig

Returns the device-profile configuration.

PUT

device_profiles/{DeviceProfileConfig.device_profile_name}

DeviceProfileConfig

DeviceProfileConfig

Update the given device-profile configuration to the model.

DELETE

device_profiles/{DeviceProfileConfig.device_profile_name}

N/A

N/A

Deletes device-profile configuration.

  1. ProfileMode is added as an attribute for DeviceProfileConfig.
  2. Attribute "mode" is added in DeviceProfileConfig.json.
  3. Min value of associated_device_profile is set to 1 in DeviceIdentity.json.