Queries the hybrid cloud SDK servers that are managed by a Web Application Firewall (WAF) instance.
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 the DescribeInstance operation to query the ID of the WAF instance. |
waf_v3prepaid_public_cn-i7m2***0b |
| Ip |
string |
No |
The IP address of the hybrid cloud SDK server that you want to query. |
1.*.*1 |
| HostName |
string |
No |
The hostname of the hybrid cloud SDK server that you want to query. |
online-***wwq |
| ClusterName |
string |
No |
The name of the hybrid cloud cluster that you want to query. |
testcluster |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. |
10 |
| PageNumber |
integer |
No |
The page number. Default value: 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 parameters. |
||
| TotalCount |
integer |
The total number of hybrid cloud SDK servers returned. |
5 |
| SdkServers |
array<object> |
The information about the hybrid cloud SDK servers. |
|
|
object |
|||
| Status |
string |
The status of the hybrid cloud SDK server. |
1 |
| PullinStatus |
string |
Indicates whether traffic redirection is enabled. Valid values:
|
on |
| ResourceId |
string |
The ID of the resource. |
test-antifaud-2.jqt.wafqax.top-waf |
| Ip |
string |
The IP address of the hybrid cloud SDK server. |
127.0.0.1 |
| CreateTime |
integer |
The time when the hybrid cloud SDK server was created. This value is a UNIX timestamp in milliseconds. |
1621428205000 |
| UpdateTime |
integer |
The time when the hybrid cloud SDK server was last updated. This value is a UNIX timestamp in milliseconds. |
1719489906000 |
| ClusterName |
string |
The name of the hybrid cloud cluster to which the SDK server belongs. |
testcluster |
| Mid |
string |
The ID of the SDK server. |
b11327c21790846374051d5d**83c |
| ProtectionGroupAddress |
string |
The address of the protection group associated with the SDK server. |
1.1.1.1 |
| HostName |
string |
The hostname of the hybrid cloud SDK server. |
qsh5-sec-8-fedd**005 |
| RequestId |
string |
The ID of the request. |
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": "testcluster",
"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.