Skip to main content

decommission

Creates, updates, deletes, gets or lists a decommission resource.

Overview

Namedecommission
TypeResource
Idsumologic.partitions.decommission

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
decommissionPartitionexecid, regionDecommission a partition with the given identifier from the organization.

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
idstringIdentifier of the partition to decommission.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Decommission a partition with the given identifier from the organization.

EXEC sumologic.partitions.decommission.decommissionPartition 
@id='{{ id }}' --required,
@region='{{ region }}' --required
;