Skip to main content

addresses_remove

Creates, updates, deletes, gets or lists an addresses_remove resource.

Overview

Nameaddresses_remove
TypeResource
Idsumologic.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:

NameAccessible byRequired ParamsOptional ParamsDescription
deleteAllowlistedCidrsexecregion, dataRemove 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.

NameDatatypeDescription
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

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 }}"
}'
;