Skip to main content

partitions

Overview

Namepartitions
TypeResource
Idsumologic.partitions.partitions

Fields

NameDatatypeDescription
idstringUnique identifier for the partition.
namestringThe name of the partition.
isCompliantbooleanWhether the partition is compliant or not. Mark a partition as compliant if it contains data used for compliance or audit purpose. Retention for a compliant partition can only be increased and cannot be reduced after the partition is marked compliant. A partition once marked compliant, cannot be marked non-compliant later.
routingExpressionstringThe query that defines the data to be included in the partition.
isActivebooleanThis has the value true if the partition is active and false if it has been decommissioned.
totalBytesintegerSize of data in partition in bytes.
newRetentionPeriodintegerIf the retention period is scheduled to be updated in the future (i.e., if retention period is previously reduced with value of reduceRetentionPeriodImmediately as false), this property gives the future value of retention period while retentionPeriod gives the current value. retentionPeriod will take up the value of newRetentionPeriod after the scheduled time.
indexTypestringThis has the value DefaultIndex, AuditIndexor Partition depending upon the type of partition.
retentionPeriodintegerThe number of days to retain data in the partition, or -1 to use the default value for your account. Only relevant if your account has variable retention enabled.
createdAtstringCreation timestamp in UTC in RFC3339 format.
modifiedBystringIdentifier of the user who last modified the resource.
analyticsTierstringThe Data Tier where the data in the partition will reside. Possible values are:
1. continuous
2. frequent
3. infrequent
Note: The "infrequent" and "frequent" tiers are only available to Cloud Flex Credits Enterprise Suite accounts.
createdBystringIdentifier of the user who created the resource.
retentionEffectiveAtstringWhen the newRetentionPeriod will become effective in UTC format.
modifiedAtstringLast modification timestamp in UTC.
dataForwardingIdstringId of the data forwarding configuration to be used by the partition.

Methods

NameAccessible byRequired ParamsDescription
getPartitionSELECTid, regionGet a partition with the given identifier from the organization.
listPartitionsSELECTregionGet a list of all partitions in the organization. The response is paginated with a default limit of 100 partitions per page.
createPartitionINSERTdata__name, data__routingExpression, regionCreate a new partition.
updatePartitionEXECid, regionUpdate an existing partition in the organization.