v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpartitionManagement
Get a partition.
Get a partition with the given identifier from the organization.
get/v1/partitions/{id}
Path parameters
idstring required
Identifier of partition to return.
Response
Partition object that was requested.
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"
}