查詢實例賬號
更新時間 2025-10-17 14:30:12
最近更新時間: 2025-10-17 14:30:12
分享文章
接口功能介紹
查詢實例賬號
接口約束
無
URI
GET /v1/userMgr/describeAccounts
路徑參數 無
Query參數
| 參數 | 是否必填 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|---|
| prodInstId | 是 | String | 實例ID | 873780530431132672 |
請求參數
請求頭header參數 無
請求體body參數 無
響應參數
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| code | String | 響應碼描述 | core.ok | |
| returnObj | Object | 響應對象 | returnObj | |
| message | String | 響應信息 | success | |
| statusCode | Integer | 響應狀態碼 | 800 | |
| 表 returnObj |
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| total | Integer | 數量 | 4 | |
| rows | Array of Objects | 賬號集合,見Account | Account | |
| 表 Account |
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| name | String | 賬戶名稱 | test_name | |
| type | String | 賬戶類型 | ro | |
| accountDescription | String | 賬戶描述信息 | 測試賬戶描述 |
枚舉參數
無
請求示例
請求url
無
請求頭header
{}
請求體body
1
響應示例
{
"code": "core.ok",
"returnObj": {
"total": 4,
"rows": [{
"name": "test_name3",
"type": "ro",
"accountDescription": "null"
}
]
},
"message": "success",
"statusCode": 800
}
狀態碼
請參考
錯誤碼
請參考