- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- LegacyAdvancedReportCategory
- Try it!
Full name: projects.locations.instances.legacyAdvancedReports.legacyGetLookerReportDetails
legacyAdvancedReports.legacyGetLookerReportDetails returns the looker report details.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacyAdvancedReports:legacyGetLookerReportDetails Path parameters
| Parameters | |
|---|---|
instance |
Required. The instance to create the Looker Advanced Report in. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"title": string,
"firstViewName": string,
"category": enum ( |
| Fields | |
|---|---|
title |
Optional. The title of the Looker report. |
firstViewName |
Optional. The name of the first view in the Looker report. |
category |
Optional. The category of the Looker report. |
creatorGuid |
Optional. The creator guid of the Looker report. |
modifier |
Optional. The modifier of the Looker report. |
externalId |
Optional. The external id of the Looker report. |
includeViewOnlyUsers |
Optional. Indicates if view only users should be included. |
environments[] |
Optional. List of environments associated with the copied advanced report. |
environmentsJson |
Optional. The JSON representation of the environments field. |
id |
Optional. The ID of the advanced report. |
tenantId |
Optional. The tenant id of the Looker report. |
creatorFullName |
Optional. The full name of the creator of the advanced report. |
modifierFullName |
Optional. The full name of the modifier 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
Response for getting the Looker report details.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"embedUrl": string,
"category": enum ( |
| Fields | |
|---|---|
embedUrl |
Optional. The embed url of the advanced report. |
category |
Optional. The category of the advanced report. |
externalUrl |
Optional. The external url of the advanced report. |
isConnectionError |
Optional. Indicates if there is a connection error. |
connectionErrorMessage |
Optional. The connection error message. |
isConfigured |
Optional. Indicates if the advanced report is configured. |
title |
Optional. The title of the advanced report. |
workbookUniqName |
Optional. The workbook uniq name of the advanced report. |
folderName |
Optional. The folder name of the advanced report. |
creator |
Optional. The creator of the advanced report. |
creatorFullName |
Optional. The full name of the creator of the advanced report. |
modifier |
Optional. The modifier of the advanced report. |
modifierFullName |
Optional. The full name of the modifier of the advanced report. |
environments[] |
Optional. List of environments associated with the advanced report. |
includeViewOnlyUsers |
Optional. Indicates if view only users should be included. |
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. |
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.get
For more information, see the IAM documentation.
LegacyAdvancedReportCategory
| Enums | |
|---|---|
DEFAULT |
Default. |
PERSONAL |
Personal. |
SHARED |
Shared. |
OTHER |
Other. |