Skip to main content
Get target
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"
    }
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Response

This data structure is used to retrieve a storage target for logs.

target
object
required

This data structure represents a target to archive logs.

  • Target
  • Target