curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/dataplan/quota-rules/v1 \
--header 'Authorization: <api-key>'{
"ruleSet": {
"rules": [
{
"allocation": 123,
"canOverflow": true,
"enabled": true,
"entityType": "<string>"
}
],
"id": "<string>"
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/dataplan/quota-rules/v1 \
--header 'Authorization: <api-key>'{
"ruleSet": {
"rules": [
{
"allocation": 123,
"canOverflow": true,
"enabled": true,
"entityType": "<string>"
}
],
"id": "<string>"
}
}Was this page helpful?