分页查询代理集群列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeHybridProxyClusterList |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| ClusterName |
string |
否 |
代理集群名称。 |
test |
| CurrentPage |
integer |
否 |
分页查询时,显示的当前页的页码。 |
1 |
| PageSize |
integer |
否 |
分页查询时,显示的每页数据的最大条数。 |
20 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| ClusterList |
array<object> |
集群列表 |
|
|
object |
集群列表 |
||
| ClusterName |
string |
代理集群名称。 |
idc-sas-proxy |
| ProxyCount |
integer |
代理节点数量。 |
3 |
| ClientCount |
integer |
当前集群接入云安全中心客户端数量。 |
10 |
| Remark |
string |
代理集群备注信息。 |
test |
| InstallCommand |
string |
当前代理集群节点的安装命令。 |
test |
| AuthKey |
string |
集群认证的凭据 ID。 |
test |
| AuthKeySecret |
string |
集群认证的凭证 KEY。 |
test |
| Status |
string |
集群运行状态。 |
offline |
| Ip |
string |
集群接入地址,IP 或者域名。 |
114.115.XXX.XXX |
| LastHeartTime |
integer |
集群上次心跳在线时间戳。单位毫秒。 |
1608304654000 |
| PageInfo |
object |
页面显示信息。 |
|
| CurrentPage |
integer |
分页查询时,当前页的页码。 |
1 |
| PageSize |
integer |
分页查询时,每页最多显示的数据条数。 |
20 |
| TotalCount |
integer |
查询结果的总数。 |
45 |
| Count |
integer |
当前页显示的查询项条数。 |
20 |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
C1A36413-50B2-5B2F-843F-EB14C582713F |
示例
正常返回示例
JSON格式
{
"ClusterList": [
{
"ClusterName": "idc-sas-proxy",
"ProxyCount": 3,
"ClientCount": 10,
"Remark": "test",
"InstallCommand": "test",
"AuthKey": "test",
"AuthKeySecret": "test",
"Status": "offline",
"Ip": "114.115.XXX.XXX",
"LastHeartTime": 1608304654000
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 45,
"Count": 20
},
"RequestId": "C1A36413-50B2-5B2F-843F-EB14C582713F"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。