Method: legacyPlaybooks.legacyGetNestedPlaybooksAsSteps

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

Get Nested Playbooks as steps.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the nested playbooks as steps for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body must be empty.

Response body

LegacyPlaybookGetNestedPlaybooksAsStepsResponse is a response for getting the nested playbooks as steps.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": [
    {
      object (ApiWorkflowStepDataModel)
    }
  ]
}
Fields
payload[]

object (ApiWorkflowStepDataModel)

Optional. The nested playbooks as steps.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.