Method: legacySoarReports.legacyShareAdvancedReport

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

legacySoarReports.legacyShareAdvancedReport to share advanced reports.

HTTP request


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

Path parameters

Parameters
instance

string

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

Request body

The request body contains data with the following structure:

JSON representation
{
  "title": string,
  "workbookUniqName": string,
  "folderName": string,
  "modifier": string,
  "modifierFullName": string,
  "environments": [
    string
  ],
  "includeViewOnlyUsers": boolean,
  "id": string,
  "creationTimeUnixTimeInMs": string,
  "modificationTimeUnixTimeInMs": string,
  "creator": string,
  "creatorFullName": string
}
Fields
title

string

Optional. The title of the report.

workbookUniqName

string

Optional. The workbook unique name of the report.

folderName

string

Optional. The folder name of the report.

modifier

string

Optional. The modifier of the report.

modifierFullName

string

Optional. The modifier full name of the report.

environments[]

string

Optional. The environments of the report.

includeViewOnlyUsers

boolean

Optional. Include view only users.

id

string (int64 format)

Optional. The report schedule id.

creationTimeUnixTimeInMs

string (int64 format)

Optional. The creation time of the report template.

modificationTimeUnixTimeInMs

string (int64 format)

Optional. The last modified time of the report template.

creator

string

Optional. The creator of the report template.

creatorFullName

string

Optional. The creator full name of the report template.

Response body

Response message for legacySoarReports.legacyShareAdvancedReport.

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

JSON representation
{
  "title": string,
  "workbookUniqName": string,
  "folderName": string,
  "modifier": string,
  "modifierFullName": string,
  "environments": [
    string
  ],
  "creator": string,
  "creatorFullName": string,
  "includeViewOnlyUsers": boolean,
  "id": string,
  "creationTimeUnixTimeInMs": string,
  "modificationTimeUnixTimeInMs": string
}
Fields
title

string

Optional. The title of the report.

workbookUniqName

string

Optional. The workbook unique name of the report.

folderName

string

Optional. The folder name of the report.

modifier

string

Optional. The modifier of the report.

modifierFullName

string

Optional. The modifier full name of the report.

environments[]

string

Optional. The environments of the report.

creator

string

Optional. The creator of the report template.

creatorFullName

string

Optional. The creator full name of the report template.

includeViewOnlyUsers

boolean

Optional. Include view only users.

id

string (int64 format)

Optional. The report schedule id.

creationTimeUnixTimeInMs

string (int64 format)

Optional. The creation time of the report template.

modificationTimeUnixTimeInMs

string (int64 format)

Optional. The last modified time of the report template.

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.