- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The instance to get the action widget template for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
actionIdentifiers[] |
Optional. The action identifiers to get the action widgets for. |
searchTerm |
Optional. The search term. |
requestedPage |
Optional. The requested page number. |
pageSize |
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 ( |
Fields | |
---|---|
payload[] |
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.