All Products
Search
Document Center

E-MapReduce:ListDoctorHBaseTables

Last Updated:Jun 11, 2026

Memperoleh informasi tentang beberapa tabel HBase sekaligus.

Deskripsi operasi

daftar Doctor HBaseTables

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

emr:ListDoctorHBaseTables

list

*All Resource

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

RegionId

string

Yes

ID region.

cn-hangzhou

ClusterId

string

Yes

ID kluster.

c-b933c5aac8fe****

NextToken

string

No

Menandai posisi saat ini untuk mulai membaca. Jika kolom ini kosong, data dibaca dari awal.

DD6B1B2A-5837-5237-ABE4-FF0C89568980

MaxResults

integer

No

Jumlah maksimum entri yang dikembalikan.

20

DateTime

string

Yes

Tanggal kueri.

2023-01-01

TableNames

array

No

Nama tabel, yang digunakan untuk memfilter hasil kueri.

null

string

No

Nama tabel.

namespace1:tb_item

OrderType

string

No

Urutan pengurutan yang Anda inginkan untuk hasil kueri. Nilai yang valid:

  • ASC: urutan menaik

  • DESC: urutan menurun

ASC

OrderBy

string

No

Bidang yang Anda gunakan untuk mengurutkan hasil kueri.

Nilai yang valid:

  • tableSize

tableSize

Elemen respons

Element

Type

Description

Example

object

Parameter respons.

Data

array<object>

Data yang dikembalikan.

array<object>

TableName

string

Nama tabel.

tb_item

Metrics

object

Informasi metrik.

RegionServerCount

object

The number of region servers that host the table.

Name

string

The name of the metric.

regionServerCount

Value

integer

The value of the metric.

2

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

Number of region servers count

RegionCount

object

The number of regions that host the table.

Name

string

The name of the metric.

regionCount

Value

integer

The value of the metric.

3

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

Number of regions count

TableSize

object

The size of the table.

Name

string

The name of the metric.

tableSize

Value

integer

The value of the metric.

678

Unit

string

The unit of the metric.

MB

Description

string

The description of the metric.

Size of the table

StoreFileCount

object

The number of StoreFiles.

Name

string

The name of the metric.

storeFileCount

Value

integer

The value of the metric.

36

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

Number of store files

DailyReadRequest

object

The total number of read requests for the table in a day.

Name

string

The name of the metric.

dailyReadRequest

Value

integer

The value of the metric.

1000

Unit

string

The unit of the metric.

“”

Description

string

The description of the metric.

Number of read requests per day

DailyWriteRequest

object

The total number of write requests for the table in a day.

Name

string

The name of the metric.

dailyWriteRequest

Value

integer

The value of the metric.

1000

Unit

string

The unit of the metric.

“”

Description

string

The description of the metric.

Number of write requests per day

RegionBalance

object

The balancing degree.

Name

string

The name of the metric.

regionBalance

Value

number

The value of the metric.

1.0

Unit

string

The unit of the metric.

“”

Description

string

The description of the metric.

The ability to evenly distribute Regions on different RegionServer nodes

RequestBalance

object

The request balancing degree.

Name

string

The name of the metric.

requestBalance

Value

number

The value of the metric.

0.9

Unit

string

The unit of the metric.

“”

Description

string

The description of the metric.

The balance of distributing requests

HotDataSize

object

The size of hot data.

Name

string

The name of the metric.

hotDataSize

Value

integer

The value of the metric.

100

Unit

string

The unit of the metric.

MB

Description

string

The description of the metric.

Size of the hot data size

WarmDataSize

object

The size of warm data.

Name

string

The name of the metric.

warmDataSize

Value

integer

The value of the metric.

100

Unit

string

The unit of the metric.

MB

Description

string

The description of the metric.

Size of the warm data size

ColdDataSize

object

The size of cold data.

Name

string

The name of the metric.

coldDataSize

Value

integer

The value of the metric.

100

Unit

string

The unit of the metric.

MB

Description

string

The description of the metric.

Size of the cold data size

FreezeDataSize

object

The size of very cold data.

Name

string

The name of the metric.

freezeDataSize

Value

integer

The value of the metric.

100

Unit

string

The unit of the metric.

MB

Description

string

The description of the metric.

Size of the freeze data size

WarmConfigDay

object

The number of consecutive days without access to data before the data is considered as cold data.

Name

string

The name of the metric.

warmConfigDay

Value

integer

The value of the metric.

1

Unit

string

The unit of the metric.

day

Description

string

The description of the metric.

Warm config day

ColdConfigDay

object

The number of consecutive days without access to data before the data is considered as very cold data.

Name

string

The name of the metric.

coldConfigDay

Value

integer

The value of the metric.

1

Unit

string

The unit of the metric.

day

Description

string

The description of the metric.

Cold config day

FreezeConfigDay

object

The number of consecutive days without access to data before the data was considered as very cold data.

Name

string

The name of the metric.

freezeConfigDay

Value

integer

The value of the metric.

1

Unit

string

The unit of the metric.

day

Description

string

The description of the metric.

Freeze config day

Locality

object

The localization rate.

Name

string

The name of the metric.

locality

Value

number

The value of the metric.

0

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

The locality of data

ColdAccessDay

object

The number of days during which the table was not accessed.

Name

string

The name of the metric.

coldAccessDay

Value

integer

The value of the metric.

1

Unit

string

The unit of the metric.

day

Description

string

The description of the metric.

Cold access day

RegionCountDayGrowthRatio

object

The daily increment ratio of the number of regions.

Name

string

The name of the metric.

regionCountDayGrowthRatio

Value

number

The value of the metric.

1.0

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

Day growth ratio of region count

TableSizeDayGrowthRatio

object

The daily increment ratio of the table size.

Name

string

The name of the metric.

tableSizeDayGrowthRatio

Value

number

The value of the metric.

1.0

Unit

string

The unit of the metric.

'"

Description

string

The description of the metric.

Day growth ratio of table size

StoreFileCountDayGrowthRatio

object

The daily increment ratio of the number of StoreFiles.

Name

string

The name of the metric.

storeFileCountDayGrowthRatio

Value

number

The value of the metric.

0.7

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

Day growth ratio of store file count

DailyReadRequestDayGrowthRatio

object

The daily increment ratio of the number of read requests in a day.

Name

string

The name of the metric.

dailyReadRequestDayGrowthRatio

Value

number

The value of the metric.

0.8

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

Day growth ratio of read requests

DailyWriteRequestDayGrowthRatio

object

The daily increment ratio of the number of write requests in a day.

Name

string

The name of the metric.

dailyWriteRequestDayGrowthRatio

Value

number

The value of the metric.

0.8

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

The balance of distributing requests

ReadRequestBalance

object

The read balancing degree.

Name

string

The name of the metric.

readRequestBalance

Value

number

The value of the metric.

1.0

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

The balance of distributing read requests

WriteRequestBalance

object

The write balancing degree.

Name

string

The name of the metric.

writeRequestBalance

Value

number

The value of the metric.

1.0

Unit

string

The unit of the metric.

""

Description

string

The description of the metric.

The balance of distributing write requests

Analysis

object

Hasil diagnosis.

TableScore

integer

The score of the table.

67

RequestUnbalanceSuggestion

string

The description of read/write imbalance.

ead request unbalance is

表分区总数量为15,分区平均读请求数量为764361,以下分区存在读请求热点访问:

  • RegionServer: emr-worker-2 Region Id: f1c922d41529785e21b61cf4c672b98a 读请求数量: 1543919
  • RegionServer: emr-worker-2 Region Id: 5f019e8cf7c16be9768634cb99ccbe05 读请求数量: 1512817
  • RegionServer: emr-worker-2 Region Id: d113992fea3a457f60b8b8aa5d6fa037 读请求数量: 1504293

 

RequestHotspotRegionList

array

The regions that have read/write hotspot issues.

null

string

The region that has read/write hotspot issues.

5f019e8cf7c16be9768634cb99ccbe05

ReadRequestUnbalanceSuggestion

string

The description of read imbalance.

ead request unbalance is

表分区总数量为15,分区平均读请求数量为764361,以下分区存在读请求热点访问:

  • RegionServer: emr-worker-2 Region Id: f1c922d41529785e21b61cf4c672b98a 读请求数量: 1543919
  • RegionServer: emr-worker-2 Region Id: 5f019e8cf7c16be9768634cb99ccbe05 读请求数量: 1512817
  • RegionServer: emr-worker-2 Region Id: d113992fea3a457f60b8b8aa5d6fa037 读请求数量: 1504293

 

ReadRequestHotspotRegionList

array

The regions that have read hotspot issues.

null

string

The region that has read hotspot issues.

5f019e8cf7c16be9768634cb99ccbe05

WriteRequestUnbalanceSuggestion

string

The description of write imbalance.

write request unbalance is

表分区总数量为15,分区平均写请求数量为786142,以下分区存在写请求热点访问:

  • RegionServer: emr-worker-2 Region Id: f1c922d41529785e21b61cf4c672b98a 写请求数量: 1588305
  • RegionServer: emr-worker-2 Region Id: 5f019e8cf7c16be9768634cb99ccbe05 写请求数量: 1556984
  • RegionServer: emr-worker-2 Region Id: d113992fea3a457f60b8b8aa5d6fa037 写请求数量: 1548764

 

WriteRequestHotspotRegionList

array

The regions that have write hotspot issues.

null

string

The region that has write hotspot issues.

5f019e8cf7c16be9768634cb99ccbe05

RequestId

string

ID permintaan.

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

NextToken

string

Nomor halaman berikutnya yang dikembalikan.

DD6B1B2A-5837-5237-ABE4-FF0C89568980

MaxResults

integer

Jumlah maksimum entri yang dikembalikan.

20

TotalCount

integer

Jumlah total entri yang dikembalikan.

200

Contoh

Respons sukses

JSONformat

{
  "Data": [
    {
      "TableName": "tb_item",
      "Metrics": {
        "RegionServerCount": {
          "Name": "regionServerCount",
          "Value": 2,
          "Unit": "\"\"",
          "Description": "Number of region servers count"
        },
        "RegionCount": {
          "Name": "regionCount",
          "Value": 3,
          "Unit": "\"\"",
          "Description": "Number of regions count"
        },
        "TableSize": {
          "Name": "tableSize",
          "Value": 678,
          "Unit": "MB",
          "Description": "Size of the table"
        },
        "StoreFileCount": {
          "Name": "storeFileCount",
          "Value": 36,
          "Unit": "\"\"",
          "Description": "Number of store files"
        },
        "DailyReadRequest": {
          "Name": "dailyReadRequest",
          "Value": 1000,
          "Unit": "“”",
          "Description": "Number of read requests per day"
        },
        "DailyWriteRequest": {
          "Name": "dailyWriteRequest",
          "Value": 1000,
          "Unit": "“”",
          "Description": "Number of write requests per day"
        },
        "RegionBalance": {
          "Name": "regionBalance",
          "Value": 1,
          "Unit": "“”",
          "Description": "The ability to evenly distribute Regions on different RegionServer nodes"
        },
        "RequestBalance": {
          "Name": "requestBalance",
          "Value": 0.9,
          "Unit": "“”",
          "Description": "The balance of distributing requests"
        },
        "HotDataSize": {
          "Name": "hotDataSize",
          "Value": 100,
          "Unit": "MB",
          "Description": "Size of the hot data size"
        },
        "WarmDataSize": {
          "Name": "warmDataSize",
          "Value": 100,
          "Unit": "MB",
          "Description": "Size of the warm data size"
        },
        "ColdDataSize": {
          "Name": "coldDataSize",
          "Value": 100,
          "Unit": "MB",
          "Description": "Size of the cold data size"
        },
        "FreezeDataSize": {
          "Name": "freezeDataSize",
          "Value": 100,
          "Unit": "MB",
          "Description": "Size of the freeze data size"
        },
        "WarmConfigDay": {
          "Name": "warmConfigDay",
          "Value": 1,
          "Unit": "day",
          "Description": "Warm config day"
        },
        "ColdConfigDay": {
          "Name": "coldConfigDay",
          "Value": 1,
          "Unit": "day",
          "Description": "Cold config day"
        },
        "FreezeConfigDay": {
          "Name": "freezeConfigDay",
          "Value": 1,
          "Unit": "day",
          "Description": "Freeze config day"
        },
        "Locality": {
          "Name": "locality",
          "Value": 0,
          "Unit": "\"\"",
          "Description": "The locality of data"
        },
        "ColdAccessDay": {
          "Name": "coldAccessDay",
          "Value": 1,
          "Unit": "day",
          "Description": "Cold access day"
        },
        "RegionCountDayGrowthRatio": {
          "Name": "regionCountDayGrowthRatio",
          "Value": 1,
          "Unit": "\"\"",
          "Description": "Day growth ratio of region count"
        },
        "TableSizeDayGrowthRatio": {
          "Name": "tableSizeDayGrowthRatio",
          "Value": 1,
          "Unit": "'\"",
          "Description": "Day growth ratio of table size"
        },
        "StoreFileCountDayGrowthRatio": {
          "Name": "storeFileCountDayGrowthRatio",
          "Value": 0.7,
          "Unit": "\"\"",
          "Description": "Day growth ratio of store file count"
        },
        "DailyReadRequestDayGrowthRatio": {
          "Name": "dailyReadRequestDayGrowthRatio",
          "Value": 0.8,
          "Unit": "\"\"",
          "Description": "Day growth ratio of read requests"
        },
        "DailyWriteRequestDayGrowthRatio": {
          "Name": "dailyWriteRequestDayGrowthRatio",
          "Value": 0.8,
          "Unit": "\"\"",
          "Description": "The balance of distributing requests"
        },
        "ReadRequestBalance": {
          "Name": "readRequestBalance",
          "Value": 1,
          "Unit": "\"\"",
          "Description": "The balance of distributing read requests"
        },
        "WriteRequestBalance": {
          "Name": "writeRequestBalance",
          "Value": 1,
          "Unit": "\"\"",
          "Description": "The balance of distributing write requests"
        }
      },
      "Analysis": {
        "TableScore": 67,
        "RequestUnbalanceSuggestion": "ead request unbalance is 
表分区总数量为15,分区平均读请求数量为764361,以下分区存在读请求热点访问:
RegionServer: emr-worker-2 Region Id: f1c922d41529785e21b61cf4c672b98a 读请求数量: 1543919
RegionServer: emr-worker-2 Region Id: 5f019e8cf7c16be9768634cb99ccbe05 读请求数量: 1512817
RegionServer: emr-worker-2 Region Id: d113992fea3a457f60b8b8aa5d6fa037 读请求数量: 1504293
 ",
        "RequestHotspotRegionList": [
          "5f019e8cf7c16be9768634cb99ccbe05"
        ],
        "ReadRequestUnbalanceSuggestion": "ead request unbalance is 
表分区总数量为15,分区平均读请求数量为764361,以下分区存在读请求热点访问:
RegionServer: emr-worker-2 Region Id: f1c922d41529785e21b61cf4c672b98a 读请求数量: 1543919
RegionServer: emr-worker-2 Region Id: 5f019e8cf7c16be9768634cb99ccbe05 读请求数量: 1512817
RegionServer: emr-worker-2 Region Id: d113992fea3a457f60b8b8aa5d6fa037 读请求数量: 1504293
 ",
        "ReadRequestHotspotRegionList": [
          "5f019e8cf7c16be9768634cb99ccbe05"
        ],
        "WriteRequestUnbalanceSuggestion": "write request unbalance is 
表分区总数量为15,分区平均写请求数量为786142,以下分区存在写请求热点访问:
RegionServer: emr-worker-2 Region Id: f1c922d41529785e21b61cf4c672b98a 写请求数量: 1588305
RegionServer: emr-worker-2 Region Id: 5f019e8cf7c16be9768634cb99ccbe05 写请求数量: 1556984
RegionServer: emr-worker-2 Region Id: d113992fea3a457f60b8b8aa5d6fa037 写请求数量: 1548764
 ",
        "WriteRequestHotspotRegionList": [
          "5f019e8cf7c16be9768634cb99ccbe05"
        ]
      }
    }
  ],
  "RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
  "NextToken": "DD6B1B2A-5837-5237-ABE4-FF0C89568980",
  "MaxResults": 20,
  "TotalCount": 200
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

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.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.