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

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

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

retentionDays
integer<int64>
s3
S3 Configuration · object

This data structure represents the S3 configuration for a tenant.

Response

The response is of type object.