Skip to main content
Get Metrics Storage Configuration
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/metrics/data-setup/v1 \
  --header 'Authorization: <api-key>'
{
  "tenantConfig": {
    "gcs": {
      "bucket": "<string>"
    },
    "disabled": true,
    "prefix": "<string>",
    "retentionPolicy": {
      "fiveMinutesResolution": 2,
      "oneHourResolution": 3,
      "rawResolution": 1
    },
    "tenantId": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Response

Response containing the current metrics tenant configuration.

tenantConfig
object

Tenant config v2.