Full name: projects.locations.instances.legacySoarDashboard.legacyGetDashboard
Returns a dashboard by id.
HTTP request
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 the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.