SecurityMonitoringClustersSummary
Security Monitoring Clusters Summary
Summary of security monitoring clusters for a site including DFW and IDPS clusters with mode and category details.
JSON Example
{
"global_dfw_status": "ON",
"total_clusters": 200,
"dfw_clusters": [
{
"status": "ON",
"total_clusters": 200
},
{
"status": "OFF",
"total_clusters": 0
}
],
"idps_clusters": [
{
"status": "OFF",
"total_clusters": 100,
"mode_breakdown": [
{
"mode": "TURBO",
"cluster_count": 50,
"categories": [
{
"category": "ELIGIBLE_FOR_IDPS",
"cluster_count": 50
},
{
"category": "INELIGIBLE_FOR_IDPS",
"cluster_count": 0
}
]
},
{
"mode": "CLASSIC",
"cluster_count": 50,
"categories": [
{
"category": "ELIGIBLE_FOR_IDPS",
"cluster_count": 20
},
{
"category": "INELIGIBLE_FOR_IDPS",
"cluster_count": 30
},
{
"category": "TURBO_UPGRADABLE",
"cluster_count": 30
},
{
"category": "TURBO_NOT_UPGRADABLE",
"cluster_count": 20
}
]
}
]
},
{
"status": "ON",
"total_clusters": 100,
"mode_breakdown": [
{
"mode": "TURBO",
"cluster_count": 50,
"categories": []
},
{
"mode": "CLASSIC",
"cluster_count": 50,
"categories": [
{
"category": "TURBO_UPGRADABLE",
"cluster_count": 20
},
{
"category": "TURBO_NOT_UPGRADABLE",
"cluster_count": 30
}
]
}
]
}
]
}
global_dfw_on
Optional
Status of global Distributed Firewall (ON or OFF).
Enumeration:
ON,
OFF
integer As int64
As int64
total_clusters
Required
Total number of clusters in the site.
array of
ClusterSummary
idps_clusters
Required
Summary of IDPS clusters 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.