Skip to main content
Update
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/5/metrics/data-setup/v1 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "s3": {
    "bucket": "<string>",
    "region": "<string>"
  },
  "retentionDays": 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

Body

application/json

This data structure is used to update the configuration of a tenant.

s3
S3 Configuration · object
required

This data structure represents the S3 configuration for a tenant.

retentionDays
integer<int64>

Response

The response is of type object.