Full name: projects.locations.instances.legacyPlaybooks.legacyGetNestedPlaybooksByEnvironmentsAsSteps
Get Nested Playbooks by environments as steps.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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[] |
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 ( |
Fields | |
---|---|
payload[] |
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.