Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/events2metrics/events2metrics/v2/limits \
--header 'Authorization: <api-key>'{
"companyId": "<string>",
"labelsLimit": 123,
"metricsLimit": {
"limit": 123,
"used": 123
},
"permutationsLimit": {
"limit": 123,
"used": 123
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/events2metrics/events2metrics/v2/limits \
--header 'Authorization: <api-key>'{
"companyId": "<string>",
"labelsLimit": 123,
"metricsLimit": {
"limit": 123,
"used": 123
},
"permutationsLimit": {
"limit": 123,
"used": 123
}
}API key authentication
Was this page helpful?