RelatedIdsRuleListResult
Related IDS Rule List Result
Paginated response containing IDS security policies and their related rules for a queried entity.
Notes:
resultsis an array ofVizRelatedIdsSecurityPolicyobjects. Each entry represents one IDS policy and contains the list of IDS rules within that policy that are related to the entity.time_intervalreflects the resolved query window.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"time_interval": {
"start_time": 0,
"end_time": 0
},
"results": [
{
"site_id": "string",
"policy_path": "string",
"related_rules": [
{
"policy_path": "string"
}
]
}
]
}