All Products
Search
Document Center

PolarDB:DescribeDBNodePerformance

Last Updated:Jun 10, 2026

Mengkueri data performa untuk node di Kluster PolarDB Basis Data Relasional Cloud-Native.

Deskripsi operasi

  • If the monitoring frequency is 5 seconds:

    • If the query time range is 1 hour or less, the data granularity is 5 seconds.

    • If the query time range is 1 day or less, the data granularity is 1 minute.

    • If the query time range is 7 days or less, the data granularity is 10 minutes.

    • If the query time range is 30 days or less, the data granularity is 1 hour.

    • If the query time range is more than 30 days, the data granularity is 1 day.

  • If the monitoring frequency is 60 seconds:

    • If the query time range is 1 day or less, the data granularity is 1 minute.

    • If the query time range is 7 days or less, the data granularity is 10 minutes.

    • If the query time range is 30 days or less, the data granularity is 1 hour.

    • If the query time range is more than 30 days, the data granularity is 1 day.

Catatan

The default monitoring frequency is 60 seconds. Call the ModifyDBClusterMonitor operation to set it to 5 seconds.

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

polardb:DescribeDBNodePerformance

get

*dbcluster

acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

DBNodeId

string

Yes

ID node di Kluster PolarDB Basis Data Relasional Cloud-Native

pi-*************

Interval

string

No

Granularitas data performa. Nilai valid:

  • 5

  • 30

  • 60

  • 600

  • 1800

  • 3600

60

Type

string

No

Data deret waktu khusus. Saat ini, hanya orca yang didukung.

orca

Key

string

Yes

Data deret waktu performa yang akan dikueri. Pisahkan beberapa data deret waktu dengan koma (,). Untuk informasi selengkapnya, lihat Data deret waktu performa.

Catatan
  • Anda dapat mengkueri maksimum lima data deret waktu performa.

  • Jika Kluster Anda mengaktifkan arsitektur tanpa server untuk spesifikasi tetap, mengkueri PolarDB Basis Data Relasional Cloud-Native CPU atau PolarDB Basis Data Relasional Cloud-Native Memory saja akan mengabaikan parameter Interval dan mengembalikan data deret waktu performa per detik. Untuk mendapatkan data pada Interval yang Anda tentukan, kueri beberapa data deret waktu.

PolarDBDiskUsage

StartTime

string

Yes

Awal rentang pengatur waktu yang akan dikueri. Tentukan pengatur waktu dalam format yyyy-MM-ddTHH:mmZ. Pengatur waktu harus dalam Coordinated Universal Time (UTC).

2020-09-23T01:00Z

EndTime

string

Yes

Akhir rentang pengatur waktu yang akan dikueri. Tentukan pengatur waktu dalam format yyyy-MM-ddTHH:mmZ. Pengatur waktu harus dalam UTC.

2020-09-23T01:01Z

DBClusterId

string

No

ID kluster.

pc-****************

Elemen respons

Element

Type

Description

Example

object

PerformanceKeys

object

PerformanceItem

array<object>

The list of performance data for the cluster.

array<object>

MetricName

string

The name of the performance metric.

mean_sys_dir_size

Measurement

string

The performance metric.

PolarDBDiskUsage

Points

object

PerformanceItemValue

array<object>

An array of performance data.

object

Value

string

The value of the monitoring metric.

9.33

Timestamp

integer

The data point in time. The value is a UNIX timestamp. Unit: milliseconds (ms).

1600822800000

DBVersion

string

The database engine version.

8.0

EndTime

string

The end of the time range. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is in UTC.

2020-09-23T01:01:00Z

RequestId

string

The request ID.

E2FDB684-751D-424D-98B9-704BEA******

StartTime

string

The beginning of the time range. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is in UTC.

2020-09-23T01:00:00Z

DBType

string

The database engine type.

MySQL

DBNodeId

string

The ID of the node in the PolarDB cluster.

pi-*****************

Contoh

Respons sukses

JSONformat

{
  "PerformanceKeys": {
    "PerformanceItem": [
      {
        "MetricName": "mean_sys_dir_size",
        "Measurement": "PolarDBDiskUsage",
        "Points": {
          "PerformanceItemValue": [
            {
              "Value": "9.33",
              "Timestamp": 1600822800000
            }
          ]
        }
      }
    ]
  },
  "DBVersion": "8.0",
  "EndTime": "2020-09-23T01:01:00Z",
  "RequestId": "E2FDB684-751D-424D-98B9-704BEA******",
  "StartTime": "2020-09-23T01:00:00Z",
  "DBType": "MySQL",
  "DBNodeId": "pi-*****************"
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 InvalidStartTime.Malformed The specified parameter StartTime is not valid.
400 InvalidKey.Malformed The specified parameter Key is not valid.
400 InvalidDBNodeId.Malformed The specified parameter DBNodeId is not valid.
400 InvalidEndTime.Malformed The specified parameter EndTime is not valid.
400 InvalidDateRange.Malformed The Date Range can not more than one month.
404 InvalidDBNodeId.NotFound The DBNodeId provided does not exist in our records.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.