Custom Metric Configuration
Update Custom Metric Configuration
Update Custom Metric Configuration is used to update the already created custom metrics for a cloud account.
post/v1/metric_configuration/item/{metric_configuration_id}
Path parameters
metric_configuration_idstring required
Specify the Id of metric configuration to update, metric configuration id is unique can be obtained from the list custom metrics.
Request body
Example request
{
"status": "completed",
"comparison_operator": "GreaterThanOrEqualTo",
"statistic": "Average",
"events": [
"maintenance"
]
}Response
Success
string required