Skip to main content

usage_reset

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

Overview

Nameusage_reset
TypeResource
Idsumologic.ingest_budgets.usage_reset

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
resetUsageexecid, regionReset ingest budget's current usage to 0 before the scheduled reset time.
resetUsageV2execid, regionReset ingest budget's current usage to 0 before the scheduled reset time.

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 ingest budget to reset usage.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Reset ingest budget's current usage to 0 before the scheduled reset time.

EXEC sumologic.ingest_budgets.usage_reset.resetUsage 
@id='{{ id }}' --required,
@region='{{ region }}' --required
;