addresses_remove
Creates, updates, deletes, gets or lists an addresses_remove
resource.
Overview
Name | addresses_remove |
Type | Resource |
Id | sumologic.service_allowlist.addresses_remove |
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 |
---|---|---|---|---|
deleteAllowlistedCidrs | exec | region , data | Remove allowlisted CIDR notations and/or IP addresses from the organization. Removed CIDRs/IPs will immediately lose access to Sumo Logic and 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) |
Lifecycle Methods
- deleteAllowlistedCidrs
Remove allowlisted CIDR notations and/or IP addresses from the organization. Removed CIDRs/IPs will immediately lose access to Sumo Logic and content sharing.
EXEC sumologic.service_allowlist.addresses_remove.deleteAllowlistedCidrs
@region='{{ region }}' --required
@@json=
'{
"data": "{{ data }}"
}'
;