すべてのプロダクト
Search
ドキュメントセンター

E-MapReduce:ListDoctorHiveDatabases

最終更新日:Dec 22, 2025

複数の Hive データベースの分析結果を一度に取得します。

操作説明

複数の Hive データベースの分析結果を一覧表示します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

下表に、この API を呼び出すために必要な認証情報を示します。認証情報は、RAM (Resource Access Management) ポリシーを使用して定義できます。以下で各列名について説明します。

  • アクション:特定のリソースに対して実行可能な操作。ポリシー構文ではAction要素として指定します。

  • API:アクションを具体的に実行するための API。

  • アクセスレベル:各 API に対して事前定義されているアクセスの種類。有効な値:create、list、get、update、delete。

  • リソースタイプ:アクションが作用するリソースの種類。リソースレベルでの権限をサポートするかどうかを示すことができます。ポリシーの有効性を確保するため、アクションの対象として適切なリソースを指定してください。

    • リソースレベルの権限を持つ API の場合、必要なリソースタイプはアスタリスク (*) でマークされます。ポリシーのResource要素で対応する ARN を指定してください。

    • リソースレベルの権限を持たない API の場合、「すべてのリソース」と表示され、ポリシーのResource要素でアスタリスク (*) でマークされます。

  • 条件キー:サービスによって定義された条件のキー。このキーにより、きめ細やかなアクセス制御が可能になります。この制御は、アクション単体に適用することも、特定のリソースに対するアクションに適用することもできます。Alibaba Cloud は、サービス固有の条件キーに加えて、すべての RAM 統合サービスに適用可能な一連の共通条件キーを提供しています。

  • 依存アクション:ある特定のアクションを実行するために、前提として実行が必要となる他のアクション。依存アクションの権限も RAM ユーザーまたは RAM ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

emr:ListDoctorHiveDatabases

list

*All Resource

*

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

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:昇順

  • DESC:降順

ASC

OrderBy

string

任意

クエリ結果のソート基準。有効値:

  • tableCount:テーブル数

tableCount

レスポンスフィールド

フィールド

説明

object

レスポンスパラメーター。

Data

array<object>

Hive データベースの分析結果。

array<object>

DatabaseName

string

データベース名。

db1

Formats

array<object>

ストレージフォーマットの観点からの情報。

object

FormatName

string

ストレージフォーマットの名前。

TextInputFormat

FormatSize

integer

特定のストレージフォーマットのデータ量。

1000

FormatSizeUnit

string

特定のストレージフォーマットのデータ量の単位。

MB

FormatRatio

number

特定のストレージフォーマットのデータの割合。

0.5

FormatDayGrowthSize

integer

特定のストレージフォーマットのデータの 1 日あたりの増分。

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

ファイルの総数の 1 日あたりの増分。

Name

string

メトリックの名前。

totalFileDayGrowthCount

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of total files

LargeFileDayGrowthCount

object

ラージファイルの数の 1 日あたりの増分。ラージファイルとは、サイズが 1 GB を超えるファイルです。

Name

string

メトリックの名前。

largeFileDayGrowthCount

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of large files

MediumFileDayGrowthCount

object

ミディアムファイルの数の 1 日あたりの増分。ミディアムファイルとは、サイズが 128 MB 以上 1 GB 以下のファイルです。

Name

string

メトリックの名前。

mediumFileDayGrowthCount

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of medium files

SmallFileDayGrowthCount

object

スモールファイルの数の 1 日あたりの増分。スモールファイルとは、サイズが 10 MB 以上 128 MB 未満のファイルです。

Name

string

メトリックの名前。

smallFileDayGrowthCount

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of small files

TinyFileDayGrowthCount

object

タイニーファイルの数の 1 日あたりの増分。タイニーファイルとは、サイズが 0 MB を超え 10 MB 未満のファイルです。

Name

string

メトリックの名前。

tinyFileDayGrowthCount

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of tiny files

EmptyFileDayGrowthCount

object

空のファイルの数の 1 日あたりの増分。空のファイルとは、サイズが 0 MB のファイルです。

Name

string

メトリックの名前。

emptyFileDayGrowthCount

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of empty files

HotDataDayGrowthSize

object

ホットデータの量の 1 日あたりの増分。ホットデータとは、過去 7 日間にアクセスされたデータを指します。

Name

string

メトリックの名前。

hotDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of hot data

WarmDataDayGrowthSize

object

ウォームデータの量の 1 日あたりの増分。ウォームデータとは、7 日を超えてアクセスされていないが、30 日以内にアクセスされたデータを指します。

Name

string

メトリックの名前。

warmDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of warm data

ColdDataDayGrowthSize

object

コールドデータの量の 1 日あたりの増分。コールドデータとは、30 日を超えてアクセスされていないが、90 日以内にアクセスされたデータを指します。

Name

string

メトリックの名前。

coldDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of cold data

FreezeDataDayGrowthSize

object

フリーズデータの量の 1 日あたりの増分。フリーズデータとは、90 日を超えてアクセスされていないデータを指します。

Name

string

メトリックの名前。

freezeDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of freeze data

TotalDataDayGrowthSize

object

総データ量の 1 日あたりの増分。

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

成功レスポンス

JSONJSON

{
  "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 ステータスコード

エラーコード

エラーメッセージ

説明

400 ConflictParameters Parameters that must not be used together. %s
400 IncompleteSignature The request signature is invalid.
400 InvalidAction The action %s requested is invalid.
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.
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.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。