curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/4/metrics/data-setup/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"retentionPolicy": {
"fiveMinutesResolution": 2,
"oneHourResolution": 3,
"rawResolution": 1
},
"s3": {
"bucket": "<string>",
"region": "<string>"
}
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/4/metrics/data-setup/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"retentionPolicy": {
"fiveMinutesResolution": 2,
"oneHourResolution": 3,
"rawResolution": 1
},
"s3": {
"bucket": "<string>",
"region": "<string>"
}
}
'{}API key authentication
This data structure is used to configure a tenant.
The response is of type object.
Was this page helpful?