curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/4/metrics/data-setup/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"retentionDays": 123,
"s3": {
"bucket": "<string>",
"region": "<string>"
}
}
'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/4/metrics/data-setup/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"retentionDays": 123,
"s3": {
"bucket": "<string>",
"region": "<string>"
}
}
'{}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.
API key authentication
The response is of type object.
Was this page helpful?