Method: legacyPlaybooks.legacyGetNestedPlaybooksByEnvironmentsAsSteps

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

Get Nested Playbooks by environments 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 contains data with the following structure:

JSON representation
{
  "legacyPayload": [
    string
  ]
}
Fields
legacyPayload[]

string

Optional. The environments to get the nested playbooks as steps for.

Response body

LegacyPlaybookGetNestedPlaybooksByEnvironmentsAsStepsResponse 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.