- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- DashboardPlaybookModel
- Try it!
Full name: projects.locations.instances.legacySoarDashboard.legacyGetDashboardPlaybooks
Returns the playbooks of a dashboard.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 ( |
Fields | |
---|---|
payload[] |
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 |
Optional. The original workflow identifier. |
workflowName |
Optional. The workflow name. |