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>"
}
}
'{}No description available
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>"
}
}
'{}API key authentication
This data structure is used to validate a bucket.
This data structure represents the GCS configuration for a tenant.
Show child attributes
The response is of type object.
Was this page helpful?