- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- LegacyAdvancedReportCategory
- Try it!
Full name: projects.locations.instances.legacyAdvancedReports.legacyReportImport
legacyAdvancedReports.legacyReportImport imports the report.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacyAdvancedReports:legacyReportImport Path parameters
| Parameters | |
|---|---|
instance |
Required. The instance to import the report to. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"category": enum ( |
| Fields | |
|---|---|
category |
Optional. The target category for the advanced report import. |
environments[] |
Optional. List of environments associated with the advanced report import. |
lookML |
Optional. The LookML content of the advanced report import. LINT: LEGACY_NAMES |
id |
Optional. The ID of the advanced report. |
creationTimeUnixTimeInMs |
Optional. The creation time of the advanced report in Unix time in milliseconds. |
modificationTimeUnixTimeInMs |
Optional. The modification time of the advanced report in Unix time in milliseconds. |
Response body
If successful, the response body contains an instance of LegacyLookerReportResponse.
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.legacySoarAdvancedReports.update
For more information, see the IAM documentation.
LegacyAdvancedReportCategory
| Enums | |
|---|---|
DEFAULT |
Default. |
PERSONAL |
Personal. |
SHARED |
Shared. |
OTHER |
Other. |