硅云帮助文档中心
搜索文档
热门搜索词:
产品简介
产品定价
入门指南
经典案例
常见问题
知识拓展
API参考
搜索实例
/vhost-server/api/v1/host/search
GET
| 字段 | 类型 | 最大长度 | 参数位置 | 默认选填 | 描述 |
| page | int | 10 | RequestBody | 页,默认1 第一页 | |
| row | int | 10 | RequestBody | 默认10 一页10行,最大100 | |
| ip | string | RequestBody | 公网ip地址 | ||
| status | string | 16 | RequestBody | 实例状态 | |
| areaMark | string | 32 | RequestBody | 地区标识 | |
| autoRenew | boolean | 1 | RequestBody | 是否开启了自动续费,true为已开启 | |
| id | string | 32 | RequestBody | 实例Id,模糊查询,精确查询请通过根据实例id获取实例接口 | |
| fromCreateTime | long | 64 | RequestBody | 创建时间时间戳左区间,精确到毫秒 | |
| toCreateTime | long | 64 | RequestBody | 创建时间时间戳右区间,精确到毫秒 | |
| fromEndTime | long | 64 | RequestBody | 过期时间时间戳左区间,精确到毫秒 | |
| toEndTime | long | 64 | RequestBody | 过期时间时间戳右区间,精确到毫秒 |
GET /vhost-server/api/v1/host/search HTTP/1.1
Content-Type: application/json
request_id: 2942183558593ffc9d75fb8e16793ff
api_key: 1706006863049654272
signature: 7a6c3247a5c0aaf1c8cb3cfc8198ce23ec12e31747051210d19bfb6bad7d7053
Content-Type: application/json
{
"row":1
}count表示符合该条件的实例总共有多少条。
{
"status": 2000,
"message": "success",
"data": {
"count": 4,
"data": [
{
"userAccount": "z8z87878",
"productName": "香港普惠二型",
"resourceId": "hk-node1",
"resourceName": "香港节点一",
"hostType": "hk-ph",
"hostTypeName": "香港普惠型",
"productId": "hk-ph2x",
"areaName": "香港一区",
"areaMark": "hk-1",
"beginTime": 1589352288000,
"endTime": 1594622688000,
"status": "OK",
"hostName": "cvh-3hdr7uz22s223",
"latestOrderId": "1706556457795452929",
"ipList": "192.168.32.2",
"ipV6": "",
"cnDomain": "test.cn.name",
"autoRenew": false,
"systemInfo": "Linux-PHP版",
"refundStatus": "NONE",
"configuration": "",
"createTime": 1589352289658,
"updateTime": 1589356803423,
"id": "cvh-3hdr7uz22s223"
}
]
}
}实例数据结构:
| 字段 | 类型 | 描述 |
| id | string | 实例id |
| userAccount | string | 用户名 |
resourceName | string | 节点名 |
| status | string | 实例状态 |
| ipList | string | ip地址 |
| cnDomain | string | 别名 |
| autoRenew | boolean | 是否开通了自动续费 |
| endTime | long | 到期时间时间戳,精确到毫秒 |
| createTime | long | 创建时间时间戳,精确到毫秒 |
您对该文档有什么建议?
本文导航