获取数据目录存储概览。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
dlf:GetCatalogSummary |
get |
*全部资源
|
无 | 无 |
请求语法
GET /dlf/v1/{catalogId}/storage-summary HTTP/1.1
路径参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| catalogId |
string |
是 |
数据目录 ID。 |
clg-paimon-xxxx |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| date |
string |
否 |
存储概览日期。 |
2025-09-18 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
| CatalogSummary |
数据目录存储概览。 |
示例
正常返回示例
JSON格式
{
"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
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?