You can view an inventory overview.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dlf:GetDatabaseSummary |
get |
*All Resource
|
None | None |
Request syntax
GET /dlf/v1/{catalogId}/databases/{database}/storage-summary HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalogId |
string |
Yes |
The ID of the data catalog. |
clg-paimon-xxxx |
| database |
string |
Yes |
The name of the database. |
default |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| date |
string |
No |
The date of the storage overview. |
2025-10-26 |
Response elements
|
Element |
Type |
Description |
Example |
| DatabaseSummary |
The storage overview of the database. |
Examples
Success response
JSON format
{
"databaseName": "default",
"createdAt": 1744970111419,
"location": "oss://clg-paimon-xxx/db-xxx",
"tableCount": 50,
"partitionCount": 1000,
"totalFileSizeInBytes": 1048576,
"totalFileCount": 2000,
"generatedDate": "2025-06-01",
"objTypeStandardSize": 10240,
"objTypeIaSize": 10240,
"objTypeArchiveSize": 10240,
"objTypeColdArchiveSize": 10240,
"totalMetaSizeInBytes": 10240,
"totalMetaFileCount": 1500
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.