Method: legacyPlaybooks.legacyGetPendingStep

Full name: projects.locations.instances.legacyPlaybooks.legacyGetPendingStep

Get legacyGetPendingStep returns a pending step by alert identifier.

HTTP request


Path parameters

Parameters
instance

string

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

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "alertGroupIdentifier": string,
  "originalWorkflowDefinitionIdentifier": string
}
Fields
caseId

string (int64 format)

Required. CaseId is the identifier of the case.

alertGroupIdentifier

string

Required. AlertGroupIdentifier is the identifier of the alert group.

originalWorkflowDefinitionIdentifier

string

Required. OriginalWorkflowDefinitionIdentifier is the identifier of the original workflow definition.

Response body

If successful, the response body contains an instance of ApiWorkflowStepInstanceDataModel.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.