Full name: projects.locations.instances.legacyPlaybooks.legacyGetPendingStep
Get legacyGetPendingStep returns a pending step by alert identifier.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. CaseId is the identifier of the case. |
alertGroupIdentifier |
Required. AlertGroupIdentifier is the identifier of the alert group. |
originalWorkflowDefinitionIdentifier |
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.