v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpartitionManagement
Update a partition.
Update an existing partition in the organization.
put/v1/partitions/{id}
Path parameters
idstring required
Identifier of the partition to update.
Request body
Example request
{
"retentionPeriod": 365,
"routingExpression": "_sourcecategory=*/Apache"
}Response
The partition was successfully modified.
Example response
{
"name": "apache",
"routingExpression": "_sourcecategory=*/Apache",
"analyticsTier": "continuous",
"retentionPeriod": 365,
"isIncludedInDefaultSearch": true,
"newRetentionPeriod": 300,
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "1",
"totalBytes": 42,
"indexType": "Partition"
}