VizRelatedIdsSecurityPolicy

VizRelatedIdsSecurityPolicy
Related IDS Security Policy

Represents an IDS security policy related to a queried entity, along with the IDS rules within that policy that are associated with the entity.

Notes:

  • policy_path is the NSX policy path that uniquely identifies the IDS security policy.
  • related_rules lists the individual IDS rules within this policy that matched the queried entity.
  • site_id identifies the site where the IDS policy is deployed.
AllOf
This class requires all of the following:
JSON Example
{
    "site_id": "string",
    "policy_path": "string",
    "related_rules": [
        {
            "policy_path": "string"
        }
    ]
}