FeatureHealth
FeatureHealth
JSON Example
{
"name": "string",
"status": "string",
"services": [
{
"name": "string",
"status": "string",
"components": [
{
"name": "string",
"status": "string",
"readyReplica": 0,
"totalReplica": 0,
"reason": "string"
}
],
"prefixes": [
"string"
]
}
]
}
name
Required
Name of the feature; Each FeatureHealth category contains mutiple ServiceHealth, each ServiceHealth contains one or multiple ComponentHealth.
Possible values are :
analytics-common,
malware-prevention,
cloud-connector,
intelligence,
intelligence-migration,
metrics,
ndr,
reputation-service,
string
status
Required
Health status of a specific feature.
Possible values are :
UP,
PARTIALLY_UP,
DOWN,
DEPLOYMENT_IN_PROGRESS,
UNDEPLOYMENT_IN_PROGRESS,
NOT_DEPLOYED,
NOT_READY_TO_DEPLOY,