Retrieves the storage overview of a data catalog.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dlf:GetCatalogSummary |
get |
*All Resource
|
None | None |
Request syntax
GET /dlf/v1/{catalogId}/storage-summary HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalogId |
string |
Yes |
The ID of the data catalog. |
clg-paimon-xxxx |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| date |
string |
No |
The date of the storage overview. |
2025-09-18 |
Response elements
|
Element |
Type |
Description |
Example |
| CatalogSummary |
The storage overview of the data catalog. |
Examples
Success response
JSON format
{
"databaseCount": {
"lastDayValue": 800,
"lastMonthValue": 100,
"currentValue": 1000
},
"tableCount": {
"lastDayValue": 800,
"lastMonthValue": 100,
"currentValue": 1000
},
"partitionCount": {
"lastDayValue": 800,
"lastMonthValue": 100,
"currentValue": 1000
},
"apiVisitCountMonthly": 1000,
"fileAccessCountMonthly": 10000,
"throughputMonthly": 1024,
"generatedDate": "2025-01-01",
"objTypeStandardSize": 10240,
"objTypeIaSize": 10240,
"objTypeArchiveSize": 10240,
"objTypeColdArchiveSize": 10240
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.