Method: legacyPlaybooks.legacyGetOverviewTemplates

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

legacyPlaybooks.legacyGetOverviewTemplates returns the overview template by playbook identifier.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the overview template for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "playbookIdentifier": string
}
Fields
playbookIdentifier

string

Required. The playbook identifier is the identifier of the playbook.

Response body

LegacyPlaybookGetOverviewTemplateResponse is a response for getting the overview template by template identifier.

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

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

object (LegacyPlaybookOverviewTemplateData)

Required. The overview template data.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.