Skip to main content
Infrastructure/Metrics Catalog
GETInfrastructureSince 1.0SynchronousAuth Required

GetPolicy

Get a specific retention policy definition by ID.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • idStringRequired

    Unique identifier of the retention policy to retrieve

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/{id}

/api/v1/metrics/retention-policies/{id}

Operation ID

GetPolicy

Permalink

Request Example

curl -X GET '{host}/api/v1/metrics/retention-policies/{id}' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "data": null
}

Change History

This API has no change history records yet.

View all change history