Get automation types

Returns the list of automation component types the requesting user is authorized to use, based on both service availability and the user’s /whoami access. The UI uses this endpoint to filter the create-automation dropdown.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

The authorized automation component types for the requesting user.
messagestring

A human-readable message summarizing the result of the operation

datalist of enums
Array of authorized automation component type strings.
metadatamap from strings to any

Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.

Errors

500
Internal Server Error