- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetNestedPlaybookParams
Get Nested Playbooks by environments as steps.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the nested playbook params for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
workflowIdentifier |
Required. The nested playbook identifier. |
Request body
The request body must be empty.
Response body
ApiNestedPlaybookParamsResponse represents the parameters of a nested playbook.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "inputParameters": [ string ], "outputParameters": [ string ], "actionResults": [ string ] } |
Fields | |
---|---|
inputParameters[] |
Optional. InputParameters is a list of input parameters. |
outputParameters[] |
Optional. OutputParameters is a list of output parameters. |
actionResults[] |
Optional. ActionResults is a list of action results. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.