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

E-MapReduce:GetDoctorHiveTable

最終更新日:Dec 22, 2025

E-MapReduce (EMR) Doctor 上のクラスター内の特定の 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:GetDoctorHiveTable

get

*All Resource

*

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

RegionId

string

必須

リージョン ID。

cn-hangzhou

ClusterId

string

必須

クラスター ID。

c-b933c5aac8fe****

DateTime

string

必須

ISO 8601 標準で日付を指定します。例:2023-01-01 は 2023年1月1日を表します。

2023-01-01

TableName

string

必須

テーブル名。テーブル名は Hive のルールに従う必要があります。{データベース名.テーブル識別子} の形式の名前でテーブルを一意に識別します。

dw.dwd_creta_service_order_long_renew_long_da

レスポンスフィールド

フィールド

説明

object

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

Data

object

Hive テーブルの分析結果。

Formats

array<object>

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

object

FormatName

string

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

TextInputFormat

FormatSize

integer

ストレージフォーマット固有のデータのサイズ。

506930200

FormatSizeUnit

string

データサイズの単位。

MB

FormatRatio

number

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

0.23

FormatDayGrowthSize

integer

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

1232124

FormatSizeDayGrowthRatio

number

特定のストレージフォーマットのデータ量の前日比増加率。

0.04

Owner

string

オーナー。

DW

Metrics

object

メトリック情報。

PartitionNum

object

パーティションの数。

Name

string

メトリックの名前。

partitionNum

Value

integer

メトリックの値。

441

Unit

string

メトリックの単位。

“”

Description

string

メトリックの説明。

number of partitions

LargeFileCount

object

大きいファイルの数。大きいファイルとは、サイズが 1 GB を超えるファイルです。

Name

string

メトリックの名前。

largeFileCount

Value

integer

メトリックの値。

123

Unit

string

メトリックの単位。

“”

Description

string

メトリックの説明。

Number of large files

MediumFileCount

object

中程度のファイルの数。中程度のファイルとは、サイズが 128 MB 以上 1 GB 以下のファイルです。

Name

string

メトリックの名前。

mediumFileCount

Value

integer

メトリックの値。

5

Unit

string

メトリックの単位。

“”

Description

string

メトリックの説明。

Number of medium files

SmallFileCount

object

小さいファイルの数。小さいファイルとは、サイズが 10 MB 以上 128 MB 未満のファイルです。

Name

string

メトリックの名前。

smallFileCount

Value

integer

メトリックの値。

18

Unit

string

メトリックの単位。

"“

Description

string

メトリックの説明。

Number of small files

TinyFileCount

object

極小ファイルの数。極小ファイルとは、サイズが 0 MB より大きく 10 MB 未満のファイルです。

Name

string

メトリックの名前。

tinyFileCount

Value

integer

メトリックの値。

451

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Number of tiny files

EmptyFileCount

object

空のファイルの数。空のファイルとは、サイズが 0 MB のファイルです。

Name

string

メトリックの名前。

emptyFileCount

Value

integer

メトリックの値。

3123

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Number of empty files

TotalFileCount

object

合計ファイル数。

Name

string

メトリックの名前。

totalFileCount

Value

integer

メトリックの値。

123

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Number of total files

LargeFileRatio

object

大きいファイルの割合。大きいファイルとは、サイズが 1 GB を超えるファイルです。

Name

string

メトリックの名前。

largeFileRatio

Value

number

メトリックの値。

0.02

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Ratio of large files

MediumFileRatio

object

中程度のファイルの割合。中程度のファイルとは、サイズが 128 MB 以上 1 GB 以下のファイルです。

Name

string

メトリックの名前。

mediumFileRatio

Value

number

メトリックの値。

0.80

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Ratio of medium files

SmallFileRatio

object

小さいファイルの割合。小さいファイルとは、サイズが 10 MB 以上 128 MB 未満のファイルです。

Name

string

メトリックの名前。

smallFileRatio

Value

number

メトリックの値。

0.04

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Ratio of small files

TinyFileRatio

object

極小ファイルの割合。極小ファイルとは、サイズが 0 MB より大きく 10 MB 未満のファイルです。

Name

string

メトリックの名前。

tinyFileRatio

Value

number

メトリックの値。

0.96

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Ratio of tiny files

EmptyFileRatio

object

空のファイルの割合。空のファイルとは、サイズが 0 MB のファイルです。

Name

string

メトリックの名前。

emptyFileRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Ratio of empty files

HotDataSize

object

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

Name

string

メトリックの名前。

hotDataSize

Value

integer

メトリックの値。

203431

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Size of the hot data size

WarmDataSize

object

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

Name

string

メトリックの名前。

warmDataSize

Value

integer

メトリックの値。

14981

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Size of the warm data size

ColdDataSize

object

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

Name

string

メトリックの名前。

coldDataSize

Value

integer

メトリックの値。

217715

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Size of the cold data size

FreezeDataSize

object

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

Name

string

メトリックの名前。

freezeDataSize

Value

integer

メトリックの値。

33229309

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Size of the freeze data size

TotalDataSize

object

合計データ量。

Name

string

メトリックの名前。

totalDataSize

Value

integer

メトリックの値。

33800296

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Total data size in megabytes (MB)

HotDataRatio

object

ホットデータの割合。ホットデータとは、過去7日間にアクセスされたデータを指します。

Name

string

メトリックの名前。

hotDataRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Hot data ratio

WarmDataRatio

object

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

Name

string

メトリックの名前。

warmDataRatio

Value

number

メトリックの値。

0.1

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Ratio of warm data

ColdDataRatio

object

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

Name

string

メトリックの名前。

coldDataRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Cold data ratio

FreezeDataRatio

object

フリーズデータの割合。フリーズデータとは、90日を超えてアクセスされていないデータを指します。

Name

string

メトリックの名前。

freezeDataRatio

Value

number

メトリックの値。

0.98

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Ratio of freeze data

TotalFileDayGrowthCount

object

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

Name

string

メトリックの名前。

totalFileDayGrowthCount

Value

integer

メトリックの値。

100

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of total files

LargeFileDayGrowthCount

object

大きいファイルの1日あたりの増分。大きいファイルとは、サイズが 1 GB を超えるファイルです。

Name

string

メトリックの名前。

largeFileDayGrowthCount

Value

integer

メトリックの値。

40

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of large files

MediumFileDayGrowthCount

object

中程度のファイルの1日あたりの増分。中程度のファイルとは、サイズが 128 MB 以上 1 GB 以下のファイルです。

Name

string

メトリックの名前。

mediumFileDayGrowthCount

Value

integer

メトリックの値。

20

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明。

Day growth count of medium files

SmallFileDayGrowthCount

object

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

Name

string

メトリックの名前。

smallFileDayGrowthCount

Value

integer

メトリックの値。

18

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Day growth count of small files

TinyFileDayGrowthCount

object

極小ファイルの1日あたりの増分。極小ファイルとは、サイズが 0 MB より大きく 10 MB 未満のファイルです。

Name

string

メトリックの名前。

tinyFileDayGrowthCount

Value

integer

メトリックの値。

482

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Day growth count of tiny files

EmptyFileDayGrowthCount

object

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

Name

string

メトリックの名前。

emptyFileDayGrowthCount

Value

integer

メトリックの値。

-20

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Day growth count of empty files

HotDataDayGrowthSize

object

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

Name

string

メトリックの名前。

hotDataDayGrowthSize

Value

integer

メトリックの値。

203431

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of hot data

WarmDataDayGrowthSize

object

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

Name

string

メトリックの名前。

warmDataDayGrowthSize

Value

integer

メトリックの値。

149841

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of warm data

ColdDataDayGrowthSize

object

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

Name

string

メトリックの名前。

coldDataDayGrowthSize

Value

integer

メトリックの値。

217715

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of cold data

FreezeDataDayGrowthSize

object

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

Name

string

メトリックの名前。

freezeDataDayGrowthSize

Value

integer

メトリックの値。

33229309

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of freeze data

TotalDataDayGrowthSize

object

合計データボリュームの1日あたりの増分。

Name

string

メトリックの名前。

totalDataDayGrowthSize

Value

integer

メトリックの値。

33800296

Unit

string

メトリックの単位。

MB

Description

string

メトリックの説明。

Day growth size of total data

TotalFileCountDayGrowthRatio

object

合計ファイル数の前日比増加率。

Name

string

メトリックの名前。

totalFileCountDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Day growth ratio of total files

LargeFileCountDayGrowthRatio

object

大きいファイルの数の前日比増加率。大きいファイルとは、サイズが 1 GB を超えるファイルです。

Name

string

メトリックの名前。

largeFileCountDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明。

Day growth ratio of large files

MediumFileCountDayGrowthRatio

object

中程度のファイルの数の前日比増加率。中程度のファイルとは、サイズが 128 MB 以上 1 GB 以下のファイルです。

Name

string

メトリックの名前です。

mediumFileCountDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位です。

”“

Description

string

メトリックの説明です。

Day growth ratio of medium files

SmallFileCountDayGrowthRatio

object

small ファイル数の日次の増加率。small ファイルとは、サイズが 10 MB 以上 128 MB 未満のファイルです。

Name

string

メトリックの名前です。

smallFileCountDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位です。

”“

Description

string

メトリックの説明です。

Day growth ratio of small files

TinyFileCountDayGrowthRatio

object

極小ファイルの数の前日比増加率。極小ファイルとは、サイズが 0 MB より大きく 10 MB 未満のファイルです。

Name

string

メトリックの名前です。

tinyFileCountDayGrowthRatio

Value

number

メトリックの値です。

0.04

Unit

string

メトリックの単位です。

”“

Description

string

メトリックの説明です。

Day growth ratio of tiny files

EmptyFileCountDayGrowthRatio

object

空のファイルの数の日次増加率。空のファイルとは、サイズが 0 MB のファイルです。

Name

string

メトリックの名前です。

emptyFileCountDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明です。

Day growth ratio of empty files

HotDataSizeDayGrowthRatio

object

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

Name

string

メトリックの名前。

hotDataSizeDayGrowthRatio

Value

number

メトリックの値です。

0.01

Unit

string

メトリックの単位です。

”“

Description

string

メトリックの説明。

Day growth ratio of hot data size

WarmDataSizeDayGrowthRatio

object

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

Name

string

メトリックの名前。

warmDataSizeDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

”“

Description

string

メトリックの説明です。

Day growth ratio of warm data size

ColdDataSizeDayGrowthRatio

object

コールドデータ量の日次増加率です。コールドデータとは、30 日を超えてアクセスされておらず、かつ 90 日以内にアクセスされたデータを指します。

Name

string

メトリックの名前。

coldDataSizeDayGrowthRatio

Value

number

メトリックの値。

0.01

Unit

string

メトリックの単位。

""

Description

string

メトリックの説明です。

Day growth ratio of cold data size

FreezeDataSizeDayGrowthRatio

object

超コールドデータ量の日次増加率です。超コールドデータとは、90 日を超えてアクセスされていないデータを指します。

Name

string

メトリックの名前。

freezeDataSizeDayGrowthRatio

Value

number

メトリックの値です。

0.01

Unit

string

メトリックの単位です。

”“

Description

string

メトリックの説明。

Day growth ratio of freeze data size

TotalDataSizeDayGrowthRatio

object

総データ量の日次増加率。

Name

string

メトリックの名前です。

totalDataSizeDayGrowthRatio

Value

number

メトリックの値です。

0.01

Unit

string

メトリックの単位です。

”“

Description

string

メトリックの説明です。

Day growth ratio of total data size

Analysis

object

分析結果です。

HiveFrequencyScore

integer

Hive テーブルのアクセス頻度のスコアです。

70

HiveDistributionScore

integer

Hive テーブルに格納されている、サイズの異なるファイルの分布スコア。

80

HiveFormatScore

integer

Hive テーブルに異なるフォーマットで保存されているファイルの分布に対するスコア。

60

HiveScore

integer

Hive テーブルの総合スコアです。

80

RequestId

string

リクエスト ID。

DD6B1B2A-5837-5237-ABE4-FF0C8944****

成功レスポンス

JSONJSON

{
  "Data": {
    "Formats": [
      {
        "FormatName": "TextInputFormat",
        "FormatSize": 506930200,
        "FormatSizeUnit": "MB",
        "FormatRatio": 0.23,
        "FormatDayGrowthSize": 1232124,
        "FormatSizeDayGrowthRatio": 0.04
      }
    ],
    "Owner": "DW",
    "Metrics": {
      "PartitionNum": {
        "Name": "partitionNum",
        "Value": 441,
        "Unit": "“”",
        "Description": "number of partitions"
      },
      "LargeFileCount": {
        "Name": "largeFileCount",
        "Value": 123,
        "Unit": "“”",
        "Description": "Number of large files"
      },
      "MediumFileCount": {
        "Name": "mediumFileCount",
        "Value": 5,
        "Unit": "“”",
        "Description": "Number of medium files"
      },
      "SmallFileCount": {
        "Name": "smallFileCount",
        "Value": 18,
        "Unit": "\"“",
        "Description": "Number of small files"
      },
      "TinyFileCount": {
        "Name": "tinyFileCount",
        "Value": 451,
        "Unit": "”“",
        "Description": "Number of tiny files"
      },
      "EmptyFileCount": {
        "Name": "emptyFileCount",
        "Value": 3123,
        "Unit": "”“",
        "Description": "Number of empty files"
      },
      "TotalFileCount": {
        "Name": "totalFileCount",
        "Value": 123,
        "Unit": "”“",
        "Description": "Number of total files"
      },
      "LargeFileRatio": {
        "Name": "largeFileRatio",
        "Value": 0.02,
        "Unit": "”“",
        "Description": "Ratio of large files"
      },
      "MediumFileRatio": {
        "Name": "mediumFileRatio",
        "Value": 0.8,
        "Unit": "”“",
        "Description": "Ratio of medium files"
      },
      "SmallFileRatio": {
        "Name": "smallFileRatio",
        "Value": 0.04,
        "Unit": "”“",
        "Description": "Ratio of small files"
      },
      "TinyFileRatio": {
        "Name": "tinyFileRatio",
        "Value": 0.96,
        "Unit": "\"\"",
        "Description": "Ratio of tiny files"
      },
      "EmptyFileRatio": {
        "Name": "emptyFileRatio",
        "Value": 0.01,
        "Unit": "\"\"",
        "Description": "Ratio of empty files"
      },
      "HotDataSize": {
        "Name": "hotDataSize",
        "Value": 203431,
        "Unit": "MB",
        "Description": "Size of the hot data size"
      },
      "WarmDataSize": {
        "Name": "warmDataSize",
        "Value": 14981,
        "Unit": "MB",
        "Description": "Size of the warm data size"
      },
      "ColdDataSize": {
        "Name": "coldDataSize",
        "Value": 217715,
        "Unit": "MB",
        "Description": "Size of the cold data size"
      },
      "FreezeDataSize": {
        "Name": "freezeDataSize",
        "Value": 33229309,
        "Unit": "MB",
        "Description": "Size of the freeze data size"
      },
      "TotalDataSize": {
        "Name": "totalDataSize",
        "Value": 33800296,
        "Unit": "MB",
        "Description": "Total data size in megabytes (MB)"
      },
      "HotDataRatio": {
        "Name": "hotDataRatio",
        "Value": 0.01,
        "Unit": "\"\"",
        "Description": "Hot data ratio"
      },
      "WarmDataRatio": {
        "Name": "warmDataRatio",
        "Value": 0.1,
        "Unit": "\"\"",
        "Description": "Ratio of warm data"
      },
      "ColdDataRatio": {
        "Name": "coldDataRatio",
        "Value": 0.01,
        "Unit": "\"\"",
        "Description": "Cold data ratio"
      },
      "FreezeDataRatio": {
        "Name": "freezeDataRatio",
        "Value": 0.98,
        "Unit": "\"\"",
        "Description": "Ratio of freeze data"
      },
      "TotalFileDayGrowthCount": {
        "Name": "totalFileDayGrowthCount",
        "Value": 100,
        "Unit": "\"\"",
        "Description": "Day growth count of total files"
      },
      "LargeFileDayGrowthCount": {
        "Name": "largeFileDayGrowthCount",
        "Value": 40,
        "Unit": "\"\"",
        "Description": "Day growth count of large files"
      },
      "MediumFileDayGrowthCount": {
        "Name": "mediumFileDayGrowthCount",
        "Value": 20,
        "Unit": "\"\"",
        "Description": "Day growth count of medium files"
      },
      "SmallFileDayGrowthCount": {
        "Name": "smallFileDayGrowthCount",
        "Value": 18,
        "Unit": "”“",
        "Description": "Day growth count of small files"
      },
      "TinyFileDayGrowthCount": {
        "Name": "tinyFileDayGrowthCount",
        "Value": 482,
        "Unit": "”“",
        "Description": "Day growth count of tiny files"
      },
      "EmptyFileDayGrowthCount": {
        "Name": "emptyFileDayGrowthCount",
        "Value": -20,
        "Unit": "”“",
        "Description": "Day growth count of empty files"
      },
      "HotDataDayGrowthSize": {
        "Name": "hotDataDayGrowthSize",
        "Value": 203431,
        "Unit": "MB",
        "Description": "Day growth size of hot data"
      },
      "WarmDataDayGrowthSize": {
        "Name": "warmDataDayGrowthSize",
        "Value": 149841,
        "Unit": "MB",
        "Description": "Day growth size of warm data"
      },
      "ColdDataDayGrowthSize": {
        "Name": "coldDataDayGrowthSize",
        "Value": 217715,
        "Unit": "MB",
        "Description": "Day growth size of cold data"
      },
      "FreezeDataDayGrowthSize": {
        "Name": "freezeDataDayGrowthSize",
        "Value": 33229309,
        "Unit": "MB",
        "Description": "Day growth size of freeze data"
      },
      "TotalDataDayGrowthSize": {
        "Name": "totalDataDayGrowthSize",
        "Value": 33800296,
        "Unit": "MB",
        "Description": "Day growth size of total data"
      },
      "TotalFileCountDayGrowthRatio": {
        "Name": "totalFileCountDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of total files"
      },
      "LargeFileCountDayGrowthRatio": {
        "Name": "largeFileCountDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of large files"
      },
      "MediumFileCountDayGrowthRatio": {
        "Name": "mediumFileCountDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of medium files"
      },
      "SmallFileCountDayGrowthRatio": {
        "Name": "smallFileCountDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of small files"
      },
      "TinyFileCountDayGrowthRatio": {
        "Name": "tinyFileCountDayGrowthRatio",
        "Value": 0.04,
        "Unit": "”“",
        "Description": "Day growth ratio of tiny files"
      },
      "EmptyFileCountDayGrowthRatio": {
        "Name": "emptyFileCountDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of empty files"
      },
      "HotDataSizeDayGrowthRatio": {
        "Name": "hotDataSizeDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of hot data size"
      },
      "WarmDataSizeDayGrowthRatio": {
        "Name": "warmDataSizeDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of warm data size"
      },
      "ColdDataSizeDayGrowthRatio": {
        "Name": "coldDataSizeDayGrowthRatio",
        "Value": 0.01,
        "Unit": "\"\"",
        "Description": "Day growth ratio of cold data size"
      },
      "FreezeDataSizeDayGrowthRatio": {
        "Name": "freezeDataSizeDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of freeze data size"
      },
      "TotalDataSizeDayGrowthRatio": {
        "Name": "totalDataSizeDayGrowthRatio",
        "Value": 0.01,
        "Unit": "”“",
        "Description": "Day growth ratio of total data size"
      }
    },
    "Analysis": {
      "HiveFrequencyScore": 70,
      "HiveDistributionScore": 80,
      "HiveFormatScore": 60,
      "HiveScore": 80
    }
  },
  "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.

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

変更履歴

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