Method: legacyPlaybooks.legacyGetNestedPlaybookParams

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

Get Nested Playbooks by environments as steps.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the nested playbook params for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
workflowIdentifier

string

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[]

string

Optional. InputParameters is a list of input parameters.

outputParameters[]

string

Optional. OutputParameters is a list of output parameters.

actionResults[]

string

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.