Method: legacySoarDashboard.legacyGetDashboard

Full name: projects.locations.instances.legacySoarDashboard.legacyGetDashboard

Returns a dashboard by id.

HTTP request


Path parameters

Parameters
name

string

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

integer

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 (LegacySoarDashboardDataModel)
  }
}
Fields
payload

object (LegacySoarDashboardDataModel)

Optional. The data model of the dashboard.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.