Update Metric Definition

Updates a custom metric definition

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the metric definition to update.
descriptionstringOptionalformat: "text"<=1024 characters
The updated description of the purpose and operation of the metric.
namestringOptionalformat: "text">=1 character<=64 characters
The updated unique human readable name of the metric.
statusenumOptional
The status of the metric. 'active' metrics can be used to create new SLAs, while 'inactive' metrics can not be used in new SLAs. Metrics can be updated between 'active' and 'inactive' states.
Allowed values:

Response

Success.
metric_definitionobject

Errors