NSX-T Data Center REST API
IdsSecurityPolicyStatisticsForEnforcementPoint (type)
{
"description": "Aggregate statistics of all the IDS rules in a security policy for a specific enforcement point.",
"id": "IdsSecurityPolicyStatisticsForEnforcementPoint",
"module_id": "PolicyIDSStats",
"properties": {
"enforcement_point": {
"description": "Path of the enforcement point for which statistics are reported. On Global Manager, specifying an enforcement_point_path is mandatory. On Local Manager, if omitted, statistics are aggregated across all enforcement points.",
"readonly": true,
"required": false,
"title": "Enforcement point path",
"type": "string"
},
"statistics": {
"$ref": "IdsSecurityPolicyStatistics,
"description": "Statistics for the specified enforcement point",
"readonly": true,
"required": false,
"title": "IDS Security Policy Statistics"
}
},
"title": "IDS Security policy statistics for an enforcement point",
"type": "object"
}