Authorizations
API key authentication
Response
This data structure is obtained when retrieving the active status of retentions
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataengine/retention-tags/v1/enabled \
--header 'Authorization: <api-key>'{
"enableTags": true
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataengine/retention-tags/v1/enabled \
--header 'Authorization: <api-key>'{
"enableTags": true
}API key authentication
This data structure is obtained when retrieving the active status of retentions
Was this page helpful?