Queries a list of hybrid cloud SDK servers.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeHybridCloudSdkServers |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call DescribeInstance to query the ID of the current WAF instance. |
waf_v3prepaid_public_cn-i7m2***0b |
| Ip |
string |
No |
The IP address of the device. |
1.*.*1。 |
| HostName |
string |
No |
The hostname. |
online-***wwq |
| ClusterName |
string |
No |
The name of the cluster. |
测试集群。 |
| PageSize |
integer |
No |
The number of entries per page. The default value is 10. |
10 |
| PageNumber |
integer |
No |
The page number of the list. The default value is 1. |
1 |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| TotalCount |
integer |
The total number of entries. |
5 |
| SdkServers |
array<object> |
The SDK information. |
|
|
object |
|||
| Status |
string |
The status. |
1 |
| PullinStatus |
string |
The traffic redirection status. Valid values:
|
on |
| ResourceId |
string |
The resource ID. |
test-antifaud-2.jqt.wafqax.top-waf |
| Ip |
string |
The IP address. |
127.0.0.1 |
| CreateTime |
integer |
The UNIX timestamp when the resource was created. |
1621428205000 |
| UpdateTime |
integer |
The UNIX timestamp when the resource was last updated. |
1719489906000 |
| ClusterName |
string |
The name of the cluster. |
集群名称 |
| Mid |
string |
The SDK ID. |
b11327c21790846374051d5d**83c |
| ProtectionGroupAddress |
string |
The IP address of the backend server. |
1.1.1.1 |
| HostName |
string |
The hostname. |
qsh5-sec-8-fedd**005 |
| RequestId |
string |
The request ID. |
3600F008-2E76-5D0B-BC76-EFBD****6D |
Examples
Success response
JSON format
{
"TotalCount": 5,
"SdkServers": [
{
"Status": "1",
"PullinStatus": "on",
"ResourceId": "test-antifaud-2.jqt.wafqax.top-waf",
"Ip": "127.0.0.1",
"CreateTime": 1621428205000,
"UpdateTime": 1719489906000,
"ClusterName": "集群名称",
"Mid": "b11327c21790846374051d5d**83c",
"ProtectionGroupAddress": "1.1.1.1",
"HostName": "qsh5-sec-8-fedd**005"
}
],
"RequestId": "3600F008-2E76-5D0B-BC76-EFBD****6D"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.