Views:

Retrieves the summary report generated by Virtual Analyzer.

HTTPS Request

GET https://<serviceURL>/v1/siem/security_events/va_analysis_report

Request Parameters

Important:

The request must contain the required parameters.

Parameter

Description

Required Parameter

report_id

ID of the Virtual Analyzer report contained in the va_report_link field returned by the Get Security Log API.

Optional Parameter

language

Language of the Virtual Analyzer report. Options include:

  • en: English (default)

  • ja: Japanese

  • it: Italian

  • de: German

  • pt: European Portuguese

  • es: Spanish

Request Example

GET https://api.tmcas.trendmicro.com/v1/siem/security_events/va_analysis_report?report_id=38baa2f87d8d01e684276c9916d8845fd7187324&language=ja
Authorization: Bearer 1de231142eef3f83928da98dc251fbebb6cafe77

Response

On success, the service sends back an HTTP 200 response and returns the Virtual Analyzer report in an HTML page; otherwise, the service sends back an error message in JSON format with error details. For more information about errors, see API Responses.