Infrastructure/Metrics Catalog
GETInfrastructureSince 1.0SynchronousAuth Required
MatchPolicy
Find the retention policy that matches a given metric name pattern.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
metricNameStringMetric name pattern to match against registered retention policies Metric name pattern to match against registered retention policies
Responses
Endpoint
GET/api/v1/metrics/retention-policies/match
/api/v1/metrics/retention-policies/match
Request Example
curl -X GET '{host}/api/v1/metrics/retention-policies/match' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
