Skip to main content

EntitlementBody

allowed_processorsstring[]nullablerequired
denied_processorsstring[]nullablerequired
features objectrequired
property name*boolean
included_gb_per_dayinteger<int64>nullablerequired
max_collectorsinteger<int64>nullablerequired
max_gb_per_dayinteger<int64>nullablerequired
max_monitorsinteger<int64>nullablerequired
max_pipelinesinteger<int64>nullablerequired
max_seatsinteger<int64>nullablerequired
plan_codestringrequired
plan_namestringrequired
resolvedbooleanrequired
EntitlementBody
{
"allowed_processors": [
"string"
],
"denied_processors": [
"string"
],
"features": {},
"included_gb_per_day": 0,
"max_collectors": 0,
"max_gb_per_day": 0,
"max_monitors": 0,
"max_pipelines": 0,
"max_seats": 0,
"plan_code": "string",
"plan_name": "string",
"resolved": true
}