All Products
Search
Document Center

CDN:DescribeEsExecuteData

Last Updated:Jun 10, 2026

Mengkueri status eksekusi skrip di Skrip Tepi (ES).

Deskripsi operasi

  • Each account can call this operation up to 30 times per second.

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

cdn:DescribeEsExecuteData

none

*全部资源

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

StartTime

string

Yes

Awal rentang pengatur waktu untuk dikueri. Tentukan pengatur waktu dalam standar ISO 8601 dengan format yyyy-MM-ddTHH:mm:ssZ. Pengatur waktu harus dalam UTC.

2021-02-17T20:00:00Z

EndTime

string

Yes

Akhir rentang pengatur waktu untuk dikueri. Tentukan pengatur waktu dalam standar ISO 8601 dengan format yyyy-MM-ddTHH:mm:ssZ. Pengatur waktu harus dalam UTC.

Catatan

Pengatur waktu akhir harus lebih lambat dari pengatur waktu mulai.

2021-02-18T20:00:00Z

RuleId

string

Yes

ID aturan. Anda dapat memanggil operasi DescribeCdnDomainConfigs untuk mengkueri ID skrip.

212896**

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

99D61AB3-6164-4CF2-A0DE-129C9B07618B

Contents

array<object>

The content of the script.

object

Name

string

The name of the table that shows the status of the script.

Exception

Points

array

The list of timestamps and values in the corresponding columns of the table that shows the status of the script.

string

The timestamp and value of the corresponding columns in the table that shows the status of the script.

2021-02-18T19:05:00Z,8

Columns

array

The time and column names in the table that shows the status of the script.

string

The time and column names in the table that shows the status of the script.

time,Exception

Contoh

Respons sukses

JSONformat

{
  "RequestId": "99D61AB3-6164-4CF2-A0DE-129C9B07618B",
  "Contents": [
    {
      "Name": "Exception",
      "Points": [
        "2021-02-18T19:05:00Z,8"
      ],
      "Columns": [
        "time,Exception"
      ]
    }
  ]
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 InvalidStartTime.Malformed Specified StartTime is malformed.
400 InvalidEndTime.Malformed Specified EndTime is malformed.
400 InvalidStartTime.ValueNotSupported The specified value of parameter StartTime is not supported.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.