EntityRuleCounts

EntityRuleCounts
Entity Rule Counts

The DFW and IDS rule counts for a single compute or group entity.

Notes:

  • entity_id is the external ID of the compute or the realization UUID of the group.
  • entity_path is the NSX policy path; only populated for group entities.
  • dfw_rule_count is the total number of DFW rules related to the entity.
  • ids_rule_count is the total number of IDS rules related to the entity.
JSON Example
{
    "entity_id": "string",
    "entity_path": "string",
    "dfw_rule_count": 0,
    "ids_rule_count": 0
}
string
entity_id
Optional

The ID of the group or compute.

string
entity_path
Optional

The policy path of the group (if applicable).

integer As int32 As int32
dfw_rule_count
Optional

The number of DFW rules related to the entity.

integer As int32 As int32
ids_rule_count
Optional

The number of IDS rules related to the entity.