RelatedRuleCountsResult
Related Rule Counts Result
Response containing DFW and IDS rule counts for each requested entity.
Notes:
resultsis an array ofEntityRuleCountsobjects, one entry per requested compute or group ID.
JSON Example
{
"results": [
{
"entity_id": "string",
"entity_path": "string",
"dfw_rule_count": 0,
"ids_rule_count": 0
}
]
}