curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/3/metrics/data-setup/v1/validate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ibm": {
"crn": "crn:v1:bluemix:public:cloud-object-storage:global:a/1234567890abcdef1234567890abcdef:12345678-1234-1234-1234-1234567890ab::",
"endpoint": "s3.us-south.cloud-object-storage.appdomain.cloud",
"serviceCrn": "crn:v1:bluemix:public:cloud-object-storage:global:a/1234567890abcdef1234567890abcdef:12345678-1234-1234-1234-1234567890ab::"
}
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/3/metrics/data-setup/v1/validate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ibm": {
"crn": "crn:v1:bluemix:public:cloud-object-storage:global:a/1234567890abcdef1234567890abcdef:12345678-1234-1234-1234-1234567890ab::",
"endpoint": "s3.us-south.cloud-object-storage.appdomain.cloud",
"serviceCrn": "crn:v1:bluemix:public:cloud-object-storage:global:a/1234567890abcdef1234567890abcdef:12345678-1234-1234-1234-1234567890ab::"
}
}
'{}API key authentication
This data structure is used to validate a bucket.
This data structure is used to configure an IBM bucket.
Show child attributes
The response is of type object.
Was this page helpful?