- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.integrations.transformers.list
Lists all TransformerDefinitions for a specific integration. Use this method to browse the available transformers. Supports filtering.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/transformers Path parameters
| Parameters | |
|---|---|
parent |
Required. The integration to list Transformer Definitions for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of Transformer Definitions to return. The service may return fewer than this value. If unspecified, at most 100 Transformer Definitions will be returned. The maximum value is 200; values above 200 will be coerced to 200. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter that can be used to filter the list of Transformer Definitions. |
orderBy |
Optional. A field that can be used to sort the list of Transformer Definitions. |
excludeStaging |
Optional. Exclude staging transformers from the response. By default, staging transformers are included. |
expand |
Optional. Expand the response with the full transformer details. |
Request body
The request body must be empty.
Response body
Response message for listing Transformer Definitions.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"transformers": [
{
object ( |
| Fields | |
|---|---|
transformers[] |
The list of Transformer Definitions. |
nextPageToken |
A token, which can be sent as |
totalSize |
Total number of Transformer Definitions. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.transformerDefinitions.list
For more information, see the IAM documentation.