Mengkueri item konfigurasi umum untuk peringatan anomali.
Deskripsi operasi
Catatan penggunaan
Mengkueri item konfigurasi umum untuk peringatan anomali, yang dapat Anda gunakan untuk membuat atau memulihkan konfigurasi peringatan.
Batas QPS
Jumlah maksimum kueri per detik (QPS) per pengguna adalah 10. Jika batas ini terlampaui, panggilan API akan dibatasi. Hal ini dapat memengaruhi bisnis Anda. Panggil operasi ini hanya jika diperlukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeConfigs |
none |
*全部资源
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan respons. Nilai yang valid:
|
zh_cn |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| ConfigList |
array<object> |
Daftar item konfigurasi umum untuk peringatan anomali. |
|
|
object |
|||
| Code |
string |
Kode item konfigurasi. |
abnormal_download_file |
| Value |
string |
Nilai item konfigurasi. |
10000 |
| DefaultValue |
string |
Nilai default item konfigurasi. |
10000 |
| Description |
string |
Deskripsi item konfigurasi. |
Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts |
| Id |
integer |
ID unik item konfigurasi. |
50 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"ConfigList": [
{
"Code": "abnormal_download_file",
"Value": "10000",
"DefaultValue": "10000",
"Description": "Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts\n\n",
"Id": 50
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.