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_pathis the NSX policy path that uniquely identifies the IDS security policy.related_ruleslists the individual IDS rules within this policy that matched the queried entity.site_ididentifies 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"
}
]
}