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