Method: legacyPlaybooks.legacyActionWidgetTemplate

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

legacyPlaybooks.legacyActionWidgetTemplate returns the action widget template for a given action identifier.

HTTP request


Path parameters

Parameters
instance

string

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

Query parameters

Parameters
actionIdentifiers[]

string

Optional. The action identifiers to get the action widgets for.

searchTerm

string

Optional. The search term.

requestedPage

integer

Optional. The requested page number.

pageSize

integer

Optional. The number of items per page.

Request body

The request body must be empty.

Response body

LegacyPlaybookActionWidgetTemplateResponse is a response for getting the action widget template.

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

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

object (LegacyPlaybookTemplateWidgetDefinition)

Optional. The action widget template.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.