Update Metric Definition

POST

Updates a custom metric definition

Request

This endpoint expects an object.
idstringRequiredformat: "id"

The ID of the metric definition to update.

statusenumRequired
Allowed values: activeinactive

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.

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.

Response

Success.

metric_definitionobject
Built with