Method: legacySoarReports.legacyDuplicateReportTemplate

Full name: projects.locations.instances.legacySoarReports.legacyDuplicateReportTemplate

legacySoarReports.legacyDuplicateReportTemplate to duplicate a report template.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacySoarReports:legacyDuplicateReportTemplate

Path parameters

Parameters
instance

string

Required. The instance to duplicate the report template for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "reportTemplateId": string
}
Fields
reportTemplateId

string (int64 format)

Required. The ID of the report template.

Response body

Response message for legacySoarReports.legacyDuplicateReportTemplate.

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

JSON representation
{
  "payload": string
}
Fields
payload

string (int64 format)

Output only. The report template id.

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 instance resource:

  • chronicle.legacySoarReports.update

For more information, see the IAM documentation.