ITSM

运维管理系统


查询互联网IP资产树

<h5>简要描述</h5> <ul> <li>查询互联网IP资产树</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.2.107:8080/ops/script/getInternerIpGroupTree</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>参数示例</h5> <pre><code>{}</code></pre> <h5>返回示例</h5> <pre><code>{     "errorCode": 0,     "message": "success",     "responseBody": {         "result": {             "children": [                 {                     "children": [                         {                             "createTime": "2023-02-16 17:56:08",                             "name": "192.168.1.1-20",                             "sort": 0,                             "type": 2,                             "uuid": "28822317f1ed4f2db41fc55674969271",                             "parentUuid": "7bc1efe952214eecaa5f146f955561df"                         }                     ],                     "createTime": "2023-02-16 17:44:29",                     "name": "深圳",                     "sort": 1,                     "type": 1,                     "uuid": "7bc1efe952214eecaa5f146f955561df",                     "parentUuid": "-1"                 }             ],             "createTime": "2023-02-14 17:00:00",             "name": "互联网IP资产",             "sort": 1,             "type": 1,             "uuid": "-1",             "parentUuid": "null"         }     },     "time": 1676542028631 }</code></pre>

页面列表

ITEM_HTML