- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.integrations.logicalOperators.list
Lists all IntegrationLogicalOperators defined for a specific integration. Use this method to discover the custom logic operators available for use within playbook decision steps.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/logicalOperators Path parameters
| Parameters | |
|---|---|
parent |
Required. The integration to list Logical Operator Definitions for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of Logical Operator Definitions to return. The service may return fewer than this value. If unspecified, at most 100 Logical Operator 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 Logical Operator Definitions. |
orderBy |
Optional. A field that can be used to sort the list of Logical Operator Definitions. |
excludeStaging |
Optional. Exclude staging logical operators from the response. By default, staging logical operators are included. |
expand |
Optional. Expand the response with the full logical operator details. |
Request body
The request body must be empty.
Response body
Response message for listing Logical Operator Definitions.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"logicalOperators": [
{
object ( |
| Fields | |
|---|---|
logicalOperators[] |
The list of Logical Operator Definitions. |
nextPageToken |
A token, which can be sent as |
totalSize |
Total number of Logical Operator 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.integrationLogicalOperators.get
For more information, see the IAM documentation.