Skip to main content
ValidateBucket
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/metrics/data-setup/v1/validate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "gcs": {
    "bucket": "<string>"
  }
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure is used to validate a bucket.

gcs
GCS Configuration · object
required

This data structure represents the GCS configuration for a tenant.

Response

The response is of type object.