Method: legacyAdvancedReports.download

Full name: projects.locations.instances.legacyAdvancedReports.download

legacyAdvancedReports.download exports the report.

HTTP request


GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}/legacyAdvancedReports:legacyReportExport

Path parameters

Parameters
name

string

Required. The name to export the report to. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
reportId

integer

Optional. The report to export.

Request body

The request body must be empty.

Response body

Response for exporting a report.

If successful, the response body contains data with the following structure:

JSON representation
{
  "media": {
    object (Media)
  }
}
Fields
media

object (Media)

Zipped file with the integration content. Includes the following folders: Actions, Connectors, Jobs, Managers, Dependencies Each folder includes json files and a python file for the script. Includes integration definition json file. Includes metadata.json file Information representing the imported data

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • chronicle.legacySoarAdvancedReports.get

For more information, see the IAM documentation.