- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - PlaybookType
 - Try it!
 
Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowMenuCards
Get legacyGetWorkflowMenuCards returns a list of the existing playbook cards.
HTTP request
Path parameters
| Parameters | |
|---|---|
instance | 
                
                   
 Required. The instance to get the workflow menu cards for. Format: projects/{project}/locations/{location}/instances/{instance}  | 
              
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{
  "legacyPayload": [
    enum ( | 
                
| Fields | |
|---|---|
legacyPayload[] | 
                  
                     
 Required. Playbook types to filter the workflow menu cards by.  | 
                
Response body
LegacyPlaybookGetWorkflowMenuCardsResponse is a response for getting the workflow menu cards.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "payload": [
    {
      object ( | 
                  
| Fields | |
|---|---|
payload[] | 
                    
                       
 Optional. The workflow menu cards. add workflow menu cards description  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the instance resource:
chronicle.legacyPlaybooks.get
For more information, see the IAM documentation.
PlaybookType
Playbook types to filter the workflow menu cards by.
| Enums | |
|---|---|
PLAYBOOK_TYPE_UNSPECIFIED | 
                Unspecified playbook type. | 
REGULAR | 
                Regular playbook type. | 
NESTED | 
                Nested playbook type. |