curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/5/dataplan/quota-rules/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ruleSet": {
"rules": [
{
"allocation": 123,
"canOverflow": true,
"enabled": true,
"entityType": "<string>"
}
],
"id": "<string>"
}
}
'{
"ruleSet": {
"rules": [
{
"allocation": 123,
"canOverflow": true,
"enabled": true,
"entityType": "<string>"
}
],
"id": "<string>"
}
}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/5/dataplan/quota-rules/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ruleSet": {
"rules": [
{
"allocation": 123,
"canOverflow": true,
"enabled": true,
"entityType": "<string>"
}
],
"id": "<string>"
}
}
'{
"ruleSet": {
"rules": [
{
"allocation": 123,
"canOverflow": true,
"enabled": true,
"entityType": "<string>"
}
],
"id": "<string>"
}
}API key authentication
Request to replace quota allocation rule set
Contains a collection of quota allocation rules for entity types
Show child attributes
Response confirming quota allocation rule set has been successfully replaced
Contains a collection of quota allocation rules for entity types
Show child attributes
Was this page helpful?