All Products
Search
Document Center

Cloud Phone:GetNetworkBlacklist

Last Updated:Jan 29, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET  HTTP/1.1

Request 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.