Skip to main content
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

  • metricNameString

    Metric name pattern to match against registered retention policies Metric name pattern to match against registered retention policies

Responses

200 OK

On success, this API returns the following response structure.

  • dataObject

    The data value

    Example: (nested object)

Endpoint

GET/api/v1/metrics/retention-policies/match

/api/v1/metrics/retention-policies/match

Operation ID

MatchPolicy

Permalink

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.

View all change history