Method: legacySoarDashboard.legacyGetPlaybookMonitoring

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

Returns the playbook monitoring data of a dashboard.

HTTP request


Path parameters

Parameters
instance

string

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

Request body

The request body contains data with the following structure:

JSON representation
{
  "workflowIdentifier": string,
  "timeFilter": enum (DashboardTimeRangeTypesEnums)
}
Fields
workflowIdentifier

string

Optional. The workflow identifier.

timeFilter

enum (DashboardTimeRangeTypesEnums)

Optional. The time filter.

Response body

GetLegacySoarPlaybookMonitoringResponse represents the response for getting playbook monitoring.

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.