Method: legacyPlaybooks.legacyGetOverviewTemplates

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

Returns the set of overview templates associated with specific playbooks.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacyPlaybooks:legacyGetOverviewTemplates

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 one of the following OAuth scopes:

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

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.