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

E-MapReduce:GetDoctorHiveDatabase

最終更新日:Dec 22, 2025

Hive データベースの分析結果を取得します。

操作説明

Doctor 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:GetDoctorHiveDatabase

get

*All Resource

*

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

RegionId

string

必須

リージョン ID。

cn-hangzhou

ClusterId

string

必須

クラスター ID。

c-b933c5aac8fe****

DateTime

string

必須

クエリ日。

2023-01-01

DatabaseName

string

必須

データベース名。

db1

レスポンスフィールド

フィールド

説明

object

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

Data

object

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

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

メトリックの名前。

partitionNum

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

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth size of hot data

WarmDataDayGrowthSize

object

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

Name

string

メトリックの名前。

warmDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth size of warm data

ColdDataDayGrowthSize

object

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

Name

string

メトリックの名前。

coldDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth size of cold data

FreezeDataDayGrowthSize

object

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

Name

string

メトリックの名前。

freezeDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth size of freeze data

TotalDataDayGrowthSize

object

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

Name

string

メトリックの名前。

totalDataDayGrowthSize

Value

integer

メトリックの値。

1000

Unit

string

メトリックの単位。

""

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****

成功レスポンス

JSONJSON

{
  "Data": {
    "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": "partitionNum",
        "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\t",
        "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\t",
        "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",
        "Value": 1000,
        "Unit": "MB",
        "Description": "Ratio of freeze files\n"
      },
      "TotalDataSize": {
        "Name": "totalDataSize\t",
        "Value": 1000,
        "Unit": "MB",
        "Description": "Total data size in megabytes (MB)\n"
      },
      "HotDataRatio": {
        "Name": "hotDataRatio\t",
        "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\t",
        "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\t",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth count of large files\n"
      },
      "MediumFileDayGrowthCount": {
        "Name": "mediumFileDayGrowthCount\t",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth count of medium files\n"
      },
      "SmallFileDayGrowthCount": {
        "Name": "smallFileDayGrowthCount",
        "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",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth size of hot data\n"
      },
      "WarmDataDayGrowthSize": {
        "Name": "warmDataDayGrowthSize",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth size of warm data\n"
      },
      "ColdDataDayGrowthSize": {
        "Name": "coldDataDayGrowthSize\t",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth size of cold data\n"
      },
      "FreezeDataDayGrowthSize": {
        "Name": "freezeDataDayGrowthSize\t",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth size of freeze data\n"
      },
      "TotalDataDayGrowthSize": {
        "Name": "totalDataDayGrowthSize\t",
        "Value": 1000,
        "Unit": "\"\"",
        "Description": "Day growth size of total data\n"
      },
      "TotalFileCountDayGrowthRatio": {
        "Name": "totalFileCountDayGrowthRatio\t",
        "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",
        "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",
        "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",
        "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****"
}

エラーコード

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.

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

変更履歴

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