IoT Device Models REST Endpoints
IoT Device Models
Device Models
- Check a Device Model Update
- Method: postPath:
/iot/api/v2/deviceModels/{urn}/updateCheck - Create a Device Model
- Method: postPath:
/iot/api/v2/deviceModels - Delete a Device Model
- Method: deletePath:
/iot/api/v2/deviceModels/{urn} - Retrieve a Device Model
- Method: getPath:
/iot/api/v2/deviceModels/{urn} - Retrieve a list of entities depending on this device model
- Method: getPath:
/iot/api/v2/deviceModels/{urn}/dependingEntities - Retrieve Count of Device Models
- Method: getPath:
/iot/api/v2/deviceModels/count - Retrieve Device Models
- Method: getPath:
/iot/api/v2/deviceModels - Retrieve Formats of the Device Model
- Method: getPath:
/iot/api/v2/deviceModels/{urn}/formats - Update a Device Model
- Method: putPath:
/iot/api/v2/deviceModels/{urn}