MonitorFeatureHealth

MonitorFeatureHealth
MonitorFeatureHealth

Health status of a feature and all its services. Features are high-level functional groupings of services.

JSON Example
{
    "name": "string",
    "status": "UP",
    "services": [
        {
            "name": "cluster-api",
            "status": "UP",
            "components": [
                {
                    "name": "cluster-api",
                    "status": "UP",
                    "ready_replica": 1,
                    "total_replica": 1
                }
            ],
            "prefixes": [
                "cluster-api"
            ]
        }
    ]
}
name
Required  

vDefend feature name enum. Feature METRICS is pre-installed with Security Services Platform and cannot be installed or uninstalled separately.

Enumeration: MALWARE_PREVENTION, INTELLIGENCE, NDR, BAREMETAL_SECURITY, RULE_ANALYSIS, AI_ASSISTANT_PLATFORM, AI_ASSISTANT_THREAT_DEFENSE, MALWARE_ANALYSIS_VC, SPAC, NETWORK_TRAFFIC_ANALYSIS, UPGRADE_COORDINATOR, CLOUD_CONNECTOR, METRICS
string
status
Required  

Aggregated health status of the feature.

Enumeration: UP, PARTIALLY_UP, DOWN, DEPLOYMENT_IN_PROGRESS, UNDEPLOYMENT_IN_PROGRESS, NOT_DEPLOYED, NOT_READY_TO_DEPLOY
services
Required  

List of services within this feature.