ModeBreakdown

ModeBreakdown
Mode Breakdown

Breakdown of clusters by operating mode (TURBO or CLASSIC) with category (ELIGIBLE_FOR_IDPS, INELIGIBLE_FOR_IDPS, TURBO_UPGRADABLE, TURBO_NOT_UPGRADABLE) details. This is applicable currently for IDPS clusters only.

JSON Example
{
    "mode": "TURBO",
    "cluster_count": 50,
    "categories": [
        {
            "category": "ELIGIBLE_FOR_IDPS",
            "cluster_count": 50
        }
    ]
}
mode
Required  

The operating mode (TURBO or CLASSIC or INCORRECT_CONFIGURATION) of the clusters.

Enumeration: TURBO, CLASSIC, INCORRECT_CONFIGURATION
integer As int64 As int64
cluster_count
Required  

Total number of clusters in this mode.

array of Category
categories
Optional

Breakdown of clusters by category within this mode. Empty array if no categories are applicable.

Property Of