ipam.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  1. {
  2. "apiVersion": "1.0",
  3. "apis": [
  4. {
  5. "description": "applyIpmacList",
  6. "operations": [
  7. {
  8. "method": "POST",
  9. "summary": "申请IP",
  10. "notes": "applyIpmacList",
  11. "nickname": "applyIpmacList",
  12. "produces": [
  13. "*/*"
  14. ],
  15. "consumes": [
  16. "application/json"
  17. ],
  18. "parameters": [
  19. {
  20. "allowMultiple": false,
  21. "description": "子网信息ID",
  22. "name": "segmentId",
  23. "paramAccess": "",
  24. "paramType": "query",
  25. "type": "string",
  26. "required": true
  27. },
  28. {
  29. "allowMultiple": false,
  30. "description": "MAC地址",
  31. "name": "mac",
  32. "paramAccess": "",
  33. "paramType": "query",
  34. "type": "string",
  35. "required": false
  36. },
  37. {
  38. "allowMultiple": false,
  39. "description": "用户名",
  40. "name": "user",
  41. "paramAccess": "",
  42. "paramType": "query",
  43. "type": "string",
  44. "required": false
  45. },
  46. {
  47. "allowMultiple": false,
  48. "description": "上联设备IP",
  49. "name": "devIp",
  50. "paramAccess": "",
  51. "paramType": "query",
  52. "type": "string",
  53. "required": false
  54. },
  55. {
  56. "allowMultiple": false,
  57. "description": "上联接口索引",
  58. "name": "ifIdx",
  59. "paramAccess": "",
  60. "paramType": "query",
  61. "type": "string",
  62. "required": false
  63. },
  64. {
  65. "allowMultiple": false,
  66. "description": "部门",
  67. "name": "department",
  68. "paramAccess": "",
  69. "paramType": "query",
  70. "type": "string",
  71. "required": false
  72. },
  73. {
  74. "allowMultiple": false,
  75. "description": "_openCLIENT 默认值是RIIL",
  76. "name": "_openCLIENT",
  77. "paramAccess": "",
  78. "paramType": "query",
  79. "type": "string",
  80. "required": true
  81. }
  82. ],
  83. "responseMessages": [
  84. {
  85. "code": 200,
  86. "message": null,
  87. "responseModel": "申请AP结果"
  88. },
  89. {
  90. "code": 500,
  91. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  92. },
  93. {
  94. "code": 502,
  95. "message": "缺少ssoToken或ssoToken已过期"
  96. }
  97. ],
  98. "deprecated": "false",
  99. "type": "申请AP结果"
  100. }
  101. ],
  102. "path": "/ipam/applyIpmacList"
  103. },
  104. {
  105. "description": "daleteByIp",
  106. "operations": [
  107. {
  108. "method": "POST",
  109. "summary": "根据IP删除基准表记录",
  110. "notes": "daleteByIp",
  111. "nickname": "daleteByIp",
  112. "produces": [
  113. "*/*"
  114. ],
  115. "consumes": [
  116. "application/json"
  117. ],
  118. "parameters": [
  119. {
  120. "allowMultiple": false,
  121. "description": "IP",
  122. "name": "ip",
  123. "paramAccess": "",
  124. "paramType": "query",
  125. "type": "string",
  126. "required": true
  127. },
  128. {
  129. "allowMultiple": false,
  130. "description": "_openCLIENT 默认值是RIIL",
  131. "name": "_openCLIENT",
  132. "paramAccess": "",
  133. "paramType": "query",
  134. "type": "string",
  135. "required": true
  136. }
  137. ],
  138. "responseMessages": [
  139. {
  140. "code": 200,
  141. "message": null,
  142. "responseModel": "结果"
  143. },
  144. {
  145. "code": 500,
  146. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  147. },
  148. {
  149. "code": 502,
  150. "message": "缺少ssoToken或ssoToken已过期"
  151. }
  152. ],
  153. "deprecated": "false",
  154. "type": "结果"
  155. }
  156. ],
  157. "path": "/ipam/daleteByIp"
  158. },
  159. {
  160. "description": "getIpmacAllSegmentList",
  161. "operations": [
  162. {
  163. "method": "POST",
  164. "summary": "获取所有子网列表信息",
  165. "notes": "getIpmacAllSegmentList",
  166. "nickname": "getIpmacAllSegmentList",
  167. "produces": [
  168. "*/*"
  169. ],
  170. "consumes": [
  171. "application/json"
  172. ],
  173. "parameters": [
  174. {
  175. "allowMultiple": false,
  176. "description": "_openCLIENT 默认值是RIIL",
  177. "name": "_openCLIENT",
  178. "paramAccess": "",
  179. "paramType": "query",
  180. "type": "string",
  181. "required": true
  182. }
  183. ],
  184. "responseMessages": [
  185. {
  186. "code": 200,
  187. "message": null,
  188. "responseModel": "子网信息列表数据"
  189. },
  190. {
  191. "code": 500,
  192. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  193. },
  194. {
  195. "code": 502,
  196. "message": "缺少ssoToken或ssoToken已过期"
  197. }
  198. ],
  199. "deprecated": "false",
  200. "type": "子网信息列表数据"
  201. }
  202. ],
  203. "path": "/ipam/getIpmacAllSegmentList"
  204. },
  205. {
  206. "description": "getIpmacListC",
  207. "operations": [
  208. {
  209. "method": "POST",
  210. "summary": "根据IP查询基准表IPMAC列表",
  211. "notes": "getIpmacListC",
  212. "nickname": "getIpmacListC",
  213. "produces": [
  214. "*/*"
  215. ],
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "parameters": [
  220. {
  221. "allowMultiple": false,
  222. "description": "IP",
  223. "name": "ip",
  224. "paramAccess": "",
  225. "paramType": "query",
  226. "type": "string",
  227. "required": true
  228. },
  229. {
  230. "allowMultiple": false,
  231. "description": "上联设备IP",
  232. "name": "devIp",
  233. "paramAccess": "",
  234. "paramType": "query",
  235. "type": "string",
  236. "required": false
  237. },
  238. {
  239. "allowMultiple": false,
  240. "description": "查表标记,默认或者传入benchmark字符串时查基准表。其他情况查实时表",
  241. "name": "tableFlag",
  242. "paramAccess": "",
  243. "paramType": "query",
  244. "type": "string",
  245. "required": false
  246. },
  247. {
  248. "allowMultiple": false,
  249. "description": "_openCLIENT 默认值是RIIL",
  250. "name": "_openCLIENT",
  251. "paramAccess": "",
  252. "paramType": "query",
  253. "type": "string",
  254. "required": true
  255. }
  256. ],
  257. "responseMessages": [
  258. {
  259. "code": 200,
  260. "message": null,
  261. "responseModel": "主资源及其包含的子资源数据"
  262. },
  263. {
  264. "code": 500,
  265. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  266. },
  267. {
  268. "code": 502,
  269. "message": "缺少ssoToken或ssoToken已过期"
  270. }
  271. ],
  272. "deprecated": "false",
  273. "type": "主资源及其包含的子资源数据"
  274. }
  275. ],
  276. "path": "/ipam/getIpmacList"
  277. },
  278. {
  279. "description": "getIpmacLocationList",
  280. "operations": [
  281. {
  282. "method": "POST",
  283. "summary": "获取网段列表信息",
  284. "notes": "getIpmacLocationList",
  285. "nickname": "getIpmacLocationList",
  286. "produces": [
  287. "*/*"
  288. ],
  289. "consumes": [
  290. "application/json"
  291. ],
  292. "parameters": [
  293. {
  294. "allowMultiple": false,
  295. "description": "_openCLIENT 默认值是RIIL",
  296. "name": "_openCLIENT",
  297. "paramAccess": "",
  298. "paramType": "query",
  299. "type": "string",
  300. "required": true
  301. }
  302. ],
  303. "responseMessages": [
  304. {
  305. "code": 200,
  306. "message": null,
  307. "responseModel": "网段列表数据"
  308. },
  309. {
  310. "code": 500,
  311. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  312. },
  313. {
  314. "code": 502,
  315. "message": "缺少ssoToken或ssoToken已过期"
  316. }
  317. ],
  318. "deprecated": "false",
  319. "type": "网段列表数据"
  320. }
  321. ],
  322. "path": "/ipam/getIpmacLocationList"
  323. },
  324. {
  325. "description": "getIpmacSegmentList",
  326. "operations": [
  327. {
  328. "method": "POST",
  329. "summary": "根据网段获取可用子网列表信息",
  330. "notes": "getIpmacSegmentList",
  331. "nickname": "getIpmacSegmentList",
  332. "produces": [
  333. "*/*"
  334. ],
  335. "consumes": [
  336. "application/json"
  337. ],
  338. "parameters": [
  339. {
  340. "allowMultiple": false,
  341. "description": "网段ID",
  342. "name": "locationId",
  343. "paramAccess": "",
  344. "paramType": "query",
  345. "type": "string",
  346. "required": true
  347. },
  348. {
  349. "allowMultiple": false,
  350. "description": "_openCLIENT 默认值是RIIL",
  351. "name": "_openCLIENT",
  352. "paramAccess": "",
  353. "paramType": "query",
  354. "type": "string",
  355. "required": true
  356. }
  357. ],
  358. "responseMessages": [
  359. {
  360. "code": 200,
  361. "message": null,
  362. "responseModel": "子网列表数据"
  363. },
  364. {
  365. "code": 500,
  366. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  367. },
  368. {
  369. "code": 502,
  370. "message": "缺少ssoToken或ssoToken已过期"
  371. }
  372. ],
  373. "deprecated": "false",
  374. "type": "子网列表数据"
  375. }
  376. ],
  377. "path": "/ipam/getIpmacSegmentList"
  378. },
  379. {
  380. "description": "modifyIpmacInfo",
  381. "operations": [
  382. {
  383. "method": "POST",
  384. "summary": "修改IP信息",
  385. "notes": "modifyIpmacInfo",
  386. "nickname": "modifyIpmacInfo",
  387. "produces": [
  388. "*/*"
  389. ],
  390. "consumes": [
  391. "application/json"
  392. ],
  393. "parameters": [
  394. {
  395. "allowMultiple": false,
  396. "description": "IP",
  397. "name": "ip",
  398. "paramAccess": "",
  399. "paramType": "query",
  400. "type": "string",
  401. "required": true
  402. },
  403. {
  404. "allowMultiple": false,
  405. "description": "MAC地址",
  406. "name": "mac",
  407. "paramAccess": "",
  408. "paramType": "query",
  409. "type": "string",
  410. "required": false
  411. },
  412. {
  413. "allowMultiple": false,
  414. "description": "用户名",
  415. "name": "user",
  416. "paramAccess": "",
  417. "paramType": "query",
  418. "type": "string",
  419. "required": false
  420. },
  421. {
  422. "allowMultiple": false,
  423. "description": "上联设备IP",
  424. "name": "devIp",
  425. "paramAccess": "",
  426. "paramType": "query",
  427. "type": "string",
  428. "required": false
  429. },
  430. {
  431. "allowMultiple": false,
  432. "description": "上联接口索引",
  433. "name": "ifIdx",
  434. "paramAccess": "",
  435. "paramType": "query",
  436. "type": "string",
  437. "required": false
  438. },
  439. {
  440. "allowMultiple": false,
  441. "description": "部门",
  442. "name": "department",
  443. "paramAccess": "",
  444. "paramType": "query",
  445. "type": "string",
  446. "required": false
  447. },
  448. {
  449. "allowMultiple": false,
  450. "description": "_openCLIENT 默认值是RIIL",
  451. "name": "_openCLIENT",
  452. "paramAccess": "",
  453. "paramType": "query",
  454. "type": "string",
  455. "required": true
  456. }
  457. ],
  458. "responseMessages": [
  459. {
  460. "code": 200,
  461. "message": null,
  462. "responseModel": "结果"
  463. },
  464. {
  465. "code": 500,
  466. "message": "请求出错,返回JSON: {message:\"错误信息\"}"
  467. },
  468. {
  469. "code": 502,
  470. "message": "缺少ssoToken或ssoToken已过期"
  471. }
  472. ],
  473. "deprecated": "false",
  474. "type": "结果"
  475. }
  476. ],
  477. "path": "/ipam/modifyIpmacInfo"
  478. }
  479. ],
  480. "basePath": "/adapter",
  481. "consumes": [
  482. "application/json"
  483. ],
  484. "models": {
  485. "通过网段获取子网列表的查询对象": {
  486. "description": "",
  487. "id": "通过网段获取子网列表的查询对象",
  488. "properties": {
  489. "locationId": {
  490. "description": "网段ID",
  491. "required": true,
  492. "type": "string"
  493. }
  494. }
  495. },
  496. "子网列表数据": {
  497. "description": "",
  498. "id": "子网列表数据",
  499. "properties": {
  500. "segmentList": {
  501. "description": "ipmacSegmentPojo 对象集合",
  502. "items": {
  503. "type": "IpmacSegmentPojo"
  504. },
  505. "required": false,
  506. "type": "array"
  507. }
  508. }
  509. },
  510. "获取登录信息": {
  511. "description": "",
  512. "id": "获取登录信息",
  513. "properties": {
  514. "_openCLIENT": {
  515. "description": "_openCLIENT 默认值是RIIL",
  516. "required": true,
  517. "type": "string"
  518. }
  519. }
  520. },
  521. "IpmacSegmentPojo": {
  522. "description": "",
  523. "id": "IpmacSegmentPojo",
  524. "properties": {
  525. "name": {
  526. "description": "子网名称",
  527. "required": false,
  528. "type": "string"
  529. },
  530. "id": {
  531. "description": "子网ID",
  532. "required": false,
  533. "type": "string"
  534. },
  535. "ipPlanrate": {
  536. "description": "网段规划率",
  537. "required": false,
  538. "type": "string"
  539. },
  540. "ipSubnet": {
  541. "description": "子网地址",
  542. "required": false,
  543. "type": "string"
  544. },
  545. "vlanId": {
  546. "description": "VLAN ID",
  547. "required": false,
  548. "format": "int32",
  549. "type": "integer"
  550. },
  551. "vlanName": {
  552. "description": "VLAN 名称",
  553. "required": false,
  554. "type": "string"
  555. },
  556. "locationId": {
  557. "description": "网段ID",
  558. "required": false,
  559. "type": "string"
  560. }
  561. }
  562. },
  563. "IpmacSegmentInfoPojo": {
  564. "description": "",
  565. "id": "IpmacSegmentInfoPojo",
  566. "properties": {
  567. "name": {
  568. "description": "子网名称",
  569. "required": false,
  570. "type": "string"
  571. },
  572. "id": {
  573. "description": "子网ID",
  574. "required": false,
  575. "type": "string"
  576. },
  577. "ipSubnet": {
  578. "description": "子网地址",
  579. "required": false,
  580. "type": "string"
  581. },
  582. "vlanId": {
  583. "description": "VLAN ID",
  584. "required": false,
  585. "format": "int32",
  586. "type": "integer"
  587. },
  588. "vlanName": {
  589. "description": "VLAN 名称",
  590. "required": false,
  591. "type": "string"
  592. },
  593. "locationId": {
  594. "description": "网段ID",
  595. "required": false,
  596. "type": "string"
  597. },
  598. "locationFullPath": {
  599. "description": "位置全名称",
  600. "required": false,
  601. "type": "string"
  602. },
  603. "locationName": {
  604. "description": "位置名称",
  605. "required": false,
  606. "type": "string"
  607. }
  608. }
  609. },
  610. "子网信息列表数据": {
  611. "description": "",
  612. "id": "子网信息列表数据",
  613. "properties": {
  614. "segmentList": {
  615. "description": "IpmacSegmentInfoPojo 对象集合",
  616. "items": {
  617. "type": "IpmacSegmentInfoPojo"
  618. },
  619. "required": false,
  620. "type": "array"
  621. }
  622. }
  623. },
  624. "通过IP获取实时表记录": {
  625. "description": "",
  626. "id": "通过IP获取实时表记录",
  627. "properties": {
  628. "ip": {
  629. "description": "IP",
  630. "required": true,
  631. "type": "string"
  632. },
  633. "devIp": {
  634. "description": "上联设备IP",
  635. "required": false,
  636. "type": "string"
  637. },
  638. "tableFlag": {
  639. "description": "查表标记,默认或者传入benchmark字符串时查基准表。其他情况查实时表",
  640. "required": false,
  641. "type": "string"
  642. }
  643. }
  644. },
  645. "主资源及其包含的子资源数据": {
  646. "description": "",
  647. "id": "主资源及其包含的子资源数据",
  648. "properties": {
  649. "ipmacList": {
  650. "description": "ipmac集合",
  651. "items": {
  652. "type": "IpmacPojo"
  653. },
  654. "required": false,
  655. "type": "array"
  656. }
  657. }
  658. },
  659. "IpmacPojo": {
  660. "description": "",
  661. "id": "IpmacPojo",
  662. "properties": {
  663. "id": {
  664. "description": "资源ID",
  665. "required": false,
  666. "type": "string"
  667. },
  668. "result": {
  669. "description": "查询无数据时的结果",
  670. "required": false,
  671. "type": "string"
  672. },
  673. "time": {
  674. "required": false,
  675. "format": "date-time",
  676. "type": "string"
  677. },
  678. "user": {
  679. "required": false,
  680. "type": "string"
  681. },
  682. "status": {
  683. "required": false,
  684. "type": "string"
  685. },
  686. "vlanId": {
  687. "required": false,
  688. "type": "string"
  689. },
  690. "vlanName": {
  691. "required": false,
  692. "type": "string"
  693. },
  694. "mac": {
  695. "description": "资源ID",
  696. "required": false,
  697. "type": "string"
  698. },
  699. "ipSetStr": {
  700. "description": "资源IP",
  701. "required": false,
  702. "type": "string"
  703. },
  704. "devIp": {
  705. "required": false,
  706. "type": "string"
  707. },
  708. "ifName": {
  709. "required": false,
  710. "type": "string"
  711. },
  712. "devId": {
  713. "required": false,
  714. "type": "string"
  715. },
  716. "devName": {
  717. "required": false,
  718. "type": "string"
  719. },
  720. "ifIdx": {
  721. "required": false,
  722. "type": "string"
  723. },
  724. "department": {
  725. "required": false,
  726. "type": "string"
  727. },
  728. "room": {
  729. "required": false,
  730. "type": "string"
  731. },
  732. "point": {
  733. "required": false,
  734. "type": "string"
  735. },
  736. "use": {
  737. "required": false,
  738. "type": "string"
  739. },
  740. "remark": {
  741. "required": false,
  742. "type": "string"
  743. },
  744. "devType": {
  745. "required": false,
  746. "type": "string"
  747. }
  748. }
  749. },
  750. "根据IP删除基准表记录": {
  751. "description": "",
  752. "id": "根据IP删除基准表记录",
  753. "properties": {
  754. "ip": {
  755. "description": "IP",
  756. "required": true,
  757. "type": "string"
  758. }
  759. }
  760. },
  761. "结果": {
  762. "description": "",
  763. "id": "结果",
  764. "properties": {
  765. "success": {
  766. "description": "成功",
  767. "required": false,
  768. "type": "string"
  769. }
  770. }
  771. },
  772. "申请AP结果": {
  773. "description": "",
  774. "id": "申请AP结果",
  775. "properties": {
  776. "success": {
  777. "description": "成功",
  778. "required": false,
  779. "type": "string"
  780. },
  781. "ip": {
  782. "description": "申请成功的IP",
  783. "required": false,
  784. "type": "string"
  785. }
  786. }
  787. },
  788. "申请IP": {
  789. "description": "",
  790. "id": "申请IP",
  791. "properties": {
  792. "segmentId": {
  793. "description": "子网信息ID",
  794. "required": true,
  795. "type": "string"
  796. },
  797. "mac": {
  798. "description": "MAC地址",
  799. "required": false,
  800. "type": "string"
  801. },
  802. "user": {
  803. "description": "用户名",
  804. "required": false,
  805. "type": "string"
  806. },
  807. "devIp": {
  808. "description": "上联设备IP",
  809. "required": false,
  810. "type": "string"
  811. },
  812. "ifIdx": {
  813. "description": "上联接口索引",
  814. "required": false,
  815. "type": "string"
  816. },
  817. "department": {
  818. "description": "部门",
  819. "required": false,
  820. "type": "string"
  821. }
  822. }
  823. },
  824. "修改IP": {
  825. "description": "",
  826. "id": "修改IP",
  827. "properties": {
  828. "ip": {
  829. "description": "IP",
  830. "required": true,
  831. "type": "string"
  832. },
  833. "mac": {
  834. "description": "MAC地址",
  835. "required": false,
  836. "type": "string"
  837. },
  838. "user": {
  839. "description": "用户名",
  840. "required": false,
  841. "type": "string"
  842. },
  843. "devIp": {
  844. "description": "上联设备IP",
  845. "required": false,
  846. "type": "string"
  847. },
  848. "ifIdx": {
  849. "description": "上联接口索引",
  850. "required": false,
  851. "type": "string"
  852. },
  853. "department": {
  854. "description": "部门",
  855. "required": false,
  856. "type": "string"
  857. }
  858. }
  859. },
  860. "网段列表数据": {
  861. "description": "",
  862. "id": "网段列表数据",
  863. "properties": {
  864. "locationList": {
  865. "description": "ipmacLocationPojo 对象集合",
  866. "items": {
  867. "type": "IpmacLocationPojo"
  868. },
  869. "required": false,
  870. "type": "array"
  871. }
  872. }
  873. },
  874. "IpmacLocationPojo": {
  875. "description": "",
  876. "id": "IpmacLocationPojo",
  877. "properties": {
  878. "name": {
  879. "description": "网段名称",
  880. "required": false,
  881. "type": "string"
  882. },
  883. "id": {
  884. "description": "网段ID",
  885. "required": false,
  886. "type": "string"
  887. },
  888. "parentId": {
  889. "description": "网段父ID",
  890. "required": false,
  891. "type": "string"
  892. },
  893. "fullPathName": {
  894. "description": "网段全路径名称",
  895. "required": false,
  896. "type": "string"
  897. }
  898. }
  899. }
  900. },
  901. "produces": [
  902. "*/*"
  903. ],
  904. "resourcePath": "/ipam",
  905. "swaggerVersion": "1.2"
  906. }