Mengkueri status eksekusi skrip di Skrip Tepi (ES).
Deskripsi operasi
Each account can call this operation up to 30 times per second.
Coba sekarang
Test
RAM authorization
|
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.