- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
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 |
Optional. The title of the report. |
workbookUniqName |
Optional. The workbook unique name of the report. |
folderName |
Optional. The folder name of the report. |
modifier |
Optional. The modifier of the report. |
modifierFullName |
Optional. The modifier full name of the report. |
environments[] |
Optional. The environments of the report. |
includeViewOnlyUsers |
Optional. Include view only users. |
id |
Optional. The report schedule id. |
creationTimeUnixTimeInMs |
Optional. The creation time of the report template. |
modificationTimeUnixTimeInMs |
Optional. The last modified time of the report template. |
creator |
Optional. The creator of the report template. |
creatorFullName |
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 |
Optional. The title of the report. |
workbookUniqName |
Optional. The workbook unique name of the report. |
folderName |
Optional. The folder name of the report. |
modifier |
Optional. The modifier of the report. |
modifierFullName |
Optional. The modifier full name of the report. |
environments[] |
Optional. The environments of the report. |
creator |
Optional. The creator of the report template. |
creatorFullName |
Optional. The creator full name of the report template. |
includeViewOnlyUsers |
Optional. Include view only users. |
id |
Optional. The report schedule id. |
creationTimeUnixTimeInMs |
Optional. The creation time of the report template. |
modificationTimeUnixTimeInMs |
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.