Method: legacySoarDashboard.legacyGetDashboardPlaybooks

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

Returns the playbooks of a dashboard.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the dashboard playbooks for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body must be empty.

Response body

GetLegacySoarDashboardPlaybooksResponse represents the response for getting dashboard playbooks.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": [
    {
      object (DashboardPlaybookModel)
    }
  ]
}
Fields
payload[]

object (DashboardPlaybookModel)

Optional. The playbooks of the dashboard.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

DashboardPlaybookModel

DashboardPlaybookModel represents the data model for a dashboard playbook.

JSON representation
{
  "originalWorkflowIdentifier": string,
  "workflowName": string
}
Fields
originalWorkflowIdentifier

string

Optional. The original workflow identifier.

workflowName

string

Optional. The workflow name.