Mengkueri blacklist akses jaringan untuk alamat IP dan nama domain.
Deskripsi operasi
-
This operation requires image version 26.01 or later.
-
This operation queries the network access blacklist for your account. The blacklist includes IP addresses and domain names.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Type |
string |
No |
Jenis kueri. Nilai valid: IP dan Domain. Jika Anda tidak menentukan parameter ini, informasi untuk kedua jenis akan dikembalikan. |
IP |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response elements. |
||
| RequestId |
string |
The request ID. |
A578AD3A-8E7C-54FE-A09F-B060941***** |
| NetworkBlacklistModel |
object |
The network blacklist. |
|
| IpBlacklist |
array |
The list of blacklisted IP addresses. |
|
|
string |
An IP address or an IP address range. |
12.34.56.78 |
|
| DomainBlacklist |
array |
The list of blacklisted domain names. |
|
|
string |
A domain name. |
malicious.com |
Contoh
Respons sukses
JSONformat
{
"RequestId": "A578AD3A-8E7C-54FE-A09F-B060941*****",
"NetworkBlacklistModel": {
"IpBlacklist": [
"12.34.56.78"
],
"DomainBlacklist": [
"malicious.com"
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.