decommission
Creates, updates, deletes, gets or lists a decommission
resource.
Overview
Name | decommission |
Type | Resource |
Id | sumologic.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
decommissionPartition | exec | id , region | Decommission 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.
Name | Datatype | Description |
---|---|---|
id | string | Identifier of the partition to decommission. |
region | string | SumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2) |
Lifecycle Methods
- decommissionPartition
Decommission a partition with the given identifier from the organization.
EXEC sumologic.partitions.decommission.decommissionPartition
@id='{{ id }}' --required,
@region='{{ region }}' --required
;