vDefend Malware Prevention Service APIs Operations Index
All available vDefend Malware Prevention Service APIs Operations
Initiates a vCenter connection using provided credentials and root CA bundle that validates vCenter. Thereafter stores root CA bundle in SSP Truststore.
Initialize a connection to vCenter with admin credentials and create a SA.
Gets status of vCenter on-boarding stages
Gets health status of vCenter
Retrieves basic information about files inspected by the Malware Prevention Service (MPS),
including file hashes, verdict, and inspection time.
For detailed information about a specific file (e.g., number of affected workloads), use the
/inspected-files/details?sha256=
- LAST_INSPECTED_TIME (Default)
- THREAT_SCORE
Retrieves detailed information about specific files inspected by the Malware Prevention Service (MPS). sha256 file hash is required. The verdict query parameter is optional. If passed, last observed inspection_time is identified based on matching events by verdict. Note that the file count is aggregated independent of verdict parameter, and corresponds to all the events observed for the file.
Retrieves a list of file inspection events. Supported value for optional parameter 'sort_by' is:
- INSPECTION_TIME (Default)
This API returns information about the processes inspected by the Malware Prevention Service (MPS).
For details about the buffers executed by a particular process, please use the
/inspected-processes/details?process_uuid=
- LAST_INSPECTED_TIME (Default)
- THREAT_SCORE
This API returns a hierarchy (process tree) to which a given process belongs. Along with the hierarchy, details about the buffers executed by all the processes in the hierarchy are also returned.
This API will return a list of in-memory script execution events generated by a process that was inspected by the Malware Prevention Service (MPS). For a given set of filters, a maximum of 10,000 unique processes will be returned. The supported values for the optional parameter 'sort_by' are:
- INSPECTION_TIME (Default)
- THREAT_SCORE