Queries information about ISPs.
Try it now
Test
RAM authorization
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:
|
zh |
| Lang |
string |
No |
The language of the response message. Valid values:
|
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.