Full name: projects.locations.instances.legacySoarDashboard.legacyGetDashboard
Returns a detailed data model of a dashboard identified by its ID, including its configuration, allowed environments, and all contained widgets.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}/legacySoarDashboard:legacyGetDashboard Path parameters
| Parameters | |
|---|---|
name |
Required. The instance to get the workflow menu cards for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "legacyPayload": integer } |
| Fields | |
|---|---|
legacyPayload |
Optional. The ID of the dashboard to get. |
Response body
GetLegacySoarDashboardResponse represents the response for getting a dashboard.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"payload": {
object ( |
| Fields | |
|---|---|
payload |
Optional. The data model of the dashboard. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
chronicle.legacySoarDashboards.get
For more information, see the IAM documentation.