ClusterSummary

ClusterSummary
Cluster Summary

Summary of security monitoring clusters (DFW/IDPS) grouped by status (ON/OFF) with mode (TURBO or CLASSIC) and category (ELIGIBLE_FOR_IDPS, INELIGIBLE_FOR_IDPS, TURBO_UPGRADABLE, TURBO_NOT_UPGRADABLE, NOT_APPLICABLE) breakdowns.

JSON Example
{
    "status": "OFF",
    "total_clusters": 100,
    "mode_breakdown": [
        {
            "mode": "TURBO",
            "cluster_count": 50,
            "categories": [
                {
                    "category": "ELIGIBLE_FOR_IDPS",
                    "cluster_count": 50
                }
            ]
        }
    ]
}
status
Required  

Status of clusters (ON or OFF).

Enumeration: ON, OFF
integer As int64 As int64
total_clusters
Required  

Total number of clusters with status (ON or OFF).

mode_breakdown
Optional

Breakdown of clusters by operating mode (TURBO or CLASSIC) with category (ELIGIBLE_FOR_IDPS, INELIGIBLE_FOR_IDPS, TURBO_UPGRADABLE, TURBO_NOT_UPGRADABLE, NOT_APPLICABLE) details.