RelatedIdsRuleListResult

RelatedIdsRuleListResult
Related IDS Rule List Result

Paginated response containing IDS security policies and their related rules for a queried entity.

Notes:

  • results is an array of VizRelatedIdsSecurityPolicy objects. Each entry represents one IDS policy and contains the list of IDS rules within that policy that are related to the entity.
  • time_interval reflects the resolved query window.
AllOf
This class requires all of the following:
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"
                }
            ]
        }
    ]
}