Full name: projects.locations.instances.legacySoarDashboard.legacyGetPlaybookMonitoring
Returns the playbook monitoring data of a dashboard.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 ( |
Fields | |
---|---|
workflowIdentifier |
Optional. The workflow identifier. |
timeFilter |
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 ( |
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.