Queries the network access blacklist for IP addresses and domain names.
Operation description
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.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
Type | string | No | The query type. Valid values: IP and Domain. If you do not specify this parameter, information for both types is returned. | IP |
Response elements
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 |
Examples
Success response
JSON format
{
"RequestId": "A578AD3A-8E7C-54FE-A09F-B060941*****",
"NetworkBlacklistModel": {
"IpBlacklist": [
"12.34.56.78"
],
"DomainBlacklist": [
"malicious.com"
]
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.