Record usage event
Records bill-in-arrears usage for a configured package usage metric on a customer order. The authenticated API key must own the order, and name must match a usage metric configured on the order's package.
Request body
Response
Usage event recorded
Example response
{
"data": {
"usage": {
"threshold": {
"level": "warning",
"message": "Free usage is below 10%."
}
},
"meter": {
"usage": {
"threshold": {
"level": "warning",
"message": "Free usage is below 10%."
}
}
}
}
}Changes
Changed in 1 of the 6 revisions of this API.8
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○