AffectedComputeListResult

AffectedComputeListResult
Affected Compute List Result

Paginated response containing VMs on which a specific IDS signature was detected within the queried time window.

Notes:

  • effected_compute_list contains WorkloadInfo entries, each describing an affected VM.
  • 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
    },
    "effected_compute_list": [
        {
            "site_id": "string",
            "site_name": "string",
            "workload_type": "string",
            "workload_name": "string",
            "workload_id": "string",
            "related_group_count": 0
        }
    ]
}