addresses_add
Creates, updates, deletes, gets or lists an addresses_add resource.
Overview
| Name | addresses_add |
| Type | Resource |
| Id | sumologic.service_allowlist.addresses_add |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
addAllowlistedCidrs | insert | region, data__data | Add CIDR notations and/or IP addresses to the allowlist of the organization if not already there. When service allowlisting functionality is enabled, CIDRs/IP addresses that are allowlisted will have access to Sumo Logic and/or content sharing. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | SumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2) |
INSERT examples
- addAllowlistedCidrs
- Manifest
Add CIDR notations and/or IP addresses to the allowlist of the organization if not already there. When service allowlisting functionality is enabled, CIDRs/IP addresses that are allowlisted will have access to Sumo Logic and/or content sharing.
INSERT INTO sumologic.service_allowlist.addresses_add (
data__data,
region
)
SELECT
'{{ data }}' /* required */,
'{{ region }}'
RETURNING
data
;
# Description fields are for documentation purposes
- name: addresses_add
props:
- name: region
value: string
description: Required parameter for the addresses_add resource.
- name: data
value: array
description: |
An array of CIDR notations and/or IP addresses.