查询资源池实例列表
更新时间 2025-10-17 14:30:30
最近更新时间: 2025-10-17 14:30:30
接口功能介绍
查询资源池实例列表
接口约束
无
URI
GET /v1/instanceManageMgrServant/describeInstances
路径参数 无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
pageIndex | 否 | Integer | 当前页码 | 1 | |
pageSize | 否 | Integer | 每页大小 | 10 | |
spuInstId | 否 | String | 实例ID,支持模糊查询 | 670744821467448320 | |
spuInstName | 否 | String | 实例名称,支持模糊查询 | idcsync-9624lxg |
请求参数
请求头header参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionId | 是 | String | 资源池编码 | 100054c0416811e9a6690242ac110002 |
请求体body参数 无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
code | String | 响应码描述 | core.ok | |
message | String | 响应信息 | success | |
statusCode | String | 响应状态码 | 800 | |
returnObj | String | 响应对象 | returnObj | |
表 returnObj |
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
total | String | 数量 | 2 | |
pageIndex | String | 当前页码 | 1 | |
totalPage | String | 总页数 | 1 | |
pageSize | String | 每页大小 | 10 | |
rows | Object | 数据列表 |
枚举参数
无
请求示例
请求url
无
请求头header
{"regionId":"100054c0416811e9a6690242ac110002"}
请求体body
1
响应示例
{
"code": "core.ok",
"returnObj": {
"total": 2,
"pageIndex": 1,
"totalPage": 1,
"pageSize": 10,
"rows": [
{
"uid": 0,
"user": "1100020#9#dcs2-5581zzf",
"instanceName": "dcs2-5581zzf",
"psw": null,
"createdate": null,
"accessSets": "accessSet_1100020_9_dcs2-5581zzf",
"redisSets": "redisSet_1100020_9_dcs2-5581zzf",
"redisSubSet": [
{
"userName": "1100020#9#dcs2-5581zzf",
"name": "sub0",
"accessSetName": "accessSet_1100020_9_dcs2-5581zzf",
"redisSetNames": [
"redisSet_1100020_9_dcs2-5581zzf"
]
}
],
"nodes": null,
"title": null,
"resourceId": "466",
"vip": "10.50.208.233",
"vipv6": null,
"status": 0,
"vipPort": 33100,
"sslSwitch": null,
"sslPort": null,
"speedControl": null,
"speedValue": 0,
"prodInstId": "904369604443243520",
"type": 1,
"capacityInfo": null,
"payType": 0,
"payTypeName": null,
"errorMsg": null,
"elasticIpBind": null,
"elasticIp": null,
"elasticIpId": null,
"outerElasticIpId": null,
"whitelists": [
"192.168.3.11",
"192.168.3.12"
],
"expiration": "0",
"engineVersion": null,
"archType": null,
"nodeType": null,
"securityGroup": null,
"netName": null,
"subnet": null,
"createTime": null,
"expTime": null,
"archTypeName": null,
"nodeTypeName": null,
"engineVersionName": null,
"tplName": null,
"tplCode": null,
"maintenanceTime": null,
"openNoneAuth": null
},
{
"uid": 0,
"user": "monitor_hozms_50",
"instanceName": "monitor_hozms_50",
"psw": null,
"createdate": null,
"accessSets": "accessSet_monitor_hozms_50",
"redisSets": "redisSet_monitor_hozms_50",
"redisSubSet": [
{
"userName": "monitor_hozms_50",
"name": "sub0",
"accessSetName": "accessSet_monitor_hozms_50",
"redisSetNames": [
"redisSet_monitor_hozms_50"
]
}
],
"nodes": null,
"title": null,
"resourceId": "",
"vip": null,
"vipv6": null,
"status": 0,
"vipPort": 0,
"sslSwitch": null,
"sslPort": null,
"speedControl": null,
"speedValue": 0,
"prodInstId": null,
"type": 1,
"capacityInfo": null,
"payType": 0,
"payTypeName": null,
"errorMsg": null,
"elasticIpBind": null,
"elasticIp": null,
"elasticIpId": null,
"outerElasticIpId": null,
"whitelists": [],
"expiration": "0",
"engineVersion": null,
"archType": null,
"nodeType": null,
"securityGroup": null,
"netName": null,
"subnet": null,
"createTime": null,
"expTime": null,
"archTypeName": null,
"nodeTypeName": null,
"engineVersionName": null,
"tplName": null,
"tplCode": null,
"maintenanceTime": null,
"openNoneAuth": null
}
]
},
"message": "success",
"statusCode": 800
}
状态码
请参考 状态码
错误码
请参考 错误码