curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/logs/data-setup/v2 \
--header 'Authorization: <api-key>'{
"target": {
"archiveSpec": {
"archivingFormatId": "json_id",
"enableTags": true,
"isActive": true
},
"s3": {
"bucket": "bucket",
"region": "us-west-2"
}
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/logs/data-setup/v2 \
--header 'Authorization: <api-key>'{
"target": {
"archiveSpec": {
"archivingFormatId": "json_id",
"enableTags": true,
"isActive": true
},
"s3": {
"bucket": "bucket",
"region": "us-west-2"
}
}
}Was this page helpful?