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>"
}
}
'{}No description available
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>"
}
}
'{}API key authentication
The response is of type object.
Was this page helpful?