Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataengine/retention-tags/v1 \
--header 'Authorization: <api-key>'{
"retentions": [
{
"editable": true,
"id": "<string>",
"name": "<string>",
"order": 123
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataengine/retention-tags/v1 \
--header 'Authorization: <api-key>'{
"retentions": [
{
"editable": true,
"id": "<string>",
"name": "<string>",
"order": 123
}
]
}API key authentication
Show child attributes
Was this page helpful?