All Products
Search
Document Center

Cloud Firewall:DescribeIspInfo

Last Updated:Jan 07, 2026

Queries information about ISPs.

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 parameters

Parameter

Type

Required

Description

Example

SourceIp

string

No

The source IP address of the visitor.

39.91.37.XXX

Lang

string

No

The language of the response message.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

Lang

string

No

The language of the response message.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

SourceCode

string

Yes

The source tracking code.

yundun

Response elements

Element

Type

Description

Example

object

TotalCount

integer

The total number of entries.

5

RequestId

string

The ID of the request.

F0F82705-CFC7-5F83-86C8-A063892F****

DataList

array<object>

The list of ISPs.

object

The list of ISPs.

IspId

integer

The ID of the ISP.

isp-dhyw2lxfpc****

IspName

string

The name of the ISP.

电信

Examples

Success response

JSON format

{
  "TotalCount": 5,
  "RequestId": "F0F82705-CFC7-5F83-86C8-A063892F****",
  "DataList": [
    {
      "IspId": 0,
      "IspName": "电信"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorSourceCodeError The source code is invalid. The source code is invalid.
400 ErrorDBSelectError A database select error occurred. The error message returned because an internal error has occurred in querying the database.
400 ErrorMarshalJSON internal error. Internal error.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.