Method: legacyPlaybooks.legacyGetWorkflowCategories

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

Get workflow categories.

HTTP request


Path parameters

Parameters
instance

string

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

Request body

The request body must be empty.

Response body

LegacyPlaybookGetWorkflowCategoriesResponse is a response for getting the workflow categories.

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

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

object (ApiWorkflowCategoryDataModel)

Optional. The workflow categories.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.