Skip to main content
Update
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/5/metrics/data-setup/v1 \
  --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::"
  },
  "retentionDays": 123
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure is used to update the configuration of a tenant.

ibm
IBM Bucket Configuration · object
required

This data structure is used to configure an IBM bucket.

retentionDays
integer<int64>

Response

The response is of type object.