ClusterConfig
Configuration and status information for a cluster, including health metrics, DFW/IDPS status, and remediation messages.
{
"cluster_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"cluster_name": "Production-Cluster-01",
"cluster_type": "VLCM",
"dfw_status": "ON",
"hosts_count": 25,
"idps_status": "ON",
"turbo_eligible": "ELIGIBLE",
"classic_eligible": "INELIGIBLE",
"health": {
"overall_health": "HIGH",
"health_breakdown": [
{
"health_level": "CRITICAL",
"host_count": 0
},
{
"health_level": "HIGH",
"host_count": 2
},
{
"health_level": "NORMAL",
"host_count": 22
},
{
"health_level": "UNKNOWN",
"host_count": 1
},
{
"health_level": "INCORRECT_CONFIGURATION",
"host_count": 0
},
{
"health_level": "REQUIREMENT_NOT_MET",
"host_count": 0
}
]
},
"turbo_status": "ON",
"remediation_message": [
{
"key": "MEMORY_THRESHOLD_EXCEEDED",
"value": "Host memory usage above 90% on 2 hosts"
}
]
}
Unique identifier for the cluster.
Display name of the cluster.
Status of Distributed Firewall on the cluster (ON or OFF).
Number of hosts in the cluster.
Status of Intrusion Detection and Prevention System on the cluster (ON or OFF).
Eligibility status of the cluster for TURBO mode.
Eligibility status of the cluster for CLASSIC mode.
Status of TURBO mode on the cluster (ON, OFF, ERROR, UNKNOWN, or INCORRECT_CONFIGURATION). If turbo_status is INCORRECT_CONFIGURATION, then the health breakdown will be empty.
Array of key-value pairs of remediation messages describing issues and recommended actions.
Timestamp in milliseconds since epoch indicating when the health assessment was last computed for this cluster. This reflects the freshness of the health data. This value is extracted from the health assessment that was actually used to determine the cluster's health (either Turbo or Classic health based on the cluster's configuration). May be empty if no health assessment data is available (e.g., when DFW is OFF or health data is unavailable).