Add a new external meter to the DLM specification
x-ms-visibility: "important"
Send a request to add a new external meter to the DLM specification.
Path Parameters
dlmGroupid int64 required
This is the globally unique ID for the DLM specific data
application/json
Request Body required
External meter object that needs to be added. The external meter is linked to the DLM specific data which has its own identifier.
meterId string
manufacturer string
currentThreshold int32
amountCurrentToReduce int32
url string
Responses
- 200
- 400
- 401
Returns the external meter id with which the meter has been stored
application/json
Schema
Example (from schema)
response
Schema
id int64
{
"id": 0
}
{"id":1}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...