批量擷取 Hive 庫維度分析結果。
介面說明
list Doctor Hive Databases
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
emr:ListDoctorHiveDatabases |
list |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
地區 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
叢集 ID。 |
c-b933c5aac8fe**** |
| NextToken |
string |
否 |
標記當前開始讀取的位置。 |
DD6B1B2A-5837-5237-ABE4-FF0C89568980 |
| MaxResults |
integer |
否 |
一次擷取的最大記錄數。 |
20 |
| DateTime |
string |
是 |
日期。 |
2023-01-01 |
| DatabaseNames |
array |
否 |
資料庫名列表。 |
null |
|
string |
否 |
資料庫名。 |
db1 |
|
| OrderType |
string |
否 |
排序方向。取值:
|
ASC |
| OrderBy |
string |
否 |
排序依據。取值:
|
tableCount |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資料 |
||
| Data |
array<object> |
Hive 批量庫分析資料。 |
|
|
array<object> |
Hive 庫分析資料。 |
||
| DatabaseName |
string |
庫名稱 |
db1 |
| Formats |
array<object> |
儲存格式資訊。 |
|
|
object |
儲存格式資訊。 |
||
| FormatName |
string |
儲存格式名稱。 |
TextInputFormat |
| FormatSize |
integer |
格式資料量。 |
1000 |
| FormatSizeUnit |
string |
格式資料量單位。 |
MB |
| FormatRatio |
number |
格式佔比。 |
0.5 |
| FormatDayGrowthSize |
integer |
格式資料量日增量。 |
1000 |
| FormatSizeDayGrowthRatio |
number |
格式資料量日環比。 |
0.5 |
| Metrics |
object |
指標資訊。 |
|
| TableCount |
object |
表數量。 |
|
| Name |
string |
指標名稱。 |
TableCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of tables |
| PartitionNum |
object |
分區數。 |
|
| Name |
string |
指標名稱。 |
ppartitionNum |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of partitions |
| LargeFileCount |
object |
大檔案個數。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
“” |
| Description |
string |
指標描述。 |
Number of large files |
| MediumFileCount |
object |
中檔案個數。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of medium files |
| SmallFileCount |
object |
小檔案個數。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of small files |
| TinyFileCount |
object |
極小檔案個數。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of tiny files |
| EmptyFileCount |
object |
空檔案個數。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of empty files |
| TotalFileCount |
object |
總檔案個數。 |
|
| Name |
string |
指標名稱。 |
totalFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of total files |
| LargeFileRatio |
object |
大檔案個數佔比。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of large files |
| MediumFileRatio |
object |
中檔案個數佔比。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of medium files |
| SmallFileRatio |
object |
小檔案個數佔比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of small files |
| TinyFileRatio |
object |
極小檔案個數佔比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of tiny files |
| EmptyFileRatio |
object |
空檔案個數佔比。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of empty files |
| HotDataSize |
object |
熱資料的資料量大小。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of hot files |
| WarmDataSize |
object |
溫資料的資料量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of warm files |
| ColdDataSize |
object |
冷資料的資料量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of cold files |
| FreezeDataSize |
object |
極冷資料的資料量大小。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of freeze files |
| TotalDataSize |
object |
總資料量大小。 |
|
| Name |
string |
指標名稱。 |
totalDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Total data size in megabytes (MB) |
| HotDataRatio |
object |
熱資料的資料量大小佔比。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Hot data ratio |
| WarmDataRatio |
object |
溫資料的資料量大小佔比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of warm data |
| ColdDataRatio |
object |
冷資料的資料量大小佔比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Cold data ratio |
| FreezeDataRatio |
object |
極冷資料的資料量大小佔比。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of freeze data |
| TotalFileDayGrowthCount |
object |
總檔案個數日增量。 |
|
| Name |
string |
指標名稱。 |
totalFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of total files |
| LargeFileDayGrowthCount |
object |
大檔案個數日增量。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of large files |
| MediumFileDayGrowthCount |
object |
中檔案個數日增量。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of medium files |
| SmallFileDayGrowthCount |
object |
小檔案個數日增量。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of small files |
| TinyFileDayGrowthCount |
object |
極小檔案個數日增量。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of tiny files |
| EmptyFileDayGrowthCount |
object |
空檔案個數日增量。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of empty files |
| HotDataDayGrowthSize |
object |
熱資料的資料量日增量大小。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of hot data |
| WarmDataDayGrowthSize |
object |
溫資料的資料量日增量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of warm data |
| ColdDataDayGrowthSize |
object |
冷資料的資料量日增量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of cold data |
| FreezeDataDayGrowthSize |
object |
極冷資料的資料量日增量大小。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of freeze data |
| TotalDataDayGrowthSize |
object |
全部資料的資料量日增量大小。 |
|
| Name |
string |
指標名稱。 |
totalDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of total data |
| TotalFileCountDayGrowthRatio |
object |
總檔案個數日環比。 |
|
| Name |
string |
指標名稱。 |
totalFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of total files |
| LargeFileCountDayGrowthRatio |
object |
大檔案個數日環比。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of large files |
| MediumFileCountDayGrowthRatio |
object |
中檔案個數日環比。比中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of medium files |
| SmallFileCountDayGrowthRatio |
object |
小檔案個數日環比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of small files |
| TinyFileCountDayGrowthRatio |
object |
極小檔案個數日環比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of tiny files |
| EmptyFileCountDayGrowthRatio |
object |
空檔案個數日環比。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of empty files |
| HotDataSizeDayGrowthRatio |
object |
熱資料的資料量大小日環比。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of hot data size |
| WarmDataSizeDayGrowthRatio |
object |
溫資料的資料量大小日環比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
WarmDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of warm data size |
| ColdDataSizeDayGrowthRatio |
object |
冷資料的資料量大小日環比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of cold data size |
| FreezeDataSizeDayGrowthRatio |
object |
極冷資料的資料量大小日環比。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of freeze data size |
| TotalDataSizeDayGrowthRatio |
object |
總資料量大小日環比。 |
|
| Name |
string |
指標名稱。 |
totalDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of total data size |
| Analysis |
object |
分析結果。 |
|
| HiveFrequencyScore |
integer |
Hive 庫訪問頻率得分。 |
85 |
| HiveDistributionScore |
integer |
Hive 庫檔案大小評分。 |
85 |
| HiveFormatScore |
integer |
Hive 庫格式評分。 |
85 |
| HiveScore |
integer |
Hive 庫綜合評分。 |
85 |
| RequestId |
string |
請求 ID。 |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
| NextToken |
string |
返回讀取到的資料位元置。 |
DD6B1B2A-5837-5237-ABE4-FF0C89568980 |
| MaxResults |
integer |
本次請求所返回的最大記錄條數。 |
20 |
| TotalCount |
integer |
本次請求條件下的資料總量。 |
200 |
樣本
正常返回樣本
JSON格式
{
"Data": [
{
"DatabaseName": "db1",
"Formats": [
{
"FormatName": "TextInputFormat",
"FormatSize": 1000,
"FormatSizeUnit": "MB",
"FormatRatio": 0.5,
"FormatDayGrowthSize": 1000,
"FormatSizeDayGrowthRatio": 0.5
}
],
"Metrics": {
"TableCount": {
"Name": "TableCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of tables\n"
},
"PartitionNum": {
"Name": "ppartitionNum",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of partitions\n"
},
"LargeFileCount": {
"Name": "largeFileCount",
"Value": 1000,
"Unit": "“”",
"Description": "Number of large files\n"
},
"MediumFileCount": {
"Name": "mediumFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of medium files\n"
},
"SmallFileCount": {
"Name": "smallFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of small files\n"
},
"TinyFileCount": {
"Name": "tinyFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of tiny files\n"
},
"EmptyFileCount": {
"Name": "emptyFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of empty files\n"
},
"TotalFileCount": {
"Name": "totalFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of total files\n"
},
"LargeFileRatio": {
"Name": "largeFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of large files\n"
},
"MediumFileRatio": {
"Name": "mediumFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of medium files\n"
},
"SmallFileRatio": {
"Name": "smallFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of small files\n"
},
"TinyFileRatio": {
"Name": "tinyFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of tiny files\n"
},
"EmptyFileRatio": {
"Name": "emptyFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of empty files\n"
},
"HotDataSize": {
"Name": "hotDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of hot files\n"
},
"WarmDataSize": {
"Name": "warmDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of warm files\n"
},
"ColdDataSize": {
"Name": "coldDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of cold files\n"
},
"FreezeDataSize": {
"Name": "freezeDataSize\t",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of freeze files\n"
},
"TotalDataSize": {
"Name": "totalDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Total data size in megabytes (MB)\n"
},
"HotDataRatio": {
"Name": "hotDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Hot data ratio\n"
},
"WarmDataRatio": {
"Name": "warmDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of warm data\n"
},
"ColdDataRatio": {
"Name": "coldDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Cold data ratio\n"
},
"FreezeDataRatio": {
"Name": "freezeDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of freeze data\n"
},
"TotalFileDayGrowthCount": {
"Name": "totalFileDayGrowthCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of total files\n"
},
"LargeFileDayGrowthCount": {
"Name": "largeFileDayGrowthCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of large files\n"
},
"MediumFileDayGrowthCount": {
"Name": "mediumFileDayGrowthCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of medium files\n"
},
"SmallFileDayGrowthCount": {
"Name": "smallFileDayGrowthCount\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of small files\n"
},
"TinyFileDayGrowthCount": {
"Name": "tinyFileDayGrowthCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of tiny files\n"
},
"EmptyFileDayGrowthCount": {
"Name": "emptyFileDayGrowthCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of empty files\n"
},
"HotDataDayGrowthSize": {
"Name": "hotDataDayGrowthSize\t",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of hot data\n"
},
"WarmDataDayGrowthSize": {
"Name": "warmDataDayGrowthSize\t",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of warm data\n"
},
"ColdDataDayGrowthSize": {
"Name": "coldDataDayGrowthSize",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of cold data\n"
},
"FreezeDataDayGrowthSize": {
"Name": "freezeDataDayGrowthSize\t",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of freeze data\n"
},
"TotalDataDayGrowthSize": {
"Name": "totalDataDayGrowthSize",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of total data\n"
},
"TotalFileCountDayGrowthRatio": {
"Name": "totalFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of total files\n"
},
"LargeFileCountDayGrowthRatio": {
"Name": "largeFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of large files\n"
},
"MediumFileCountDayGrowthRatio": {
"Name": "mediumFileCountDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of medium files\n"
},
"SmallFileCountDayGrowthRatio": {
"Name": "smallFileCountDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of small files\n"
},
"TinyFileCountDayGrowthRatio": {
"Name": "tinyFileCountDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of tiny files\n"
},
"EmptyFileCountDayGrowthRatio": {
"Name": "emptyFileCountDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of empty files\n"
},
"HotDataSizeDayGrowthRatio": {
"Name": "hotDataSizeDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of hot data size\n"
},
"WarmDataSizeDayGrowthRatio": {
"Name": "WarmDataSizeDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of warm data size\n"
},
"ColdDataSizeDayGrowthRatio": {
"Name": "coldDataSizeDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of cold data size\n"
},
"FreezeDataSizeDayGrowthRatio": {
"Name": "freezeDataSizeDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of freeze data size\n"
},
"TotalDataSizeDayGrowthRatio": {
"Name": "totalDataSizeDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of total data size\n"
}
},
"Analysis": {
"HiveFrequencyScore": 85,
"HiveDistributionScore": 85,
"HiveFormatScore": 85,
"HiveScore": 85
}
}
],
"RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
"NextToken": "DD6B1B2A-5837-5237-ABE4-FF0C89568980",
"MaxResults": 20,
"TotalCount": 200
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | ConflictParameters | Parameters that must not be used together. %s | 多個參數間存在衝突。 |
| 400 | IncompleteSignature | The request signature is invalid. | API請求籤名不合法。 |
| 400 | InvalidAction | The action %s requested is invalid. | 不合法的Action。 |
| 400 | InvalidParameter | The specified parameter %s is not valid. | 參數錯誤。 |
| 400 | InvalidParameterValue | The input parameter %s is invalid or out of range. | 參數值超出範圍。 |
| 400 | MissingAction | The action %s requested is missing. | 缺少Action參數 |
| 400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | 參數缺失。 |
| 400 | NotAuthorized | You do not have permission to perform this action. %s | 沒有許可權。 |
| 400 | ThrottlingException | The request was denied due to request throttling. %s | 限流。 |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤。 |
| 404 | ResourceNotFound | The resource not found by %s. | 請求的資源未找到。 |
| 503 | ServiceFailure | The request has failed due to a temporary failure of %s service. | 依賴的阿里雲其他服務不可用。 |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 請求逾時或者服務不可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。