查询站点对统计信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
hdr:DescribeSitePairStatistics |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| SitePairId |
string |
否 |
站点对 ID |
s-0005qxusucbp8acutbrv |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| Code |
string |
状态码。 |
200 |
| Message |
string |
返回信息。 |
successful |
| RequestId |
string |
请求 id。 |
C0D9AAEE-8A21-5693-BCBD-8548914E4F3B |
| Success |
boolean |
请求是否成功。 |
True |
| PrimarySiteGatewayInfo |
object |
主站站点信息 |
|
| Status |
string |
网关状态 |
connected |
| GatewayId |
string |
网关 ID |
gw-000bzkmmlwgzptnzsdnh |
| Version |
string |
网关版本 |
3.7.3 |
| HeartbeatedTime |
integer |
网关心跳时间 |
1642562996 |
| SecondarySiteGatewayInfo |
object |
从站站点信息 |
|
| Status |
string |
网关状态 |
connected |
| GatewayId |
string |
网关 ID |
gw-0005qxusucbigzug9wpe |
| Version |
string |
网关版本 |
3.7.3 |
| HeartbeatedTime |
integer |
网关心跳时间 |
1642562996 |
| PrimarySiteServers |
object |
||
| server |
array<object> |
主站说保护服务器信息列表 |
|
|
object |
主站说保护服务器信息 |
||
| AgentVersion |
string |
客户端版本号 |
3.7.3 |
| ConnectionStatus |
string |
受保护服务器连接状态 |
connected |
| IpAddress |
string |
受保护服务器 IP 地址 |
30.42.105.6 |
| ServerId |
string |
受保护服务器 ID |
sr-000c2rz7q8tkc0g4xgao |
| SecondarySiteServers |
object |
||
| server |
array<object> |
从站受保护服务器信息列表 |
|
|
object |
从站受保护服务器信息 |
||
| AgentVersion |
string |
客户端版本号 |
3.7.3 |
| ConnectionStatus |
string |
受保护服务器连接状态 |
connected |
| IpAddress |
string |
受保护服务器 IP 地址 |
192.168.1.4 |
| ServerId |
string |
受保护服务器 ID |
sr-000ikcyl8ucxtxl5f7pi |
示例
正常返回示例
JSON格式
{
"Code": "200",
"Message": "successful",
"RequestId": "C0D9AAEE-8A21-5693-BCBD-8548914E4F3B",
"Success": true,
"PrimarySiteGatewayInfo": {
"Status": "connected",
"GatewayId": "gw-000bzkmmlwgzptnzsdnh",
"Version": "3.7.3",
"HeartbeatedTime": 1642562996
},
"SecondarySiteGatewayInfo": {
"Status": "connected",
"GatewayId": "gw-0005qxusucbigzug9wpe",
"Version": "3.7.3",
"HeartbeatedTime": 1642562996
},
"PrimarySiteServers": {
"server": [
{
"AgentVersion": "3.7.3",
"ConnectionStatus": "connected",
"IpAddress": "30.42.105.6",
"ServerId": "sr-000c2rz7q8tkc0g4xgao"
}
]
},
"SecondarySiteServers": {
"server": [
{
"AgentVersion": "3.7.3",
"ConnectionStatus": "connected",
"IpAddress": "192.168.1.4",
"ServerId": "sr-000ikcyl8ucxtxl5f7pi"
}
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。