Skip to main content
API

Update an external meter

x-ms-visibility: "important"

Send a request to update the external meter specified by its id.

Path Parameters
    meterid int64 required

    This is the globally unique ID for the external meter

Request Body required

External meter object that needs to be updated. Only the fields to change need to be written in the body

    meterId string
    manufacturer string
    currentThreshold int32
    amountCurrentToReduce int32
    url string
Responses

The external meter has been updated successfully

Loading...