Mengkueri daftar kebijakan jeda Pemberitahuan peringatan untuk kelompok aplikasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DescribeMonitorGroupNotifyPolicyList |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PolicyType |
string |
Yes |
Tipe kebijakan jeda notifikasi. Saat ini, hanya PauseNotify yang didukung. |
PauseNotify |
| PageNumber |
integer |
No |
Nomor halaman. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai default: 10. |
100 |
| GroupId |
string |
No |
ID kelompok aplikasi. |
6780**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Tidak ada. |
||
| Code |
string |
Kode status. Catatan
Nilai 200 menunjukkan keberhasilan. |
200 |
| Message |
string |
Paket error. |
The Request is not authorization. |
| RequestId |
string |
ID permintaan. |
6072F026-C441-41A6-B114-35A1E8F8FDD3 |
| Total |
integer |
Jumlah total rekaman. |
11 |
| Success |
string |
Apakah operasi berhasil. Nilai valid:
|
true |
| NotifyPolicyList |
object |
||
| NotifyPolicy |
array<object> |
Daftar kebijakan jeda notifikasi. |
|
|
object |
Tidak ada. |
||
| EndTime |
integer |
Stempel waktu akhir. Unit: milliseconds. |
1551761781273 |
| Type |
string |
Tipe kebijakan penonaktifan. |
PauseNotify |
| StartTime |
integer |
Stempel waktu mulai. Unit: milliseconds. |
1551761781273 |
| GroupId |
string |
ID kelompok aplikasi. |
6780**** |
| Id |
string |
ID kebijakan jeda Notifikasi. |
123**** |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "The Request is not authorization.",
"RequestId": "6072F026-C441-41A6-B114-35A1E8F8FDD3",
"Total": 11,
"Success": "true",
"NotifyPolicyList": {
"NotifyPolicy": [
{
"EndTime": 1551761781273,
"Type": "PauseNotify",
"StartTime": 1551761781273,
"GroupId": "6780****",
"Id": "123****"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | %s | %s | |
| 500 | %s | %s | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 204 | %s | %s | |
| 403 | %s | %s | |
| 206 | %s | %s | |
| 404 | %s | %s | |
| 503 | %s | %s | |
| 406 | %s | %s | |
| 409 | %s | %s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.