@hpcc-js/comms 2.98.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (525) hide show
  1. package/dist/index.js +6 -10388
  2. package/dist/index.js.map +7 -1
  3. package/dist/index.node.js +925 -10845
  4. package/dist/index.node.js.map +7 -1
  5. package/package.json +55 -60
  6. package/src/__package__.ts +1 -1
  7. package/src/clienttools/eclMeta.ts +1 -1
  8. package/src/clienttools/eclcc.ts +1 -1
  9. package/src/ecl/activity.ts +3 -3
  10. package/src/ecl/dfuWorkunit.ts +5 -5
  11. package/src/ecl/graph.ts +4 -4
  12. package/src/ecl/logicalFile.ts +3 -3
  13. package/src/ecl/machine.ts +2 -2
  14. package/src/ecl/query.ts +12 -12
  15. package/src/ecl/queryGraph.ts +3 -3
  16. package/src/ecl/resource.ts +1 -1
  17. package/src/ecl/result.ts +4 -4
  18. package/src/ecl/scope.ts +2 -2
  19. package/src/ecl/sourceFile.ts +2 -2
  20. package/src/ecl/store.ts +3 -3
  21. package/src/ecl/targetCluster.ts +4 -4
  22. package/src/ecl/timer.ts +2 -2
  23. package/src/ecl/topology.ts +3 -3
  24. package/src/ecl/workunit.ts +11 -11
  25. package/src/ecl/xsdParser.ts +0 -1
  26. package/src/espConnection.ts +1 -1
  27. package/src/index-common.ts +38 -38
  28. package/src/index.node.ts +9 -5
  29. package/src/index.ts +1 -3
  30. package/src/services/fileSpray.ts +1 -1
  31. package/src/services/wsAccess.ts +1 -1
  32. package/src/services/wsAccount.ts +2 -2
  33. package/src/services/wsCloud.ts +1 -1
  34. package/src/services/wsCodesign.ts +2 -2
  35. package/src/services/wsDFU.ts +1 -1
  36. package/src/services/wsDFUXRef.ts +2 -2
  37. package/src/services/wsDali.ts +1 -1
  38. package/src/services/wsEcl.ts +2 -2
  39. package/src/services/wsElk.ts +1 -1
  40. package/src/services/wsLogaccess.ts +3 -3
  41. package/src/services/wsMachine.ts +1 -1
  42. package/src/services/wsPackageProcess.ts +1 -1
  43. package/src/services/wsResources.ts +1 -1
  44. package/src/services/wsSMC.ts +2 -2
  45. package/src/services/wsSasha.ts +1 -1
  46. package/src/services/wsStore.ts +2 -2
  47. package/src/services/wsTopology.ts +2 -2
  48. package/src/services/wsWorkunits.ts +3 -3
  49. package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +828 -828
  50. package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +2 -2
  51. package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +2 -2
  52. package/src/services/wsdl/WsCloud/v1/WsCloud.ts +20 -20
  53. package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +165 -165
  54. package/src/services/wsdl/WsDali/v1.04/WsDali.ts +2 -2
  55. package/src/services/wsdl/WsDali/v1.07/WsDali.ts +2 -2
  56. package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +2 -2
  57. package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +2 -2
  58. package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +2 -2
  59. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +86 -86
  60. package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +434 -434
  61. package/src/services/wsdl/WsResources/v1.01/WsResources.ts +2 -2
  62. package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +514 -514
  63. package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +2 -2
  64. package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +2 -2
  65. package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +2 -2
  66. package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +2 -2
  67. package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2415 -2415
  68. package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +2 -2
  69. package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +2 -2
  70. package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +2 -2
  71. package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +2 -2
  72. package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +2 -2
  73. package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +2 -2
  74. package/src/services/wsdl/ws_access/v1.16/ws_access.ts +953 -953
  75. package/src/services/wsdl/ws_access/v1.17/ws_access.ts +2 -2
  76. package/src/services/wsdl/ws_account/v1.05/ws_account.ts +78 -78
  77. package/src/services/wsdl/ws_account/v1.06/ws_account.ts +2 -2
  78. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +68 -68
  79. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +29 -29
  80. package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +54 -54
  81. package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +2 -2
  82. package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +2 -2
  83. package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +2 -2
  84. package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +2 -2
  85. package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +2 -2
  86. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +213 -213
  87. package/types/__package__.d.ts +1 -2
  88. package/types/clienttools/eclMeta.d.ts +1 -2
  89. package/types/clienttools/eclcc.d.ts +1 -2
  90. package/types/connection.d.ts +0 -1
  91. package/types/ecl/activity.d.ts +3 -4
  92. package/types/ecl/dfuWorkunit.d.ts +4 -5
  93. package/types/ecl/graph.d.ts +4 -5
  94. package/types/ecl/logicalFile.d.ts +2 -3
  95. package/types/ecl/machine.d.ts +2 -3
  96. package/types/ecl/query.d.ts +6 -7
  97. package/types/ecl/queryGraph.d.ts +0 -1
  98. package/types/ecl/resource.d.ts +1 -2
  99. package/types/ecl/result.d.ts +4 -5
  100. package/types/ecl/scope.d.ts +2 -3
  101. package/types/ecl/sourceFile.d.ts +2 -3
  102. package/types/ecl/store.d.ts +3 -4
  103. package/types/ecl/targetCluster.d.ts +4 -5
  104. package/types/ecl/timer.d.ts +2 -3
  105. package/types/ecl/topology.d.ts +3 -4
  106. package/types/ecl/workunit.d.ts +10 -11
  107. package/types/ecl/xsdParser.d.ts +0 -1
  108. package/types/espConnection.d.ts +1 -2
  109. package/types/index-common.d.ts +38 -39
  110. package/types/index.node.d.ts +3 -4
  111. package/types/pem/trustwave.d.ts +0 -1
  112. package/types/services/fileSpray.d.ts +1 -2
  113. package/types/services/wsAccess.d.ts +1 -2
  114. package/types/services/wsAccount.d.ts +1 -2
  115. package/types/services/wsCloud.d.ts +1 -2
  116. package/types/services/wsCodesign.d.ts +1 -2
  117. package/types/services/wsDFU.d.ts +1 -2
  118. package/types/services/wsDFUXRef.d.ts +2 -3
  119. package/types/services/wsDali.d.ts +1 -2
  120. package/types/services/wsEcl.d.ts +2 -3
  121. package/types/services/wsElk.d.ts +1 -2
  122. package/types/services/wsLogaccess.d.ts +1 -2
  123. package/types/services/wsMachine.d.ts +1 -2
  124. package/types/services/wsPackageProcess.d.ts +1 -2
  125. package/types/services/wsResources.d.ts +1 -2
  126. package/types/services/wsSMC.d.ts +2 -3
  127. package/types/services/wsSasha.d.ts +1 -2
  128. package/types/services/wsStore.d.ts +2 -3
  129. package/types/services/wsTopology.d.ts +2 -3
  130. package/types/services/wsWorkunits.d.ts +3 -4
  131. package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +2 -3
  132. package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +2 -3
  133. package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +2 -3
  134. package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +2 -3
  135. package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +2 -3
  136. package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts +2 -3
  137. package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +2 -3
  138. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +2 -3
  139. package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +2 -3
  140. package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2 -3
  141. package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +2 -3
  142. package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts +2 -3
  143. package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +2 -3
  144. package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +2 -3
  145. package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +2 -3
  146. package/dist/index.es6.js +0 -10704
  147. package/dist/index.es6.js.map +0 -1
  148. package/dist/index.min.js +0 -2
  149. package/dist/index.min.js.map +0 -1
  150. package/dist/index.node.min.js +0 -2
  151. package/dist/index.node.min.js.map +0 -1
  152. package/lib-es6/__package__.js +0 -4
  153. package/lib-es6/__package__.js.map +0 -1
  154. package/lib-es6/__tests__/dfuXRef.js +0 -32
  155. package/lib-es6/__tests__/dfuXRef.js.map +0 -1
  156. package/lib-es6/__tests__/https.js +0 -60
  157. package/lib-es6/__tests__/https.js.map +0 -1
  158. package/lib-es6/__tests__/workunit.js +0 -71
  159. package/lib-es6/__tests__/workunit.js.map +0 -1
  160. package/lib-es6/clienttools/eclMeta.js +0 -463
  161. package/lib-es6/clienttools/eclMeta.js.map +0 -1
  162. package/lib-es6/clienttools/eclcc.js +0 -585
  163. package/lib-es6/clienttools/eclcc.js.map +0 -1
  164. package/lib-es6/connection.js +0 -254
  165. package/lib-es6/connection.js.map +0 -1
  166. package/lib-es6/ecl/activity.js +0 -172
  167. package/lib-es6/ecl/activity.js.map +0 -1
  168. package/lib-es6/ecl/dfuWorkunit.js +0 -591
  169. package/lib-es6/ecl/dfuWorkunit.js.map +0 -1
  170. package/lib-es6/ecl/graph.js +0 -289
  171. package/lib-es6/ecl/graph.js.map +0 -1
  172. package/lib-es6/ecl/logicalFile.js +0 -391
  173. package/lib-es6/ecl/logicalFile.js.map +0 -1
  174. package/lib-es6/ecl/machine.js +0 -159
  175. package/lib-es6/ecl/machine.js.map +0 -1
  176. package/lib-es6/ecl/query.js +0 -422
  177. package/lib-es6/ecl/query.js.map +0 -1
  178. package/lib-es6/ecl/queryGraph.js +0 -759
  179. package/lib-es6/ecl/queryGraph.js.map +0 -1
  180. package/lib-es6/ecl/resource.js +0 -47
  181. package/lib-es6/ecl/resource.js.map +0 -1
  182. package/lib-es6/ecl/result.js +0 -288
  183. package/lib-es6/ecl/result.js.map +0 -1
  184. package/lib-es6/ecl/scope.js +0 -234
  185. package/lib-es6/ecl/scope.js.map +0 -1
  186. package/lib-es6/ecl/sourceFile.js +0 -60
  187. package/lib-es6/ecl/sourceFile.js.map +0 -1
  188. package/lib-es6/ecl/store.js +0 -166
  189. package/lib-es6/ecl/store.js.map +0 -1
  190. package/lib-es6/ecl/targetCluster.js +0 -194
  191. package/lib-es6/ecl/targetCluster.js.map +0 -1
  192. package/lib-es6/ecl/timer.js +0 -76
  193. package/lib-es6/ecl/timer.js.map +0 -1
  194. package/lib-es6/ecl/topology.js +0 -156
  195. package/lib-es6/ecl/topology.js.map +0 -1
  196. package/lib-es6/ecl/workunit.js +0 -1553
  197. package/lib-es6/ecl/workunit.js.map +0 -1
  198. package/lib-es6/ecl/xsdParser.js +0 -253
  199. package/lib-es6/ecl/xsdParser.js.map +0 -1
  200. package/lib-es6/espConnection.js +0 -148
  201. package/lib-es6/espConnection.js.map +0 -1
  202. package/lib-es6/index-common.js +0 -39
  203. package/lib-es6/index-common.js.map +0 -1
  204. package/lib-es6/index.js +0 -3
  205. package/lib-es6/index.js.map +0 -1
  206. package/lib-es6/index.node.js +0 -64
  207. package/lib-es6/index.node.js.map +0 -1
  208. package/lib-es6/pem/trustwave.js +0 -2
  209. package/lib-es6/pem/trustwave.js.map +0 -1
  210. package/lib-es6/services/fileSpray.js +0 -40
  211. package/lib-es6/services/fileSpray.js.map +0 -1
  212. package/lib-es6/services/wsAccess.js +0 -12
  213. package/lib-es6/services/wsAccess.js.map +0 -1
  214. package/lib-es6/services/wsAccount.js +0 -27
  215. package/lib-es6/services/wsAccount.js.map +0 -1
  216. package/lib-es6/services/wsCloud.js +0 -23
  217. package/lib-es6/services/wsCloud.js.map +0 -1
  218. package/lib-es6/services/wsCodesign.js +0 -26
  219. package/lib-es6/services/wsCodesign.js.map +0 -1
  220. package/lib-es6/services/wsDFU.js +0 -19
  221. package/lib-es6/services/wsDFU.js.map +0 -1
  222. package/lib-es6/services/wsDFUXRef.js +0 -45
  223. package/lib-es6/services/wsDFUXRef.js.map +0 -1
  224. package/lib-es6/services/wsDali.js +0 -11
  225. package/lib-es6/services/wsDali.js.map +0 -1
  226. package/lib-es6/services/wsEcl.js +0 -111
  227. package/lib-es6/services/wsEcl.js.map +0 -1
  228. package/lib-es6/services/wsElk.js +0 -11
  229. package/lib-es6/services/wsElk.js.map +0 -1
  230. package/lib-es6/services/wsLogaccess.js +0 -226
  231. package/lib-es6/services/wsLogaccess.js.map +0 -1
  232. package/lib-es6/services/wsMachine.js +0 -57
  233. package/lib-es6/services/wsMachine.js.map +0 -1
  234. package/lib-es6/services/wsPackageProcess.js +0 -11
  235. package/lib-es6/services/wsPackageProcess.js.map +0 -1
  236. package/lib-es6/services/wsResources.js +0 -11
  237. package/lib-es6/services/wsResources.js.map +0 -1
  238. package/lib-es6/services/wsSMC.js +0 -22
  239. package/lib-es6/services/wsSMC.js.map +0 -1
  240. package/lib-es6/services/wsSasha.js +0 -12
  241. package/lib-es6/services/wsSasha.js.map +0 -1
  242. package/lib-es6/services/wsStore.js +0 -56
  243. package/lib-es6/services/wsStore.js.map +0 -1
  244. package/lib-es6/services/wsTopology.js +0 -45
  245. package/lib-es6/services/wsTopology.js.map +0 -1
  246. package/lib-es6/services/wsWorkunits.js +0 -136
  247. package/lib-es6/services/wsWorkunits.js.map +0 -1
  248. package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +0 -110
  249. package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +0 -1
  250. package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js +0 -116
  251. package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js.map +0 -1
  252. package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js +0 -119
  253. package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +0 -1
  254. package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +0 -17
  255. package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +0 -1
  256. package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +0 -47
  257. package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +0 -1
  258. package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +0 -68
  259. package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +0 -1
  260. package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js +0 -101
  261. package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js.map +0 -1
  262. package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js +0 -142
  263. package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js.map +0 -1
  264. package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +0 -145
  265. package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +0 -1
  266. package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +0 -145
  267. package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +0 -1
  268. package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +0 -23
  269. package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +0 -1
  270. package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +0 -62
  271. package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +0 -1
  272. package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js +0 -20
  273. package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js.map +0 -1
  274. package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +0 -93
  275. package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +0 -1
  276. package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js +0 -99
  277. package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js.map +0 -1
  278. package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js +0 -34
  279. package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js.map +0 -1
  280. package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +0 -80
  281. package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +0 -1
  282. package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js +0 -83
  283. package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js.map +0 -1
  284. package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +0 -328
  285. package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +0 -1
  286. package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js +0 -354
  287. package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js.map +0 -1
  288. package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +0 -354
  289. package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +0 -1
  290. package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js +0 -376
  291. package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js.map +0 -1
  292. package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js +0 -370
  293. package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js.map +0 -1
  294. package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js +0 -376
  295. package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js.map +0 -1
  296. package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +0 -376
  297. package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +0 -1
  298. package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js +0 -203
  299. package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +0 -1
  300. package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js +0 -200
  301. package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js.map +0 -1
  302. package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +0 -26
  303. package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +0 -1
  304. package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js +0 -26
  305. package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js.map +0 -1
  306. package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +0 -27
  307. package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +0 -1
  308. package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +0 -17
  309. package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +0 -1
  310. package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js +0 -28
  311. package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +0 -1
  312. package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js +0 -47
  313. package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js.map +0 -1
  314. package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js +0 -63
  315. package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js.map +0 -1
  316. package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js +0 -85
  317. package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js.map +0 -1
  318. package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js +0 -88
  319. package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js.map +0 -1
  320. package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js +0 -41
  321. package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js.map +0 -1
  322. package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +0 -44
  323. package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +0 -1
  324. package/src/__tests__/dfuXRef.ts +0 -22
  325. package/src/__tests__/https.ts +0 -69
  326. package/src/__tests__/workunit.ts +0 -35
  327. package/types/__package__.d.ts.map +0 -1
  328. package/types/__tests__/dfuXRef.d.ts +0 -2
  329. package/types/__tests__/dfuXRef.d.ts.map +0 -1
  330. package/types/__tests__/https.d.ts +0 -2
  331. package/types/__tests__/https.d.ts.map +0 -1
  332. package/types/__tests__/workunit.d.ts +0 -2
  333. package/types/__tests__/workunit.d.ts.map +0 -1
  334. package/types/clienttools/eclMeta.d.ts.map +0 -1
  335. package/types/clienttools/eclcc.d.ts.map +0 -1
  336. package/types/connection.d.ts.map +0 -1
  337. package/types/ecl/activity.d.ts.map +0 -1
  338. package/types/ecl/dfuWorkunit.d.ts.map +0 -1
  339. package/types/ecl/graph.d.ts.map +0 -1
  340. package/types/ecl/logicalFile.d.ts.map +0 -1
  341. package/types/ecl/machine.d.ts.map +0 -1
  342. package/types/ecl/query.d.ts.map +0 -1
  343. package/types/ecl/queryGraph.d.ts.map +0 -1
  344. package/types/ecl/resource.d.ts.map +0 -1
  345. package/types/ecl/result.d.ts.map +0 -1
  346. package/types/ecl/scope.d.ts.map +0 -1
  347. package/types/ecl/sourceFile.d.ts.map +0 -1
  348. package/types/ecl/store.d.ts.map +0 -1
  349. package/types/ecl/targetCluster.d.ts.map +0 -1
  350. package/types/ecl/timer.d.ts.map +0 -1
  351. package/types/ecl/topology.d.ts.map +0 -1
  352. package/types/ecl/workunit.d.ts.map +0 -1
  353. package/types/ecl/xsdParser.d.ts.map +0 -1
  354. package/types/espConnection.d.ts.map +0 -1
  355. package/types/index-common.d.ts.map +0 -1
  356. package/types/index.d.ts +0 -3
  357. package/types/index.d.ts.map +0 -1
  358. package/types/index.node.d.ts.map +0 -1
  359. package/types/pem/trustwave.d.ts.map +0 -1
  360. package/types/services/fileSpray.d.ts.map +0 -1
  361. package/types/services/wsAccess.d.ts.map +0 -1
  362. package/types/services/wsAccount.d.ts.map +0 -1
  363. package/types/services/wsCloud.d.ts.map +0 -1
  364. package/types/services/wsCodesign.d.ts.map +0 -1
  365. package/types/services/wsDFU.d.ts.map +0 -1
  366. package/types/services/wsDFUXRef.d.ts.map +0 -1
  367. package/types/services/wsDali.d.ts.map +0 -1
  368. package/types/services/wsEcl.d.ts.map +0 -1
  369. package/types/services/wsElk.d.ts.map +0 -1
  370. package/types/services/wsLogaccess.d.ts.map +0 -1
  371. package/types/services/wsMachine.d.ts.map +0 -1
  372. package/types/services/wsPackageProcess.d.ts.map +0 -1
  373. package/types/services/wsResources.d.ts.map +0 -1
  374. package/types/services/wsSMC.d.ts.map +0 -1
  375. package/types/services/wsSasha.d.ts.map +0 -1
  376. package/types/services/wsStore.d.ts.map +0 -1
  377. package/types/services/wsTopology.d.ts.map +0 -1
  378. package/types/services/wsWorkunits.d.ts.map +0 -1
  379. package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
  380. package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +0 -1
  381. package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
  382. package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts.map +0 -1
  383. package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +0 -1
  384. package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +0 -1
  385. package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
  386. package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +0 -1
  387. package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
  388. package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +0 -1
  389. package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts.map +0 -1
  390. package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
  391. package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts.map +0 -1
  392. package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
  393. package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +0 -1
  394. package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +0 -1
  395. package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
  396. package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +0 -1
  397. package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +0 -1
  398. package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts.map +0 -1
  399. package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
  400. package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +0 -1
  401. package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts.map +0 -1
  402. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts.map +0 -1
  403. package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
  404. package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +0 -1
  405. package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts.map +0 -1
  406. package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
  407. package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +0 -1
  408. package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
  409. package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts.map +0 -1
  410. package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
  411. package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +0 -1
  412. package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
  413. package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts.map +0 -1
  414. package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
  415. package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts.map +0 -1
  416. package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
  417. package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts.map +0 -1
  418. package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +0 -1
  419. package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
  420. package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +0 -1
  421. package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts.map +0 -1
  422. package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
  423. package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +0 -1
  424. package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts.map +0 -1
  425. package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
  426. package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +0 -1
  427. package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +0 -1
  428. package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
  429. package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +0 -1
  430. package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
  431. package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts.map +0 -1
  432. package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
  433. package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts.map +0 -1
  434. package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
  435. package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts.map +0 -1
  436. package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts.map +0 -1
  437. package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts.map +0 -1
  438. package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
  439. package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +0 -1
  440. package/types-3.4/__package__.d.ts +0 -4
  441. package/types-3.4/__tests__/dfuXRef.d.ts +0 -2
  442. package/types-3.4/__tests__/https.d.ts +0 -2
  443. package/types-3.4/__tests__/workunit.d.ts +0 -2
  444. package/types-3.4/clienttools/eclMeta.d.ts +0 -124
  445. package/types-3.4/clienttools/eclcc.d.ts +0 -105
  446. package/types-3.4/connection.d.ts +0 -43
  447. package/types-3.4/ecl/activity.d.ts +0 -40
  448. package/types-3.4/ecl/dfuWorkunit.d.ts +0 -103
  449. package/types-3.4/ecl/graph.d.ts +0 -46
  450. package/types-3.4/ecl/logicalFile.d.ts +0 -91
  451. package/types-3.4/ecl/machine.d.ts +0 -40
  452. package/types-3.4/ecl/query.d.ts +0 -70
  453. package/types-3.4/ecl/queryGraph.d.ts +0 -101
  454. package/types-3.4/ecl/resource.d.ts +0 -16
  455. package/types-3.4/ecl/result.d.ts +0 -88
  456. package/types-3.4/ecl/scope.d.ts +0 -55
  457. package/types-3.4/ecl/sourceFile.d.ts +0 -19
  458. package/types-3.4/ecl/store.d.ts +0 -40
  459. package/types-3.4/ecl/targetCluster.d.ts +0 -43
  460. package/types-3.4/ecl/timer.d.ts +0 -24
  461. package/types-3.4/ecl/topology.d.ts +0 -33
  462. package/types-3.4/ecl/workunit.d.ts +0 -275
  463. package/types-3.4/ecl/xsdParser.d.ts +0 -42
  464. package/types-3.4/espConnection.d.ts +0 -42
  465. package/types-3.4/index-common.d.ts +0 -39
  466. package/types-3.4/index.d.ts +0 -3
  467. package/types-3.4/index.node.d.ts +0 -4
  468. package/types-3.4/pem/trustwave.d.ts +0 -2
  469. package/types-3.4/services/fileSpray.d.ts +0 -27
  470. package/types-3.4/services/wsAccess.d.ts +0 -5
  471. package/types-3.4/services/wsAccount.d.ts +0 -6
  472. package/types-3.4/services/wsCloud.d.ts +0 -6
  473. package/types-3.4/services/wsCodesign.d.ts +0 -57
  474. package/types-3.4/services/wsDFU.d.ts +0 -11
  475. package/types-3.4/services/wsDFUXRef.d.ts +0 -220
  476. package/types-3.4/services/wsDali.d.ts +0 -5
  477. package/types-3.4/services/wsEcl.d.ts +0 -18
  478. package/types-3.4/services/wsElk.d.ts +0 -5
  479. package/types-3.4/services/wsLogaccess.d.ts +0 -55
  480. package/types-3.4/services/wsMachine.d.ts +0 -29
  481. package/types-3.4/services/wsPackageProcess.d.ts +0 -5
  482. package/types-3.4/services/wsResources.d.ts +0 -5
  483. package/types-3.4/services/wsSMC.d.ts +0 -8
  484. package/types-3.4/services/wsSasha.d.ts +0 -5
  485. package/types-3.4/services/wsStore.d.ts +0 -147
  486. package/types-3.4/services/wsTopology.d.ts +0 -10
  487. package/types-3.4/services/wsWorkunits.d.ts +0 -64
  488. package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
  489. package/types-3.4/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
  490. package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +0 -736
  491. package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +0 -19
  492. package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
  493. package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
  494. package/types-3.4/services/wsdl/WsDali/v1.07/WsDali.d.ts +0 -158
  495. package/types-3.4/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
  496. package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
  497. package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +0 -1011
  498. package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
  499. package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +0 -396
  500. package/types-3.4/services/wsdl/WsResources/v1.01/WsResources.d.ts +0 -85
  501. package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
  502. package/types-3.4/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +0 -519
  503. package/types-3.4/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +0 -65
  504. package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
  505. package/types-3.4/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +0 -716
  506. package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
  507. package/types-3.4/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
  508. package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
  509. package/types-3.4/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
  510. package/types-3.4/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
  511. package/types-3.4/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
  512. package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +0 -2549
  513. package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
  514. package/types-3.4/services/wsdl/ws_access/v1.17/ws_access.d.ts +0 -721
  515. package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
  516. package/types-3.4/services/wsdl/ws_account/v1.06/ws_account.d.ts +0 -71
  517. package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
  518. package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +0 -28
  519. package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
  520. package/types-3.4/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
  521. package/types-3.4/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
  522. package/types-3.4/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
  523. package/types-3.4/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +0 -175
  524. package/types-3.4/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +0 -470
  525. package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
@@ -1,2521 +0,0 @@
1
- import { IConnection, IOptions } from "../../../../connection";
2
- import { Service } from "../../../../espConnection";
3
- export declare namespace WsWorkunits {
4
- type int = number;
5
- type double = number;
6
- type long = number;
7
- type nonNegativeInteger = number;
8
- type unsignedInt = number;
9
- type base64Binary = string;
10
- type dateTime = string;
11
- type integer = number;
12
- enum ECLWUActions {
13
- Abort = "Abort",
14
- Delete = "Delete",
15
- Deschedule = "Deschedule",
16
- Reschedule = "Reschedule",
17
- Pause = "Pause",
18
- PauseNow = "PauseNow",
19
- Protect = "Protect",
20
- Unprotect = "Unprotect",
21
- Restore = "Restore",
22
- Resume = "Resume",
23
- SetToFailed = "SetToFailed",
24
- Archive = "Archive"
25
- }
26
- enum EclDefinitionActions {
27
- SyntaxCheck = "SyntaxCheck",
28
- Deploy = "Deploy",
29
- Publish = "Publish"
30
- }
31
- enum ErrorMessageFormat {
32
- xml = "xml",
33
- json = "json",
34
- text = "text"
35
- }
36
- enum LogSelectColumnMode {
37
- MIN = 0,
38
- DEFAULT = 1,
39
- ALL = 2,
40
- CUSTOM = 3
41
- }
42
- enum LogAccessLogFormat {
43
- XML = 0,
44
- JSON = 1,
45
- CSV = 2
46
- }
47
- enum WUExceptionSeverity {
48
- info = "info",
49
- warning = "warning",
50
- error = "error",
51
- alert = "alert"
52
- }
53
- enum WUQueryFilterSuspendedType {
54
- Allqueries = "Allqueries",
55
- Notsuspended = "Notsuspended",
56
- Suspended = "Suspended",
57
- Suspendedbyuser = "Suspendedbyuser",
58
- Suspendedbyfirstnode = "Suspendedbyfirstnode",
59
- Suspendedbyanynode = "Suspendedbyanynode"
60
- }
61
- enum WUQuerySetFilterType {
62
- All = "All",
63
- Id = "Id",
64
- Name = "Name",
65
- Alias = "Alias",
66
- Status = "Status"
67
- }
68
- enum WUProtectFilter {
69
- All = "All",
70
- Protected = "Protected",
71
- NotProtected = "NotProtected"
72
- }
73
- enum QuerySetAliasActionTypes {
74
- Deactivate = "Deactivate"
75
- }
76
- enum QuerysetImportActivation {
77
- None = "None",
78
- ActivateImportedActive = "ActivateImportedActive"
79
- }
80
- enum QuerySetQueryActionTypes {
81
- Suspend = "Suspend",
82
- Unsuspend = "Unsuspend",
83
- ToggleSuspend = "ToggleSuspend",
84
- Activate = "Activate",
85
- Delete = "Delete",
86
- DeleteQueriesAndWUs = "DeleteQueriesAndWUs",
87
- RemoveAllAliases = "RemoveAllAliases",
88
- ResetQueryStats = "ResetQueryStats"
89
- }
90
- enum WUQueryActivationMode {
91
- DoNotActivateQuery = 0,
92
- ActivateQuery = 1,
93
- ActivateQuerySuspendPrevious = 2,
94
- ActivateQueryDeletePrevious = 3
95
- }
96
- interface GVCAjaxGraph {
97
- Name: string;
98
- GraphName: string;
99
- SubGraphId: int;
100
- SubGraphOnly: boolean;
101
- }
102
- interface GVCAjaxGraphResponse {
103
- Name: string;
104
- GraphName: string;
105
- GraphType: string;
106
- SubGraphId: int;
107
- SubGraphOnly: boolean;
108
- }
109
- interface Ping {
110
- }
111
- interface WsWorkunitsPingResponse {
112
- }
113
- interface Wuids {
114
- Item: string[];
115
- }
116
- interface WUAbort {
117
- Wuids: {
118
- Item: string[];
119
- };
120
- BlockTillFinishTimer: int;
121
- }
122
- interface Exception {
123
- Code: string;
124
- Audience: string;
125
- Source: string;
126
- Message: string;
127
- }
128
- interface Exceptions {
129
- Source: string;
130
- Exception: Exception[];
131
- }
132
- interface WUActionResult {
133
- Wuid: string;
134
- Action: string;
135
- Result: string;
136
- }
137
- interface ActionResults {
138
- WUActionResult: WUActionResult[];
139
- }
140
- interface WUAbortResponse {
141
- Exceptions: {
142
- Source: string;
143
- Exception: Exception[];
144
- };
145
- ActionResults: {
146
- WUActionResult: WUActionResult[];
147
- };
148
- }
149
- interface WUAction {
150
- Wuids: Wuids;
151
- WUActionType: ECLWUActions;
152
- Cluster: string;
153
- Owner: string;
154
- State: string;
155
- StartDate: string;
156
- EndDate: string;
157
- ECL: string;
158
- Jobname: string;
159
- Test: string;
160
- CurrentPage: string;
161
- PageSize: string;
162
- Sortby: string;
163
- Descending: boolean;
164
- EventServer: string;
165
- EventName: string;
166
- PageFrom: string;
167
- BlockTillFinishTimer: int;
168
- }
169
- interface WUActionResponse {
170
- Exceptions: Exceptions;
171
- ActionResults: ActionResults;
172
- }
173
- interface WUAddLocalFileToWorkunit {
174
- Wuid: string;
175
- Name: string;
176
- Val: string;
177
- DefVal: string;
178
- Type: int;
179
- Length: int;
180
- }
181
- interface WUAddLocalFileToWorkunitResponse {
182
- Exceptions: Exceptions;
183
- Wuid: string;
184
- Name: string;
185
- Result: string;
186
- }
187
- interface PropertyOptions {
188
- IncludeName: boolean;
189
- IncludeRawValue: boolean;
190
- IncludeFormatted: boolean;
191
- IncludeMeasure: boolean;
192
- IncludeCreator: boolean;
193
- IncludeCreatorType: boolean;
194
- }
195
- interface WUAnalyseHotspot {
196
- Wuid: string;
197
- RootScope: string;
198
- OptOnlyActive: boolean;
199
- OnlyCriticalPath: boolean;
200
- IncludeProperties: boolean;
201
- IncludeStatistics: boolean;
202
- ThresholdPercent: double;
203
- PropertyOptions: {
204
- IncludeName: boolean;
205
- IncludeRawValue: boolean;
206
- IncludeFormatted: boolean;
207
- IncludeMeasure: boolean;
208
- IncludeCreator: boolean;
209
- IncludeCreatorType: boolean;
210
- };
211
- }
212
- interface Property {
213
- Name: string;
214
- RawValue: string;
215
- Formatted: string;
216
- Measure: string;
217
- Creator: string;
218
- CreatorType: string;
219
- }
220
- interface Properties {
221
- Property: Property[];
222
- }
223
- interface Note {
224
- Source: string;
225
- Message: string;
226
- ErrorCode: nonNegativeInteger;
227
- Severity: string;
228
- Cost: nonNegativeInteger;
229
- }
230
- interface Notes {
231
- Note: Note[];
232
- }
233
- interface Activity {
234
- ScopeName: string;
235
- Id: string;
236
- ScopeType: string;
237
- Properties: {
238
- Property: Property[];
239
- };
240
- Notes: {
241
- Note: Note[];
242
- };
243
- SinkActivity: string;
244
- }
245
- interface Activities {
246
- Activity: Activity[];
247
- }
248
- interface Dependency {
249
- ScopeName: string;
250
- Id: string;
251
- ScopeType: string;
252
- Properties: Properties;
253
- Notes: Notes;
254
- SinkActivity: string;
255
- }
256
- interface Dependencies {
257
- Dependency: Dependency[];
258
- }
259
- interface WUAnalyseHotspotResponse {
260
- Exceptions: Exceptions;
261
- RootScope: string;
262
- RootTime: long;
263
- Activities: {
264
- Activity: Activity[];
265
- };
266
- Dependencies: {
267
- Dependency: Dependency[];
268
- };
269
- }
270
- interface WUCDebug {
271
- Wuid: string;
272
- Command: string;
273
- }
274
- interface WUDebugResponse {
275
- Exceptions: Exceptions;
276
- Result: string;
277
- }
278
- interface WUCheckFeatures {
279
- }
280
- interface Deployment {
281
- UseCompression: boolean;
282
- }
283
- interface WUCheckFeaturesResponse {
284
- Exceptions: Exceptions;
285
- BuildVersionMajor: int;
286
- BuildVersionMinor: int;
287
- BuildVersionPoint: int;
288
- maxRequestEntityLength: unsignedInt;
289
- Deployment: {
290
- UseCompression: boolean;
291
- };
292
- }
293
- interface WUClusterJobQueueLOG {
294
- Cluster: string;
295
- StartDate: string;
296
- EndDate: string;
297
- }
298
- interface WUClusterJobQueueLOGResponse {
299
- Exceptions: Exceptions;
300
- thefile: base64Binary;
301
- }
302
- interface WUClusterJobQueueXLS {
303
- Cluster: string;
304
- StartDate: string;
305
- EndDate: string;
306
- ShowType: string;
307
- }
308
- interface WUClusterJobQueueXLSResponse {
309
- Exceptions: Exceptions;
310
- Result: base64Binary;
311
- }
312
- interface WUClusterJobSummaryXLS {
313
- Cluster: string;
314
- StartDate: string;
315
- EndDate: string;
316
- ShowAll: boolean;
317
- BusinessStartTime: string;
318
- BusinessEndTime: string;
319
- }
320
- interface WUClusterJobSummaryXLSResponse {
321
- Exceptions: Exceptions;
322
- Result: base64Binary;
323
- }
324
- interface WUClusterJobXLS {
325
- Cluster: string;
326
- StartDate: string;
327
- EndDate: string;
328
- ShowAll: boolean;
329
- BusinessStartTime: string;
330
- BusinessEndTime: string;
331
- }
332
- interface WUClusterJobXLSResponse {
333
- Exceptions: Exceptions;
334
- Result: base64Binary;
335
- }
336
- interface WUCompileECL {
337
- ECL: string;
338
- ModuleName: string;
339
- AttributeName: string;
340
- Queue: string;
341
- Cluster: string;
342
- Snapshot: string;
343
- IncludeDependencies: boolean;
344
- IncludeComplexity: boolean;
345
- TimeToWait: int;
346
- }
347
- interface ECLException {
348
- Source: string;
349
- Severity: string;
350
- Code: int;
351
- Message: string;
352
- FileName: string;
353
- LineNo: int;
354
- Column: int;
355
- Activity: int;
356
- Scope: string;
357
- Priority: int;
358
- }
359
- interface Errors {
360
- ECLException: ECLException[];
361
- }
362
- interface WUCompileECLResponse {
363
- Exceptions: Exceptions;
364
- Complexity: string;
365
- Errors: {
366
- ECLException: ECLException[];
367
- };
368
- Dependencies: Dependencies;
369
- }
370
- interface WUCopyLogicalFiles {
371
- Wuid: string;
372
- Cluster: string;
373
- CopyLocal: boolean;
374
- }
375
- interface Clusters {
376
- Item: string[];
377
- }
378
- interface WULogicalFileCopyInfo {
379
- IsIndex: boolean;
380
- LogicalName: string;
381
- DfuCopyWuid: string;
382
- DfuCopyError: string;
383
- Clusters: {
384
- Item: string[];
385
- };
386
- }
387
- interface OnCluster {
388
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
389
- }
390
- interface NotOnCluster {
391
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
392
- }
393
- interface Foreign {
394
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
395
- }
396
- interface NotFound {
397
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
398
- }
399
- interface Cluster {
400
- ClusterName: string;
401
- OnCluster: {
402
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
403
- };
404
- NotOnCluster: {
405
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
406
- };
407
- Foreign: {
408
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
409
- };
410
- NotFound: {
411
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
412
- };
413
- }
414
- interface ClusterFiles {
415
- Cluster: Cluster[];
416
- }
417
- interface WUCopyLogicalFilesResponse {
418
- Exceptions: Exceptions;
419
- Wuid: string;
420
- ClusterFiles: {
421
- Cluster: Cluster[];
422
- };
423
- }
424
- interface WUCopyQuerySet {
425
- Source: string;
426
- Target: string;
427
- ActiveOnly: boolean;
428
- CloneActiveState: boolean;
429
- AllowForeignFiles: boolean;
430
- DfsServer: string;
431
- CopyFiles: boolean;
432
- OverwriteDfs: boolean;
433
- SourceProcess: string;
434
- UpdateSuperFiles: boolean;
435
- UpdateCloneFrom: boolean;
436
- AppendCluster: boolean;
437
- IncludeFileErrors: boolean;
438
- SourceSSL: boolean;
439
- DfuCopyFiles: boolean;
440
- DfuQueue: string;
441
- DfuWait: nonNegativeInteger;
442
- DfuOverwrite: boolean;
443
- OnlyCopyFiles: boolean;
444
- StopIfFilesCopied: boolean;
445
- }
446
- interface CopiedQueries {
447
- QueryId: string[];
448
- }
449
- interface ExistingQueries {
450
- QueryId: string[];
451
- }
452
- interface File {
453
- Error: string;
454
- LogicalName: string;
455
- }
456
- interface FileErrors {
457
- File: File[];
458
- }
459
- interface WUCopyQuerySetResponse {
460
- Exceptions: Exceptions;
461
- CopiedQueries: {
462
- QueryId: string[];
463
- };
464
- ExistingQueries: {
465
- QueryId: string[];
466
- };
467
- FileErrors: {
468
- File: File[];
469
- };
470
- DfuPublisherWuid: string;
471
- DfuPublisherState: string;
472
- }
473
- interface WUCreate {
474
- }
475
- interface Query {
476
- Text: string;
477
- Cpp: string;
478
- ResTxt: string;
479
- Dll: string;
480
- ThorLog: string;
481
- QueryMainDefinition: string;
482
- }
483
- interface ECLHelpFile {
484
- Name: string;
485
- Type: string;
486
- IPAddress: string;
487
- Description: string;
488
- FileSize: long;
489
- PID: unsignedInt;
490
- minActivityId: unsignedInt;
491
- maxActivityId: unsignedInt;
492
- IsAvailable: boolean;
493
- }
494
- interface Helpers {
495
- ECLHelpFile: ECLHelpFile[];
496
- }
497
- interface ECLGraph {
498
- Name: string;
499
- Label: string;
500
- Type: string;
501
- Running: boolean;
502
- Complete: boolean;
503
- Failed: boolean;
504
- RunningId: long;
505
- WhenStarted: string;
506
- WhenFinished: string;
507
- }
508
- interface Graphs {
509
- ECLGraph: ECLGraph[];
510
- }
511
- interface ECLSourceFiles {
512
- ECLSourceFile: ECLSourceFile[];
513
- }
514
- interface ECLSourceFile {
515
- FileCluster: string;
516
- Name: string;
517
- IsSuperFile: boolean;
518
- Subs: int;
519
- Count: int;
520
- ECLSourceFiles: {
521
- ECLSourceFile: ECLSourceFile[];
522
- };
523
- }
524
- interface SourceFiles {
525
- ECLSourceFile: ECLSourceFile[];
526
- }
527
- interface ECLSchemaItem {
528
- ColumnName: string;
529
- ColumnType: string;
530
- ColumnTypeCode: int;
531
- isConditional: boolean;
532
- }
533
- interface ECLSchemas {
534
- ECLSchemaItem: ECLSchemaItem[];
535
- }
536
- interface ECLResult {
537
- Name: string;
538
- Sequence: int;
539
- Value: string;
540
- Link: string;
541
- FileName: string;
542
- IsSupplied: boolean;
543
- ShowFileContent: boolean;
544
- Total: long;
545
- ECLSchemas: {
546
- ECLSchemaItem: ECLSchemaItem[];
547
- };
548
- XmlSchema: string;
549
- }
550
- interface Results {
551
- ECLResult: ECLResult[];
552
- }
553
- interface Variables {
554
- ECLResult: ECLResult[];
555
- }
556
- interface ECLTimer {
557
- Name: string;
558
- Value: string;
559
- count: int;
560
- GraphName: string;
561
- SubGraphId: int;
562
- Timestamp: long;
563
- When: string;
564
- }
565
- interface Timers {
566
- ECLTimer: ECLTimer[];
567
- }
568
- interface DebugValue {
569
- Name: string;
570
- Value: string;
571
- }
572
- interface DebugValues {
573
- DebugValue: DebugValue[];
574
- }
575
- interface ApplicationValue {
576
- Application: string;
577
- Name: string;
578
- Value: string;
579
- }
580
- interface ApplicationValues {
581
- ApplicationValue: ApplicationValue[];
582
- }
583
- interface ECLWorkflow {
584
- WFID: string;
585
- EventName: string;
586
- EventText: string;
587
- Count: int;
588
- CountRemaining: int;
589
- }
590
- interface Workflows {
591
- ECLWorkflow: ECLWorkflow[];
592
- }
593
- interface ECLTimingData {
594
- Name: string;
595
- GraphNum: int;
596
- SubGraphNum: int;
597
- GID: int;
598
- Min: int;
599
- MS: int;
600
- }
601
- interface TimingData {
602
- ECLTimingData: ECLTimingData[];
603
- }
604
- interface AllowedClusters {
605
- AllowedCluster: string[];
606
- }
607
- interface ThorLogInfo {
608
- ProcessName: string;
609
- ClusterGroup: string;
610
- LogDate: string;
611
- NumberSlaves: int;
612
- }
613
- interface ThorLogList {
614
- ThorLogInfo: ThorLogInfo[];
615
- }
616
- interface ResourceURLs {
617
- URL: string[];
618
- }
619
- interface ServiceNames {
620
- Item: string[];
621
- }
622
- interface Workunit {
623
- Wuid: string;
624
- Owner: string;
625
- Cluster: string;
626
- RoxieCluster: string;
627
- Jobname: string;
628
- Queue: string;
629
- StateID: int;
630
- State: string;
631
- StateEx: string;
632
- Description: string;
633
- Protected: boolean;
634
- Active: boolean;
635
- Action: int;
636
- ActionEx: string;
637
- DateTimeScheduled: dateTime;
638
- PriorityClass: int;
639
- PriorityLevel: int;
640
- Scope: string;
641
- Snapshot: string;
642
- ResultLimit: int;
643
- Archived: boolean;
644
- IsPausing: boolean;
645
- ThorLCR: boolean;
646
- EventSchedule: int;
647
- TotalClusterTime: string;
648
- AbortBy: string;
649
- AbortTime: string;
650
- Query: {
651
- Text: string;
652
- Cpp: string;
653
- ResTxt: string;
654
- Dll: string;
655
- ThorLog: string;
656
- QueryMainDefinition: string;
657
- };
658
- Helpers: {
659
- ECLHelpFile: ECLHelpFile[];
660
- };
661
- Exceptions: Exceptions;
662
- Graphs: {
663
- ECLGraph: ECLGraph[];
664
- };
665
- SourceFiles: {
666
- ECLSourceFile: ECLSourceFile[];
667
- };
668
- Results: {
669
- ECLResult: ECLResult[];
670
- };
671
- Variables: {
672
- ECLResult: ECLResult[];
673
- };
674
- Timers: {
675
- ECLTimer: ECLTimer[];
676
- };
677
- DebugValues: {
678
- DebugValue: DebugValue[];
679
- };
680
- ApplicationValues: {
681
- ApplicationValue: ApplicationValue[];
682
- };
683
- Workflows: {
684
- ECLWorkflow: ECLWorkflow[];
685
- };
686
- TimingData: {
687
- ECLTimingData: ECLTimingData[];
688
- };
689
- AllowedClusters: {
690
- AllowedCluster: string[];
691
- };
692
- ErrorCount: int;
693
- WarningCount: int;
694
- InfoCount: int;
695
- AlertCount: int;
696
- GraphCount: int;
697
- SourceFileCount: int;
698
- ResultCount: int;
699
- VariableCount: int;
700
- TimerCount: int;
701
- HasDebugValue: boolean;
702
- ApplicationValueCount: int;
703
- XmlParams: string;
704
- AccessFlag: int;
705
- ClusterFlag: int;
706
- HelpersDesc: string;
707
- GraphsDesc: string;
708
- SourceFilesDesc: string;
709
- ResultsDesc: string;
710
- VariablesDesc: string;
711
- TimersDesc: string;
712
- DebugValuesDesc: string;
713
- ApplicationValuesDesc: string;
714
- WorkflowsDesc: string;
715
- HasArchiveQuery: boolean;
716
- ThorLogList: {
717
- ThorLogInfo: ThorLogInfo[];
718
- };
719
- ResourceURLs: {
720
- URL: string[];
721
- };
722
- ResultViewCount: int;
723
- ResourceURLCount: int;
724
- DebugValueCount: int;
725
- WorkflowCount: int;
726
- HelpersCount: int;
727
- ServiceNames: {
728
- Item: string[];
729
- };
730
- ExecuteCost: double;
731
- FileAccessCost: double;
732
- CompileCost: double;
733
- NoAccess: boolean;
734
- }
735
- interface WUCreateResponse {
736
- Exceptions: Exceptions;
737
- Workunit: {
738
- Wuid: string;
739
- Owner: string;
740
- Cluster: string;
741
- RoxieCluster: string;
742
- Jobname: string;
743
- Queue: string;
744
- StateID: int;
745
- State: string;
746
- StateEx: string;
747
- Description: string;
748
- Protected: boolean;
749
- Active: boolean;
750
- Action: int;
751
- ActionEx: string;
752
- DateTimeScheduled: dateTime;
753
- PriorityClass: int;
754
- PriorityLevel: int;
755
- Scope: string;
756
- Snapshot: string;
757
- ResultLimit: int;
758
- Archived: boolean;
759
- IsPausing: boolean;
760
- ThorLCR: boolean;
761
- EventSchedule: int;
762
- TotalClusterTime: string;
763
- AbortBy: string;
764
- AbortTime: string;
765
- Query: {
766
- Text: string;
767
- Cpp: string;
768
- ResTxt: string;
769
- Dll: string;
770
- ThorLog: string;
771
- QueryMainDefinition: string;
772
- };
773
- Helpers: {
774
- ECLHelpFile: ECLHelpFile[];
775
- };
776
- Exceptions: Exceptions;
777
- Graphs: {
778
- ECLGraph: ECLGraph[];
779
- };
780
- SourceFiles: {
781
- ECLSourceFile: ECLSourceFile[];
782
- };
783
- Results: {
784
- ECLResult: ECLResult[];
785
- };
786
- Variables: {
787
- ECLResult: ECLResult[];
788
- };
789
- Timers: {
790
- ECLTimer: ECLTimer[];
791
- };
792
- DebugValues: {
793
- DebugValue: DebugValue[];
794
- };
795
- ApplicationValues: {
796
- ApplicationValue: ApplicationValue[];
797
- };
798
- Workflows: {
799
- ECLWorkflow: ECLWorkflow[];
800
- };
801
- TimingData: {
802
- ECLTimingData: ECLTimingData[];
803
- };
804
- AllowedClusters: {
805
- AllowedCluster: string[];
806
- };
807
- ErrorCount: int;
808
- WarningCount: int;
809
- InfoCount: int;
810
- AlertCount: int;
811
- GraphCount: int;
812
- SourceFileCount: int;
813
- ResultCount: int;
814
- VariableCount: int;
815
- TimerCount: int;
816
- HasDebugValue: boolean;
817
- ApplicationValueCount: int;
818
- XmlParams: string;
819
- AccessFlag: int;
820
- ClusterFlag: int;
821
- HelpersDesc: string;
822
- GraphsDesc: string;
823
- SourceFilesDesc: string;
824
- ResultsDesc: string;
825
- VariablesDesc: string;
826
- TimersDesc: string;
827
- DebugValuesDesc: string;
828
- ApplicationValuesDesc: string;
829
- WorkflowsDesc: string;
830
- HasArchiveQuery: boolean;
831
- ThorLogList: {
832
- ThorLogInfo: ThorLogInfo[];
833
- };
834
- ResourceURLs: {
835
- URL: string[];
836
- };
837
- ResultViewCount: int;
838
- ResourceURLCount: int;
839
- DebugValueCount: int;
840
- WorkflowCount: int;
841
- HelpersCount: int;
842
- ServiceNames: {
843
- Item: string[];
844
- };
845
- ExecuteCost: double;
846
- FileAccessCost: double;
847
- CompileCost: double;
848
- NoAccess: boolean;
849
- };
850
- }
851
- interface WUCreateAndUpdate {
852
- Wuid: string;
853
- State: int;
854
- StateOrig: int;
855
- Jobname: string;
856
- JobnameOrig: string;
857
- QueryText: string;
858
- Action: int;
859
- Description: string;
860
- DescriptionOrig: string;
861
- AddDrilldownFields: boolean;
862
- ResultLimit: int;
863
- Protected: boolean;
864
- ProtectedOrig: boolean;
865
- PriorityClass: int;
866
- PriorityLevel: int;
867
- Scope: string;
868
- ScopeOrig: string;
869
- ClusterSelection: string;
870
- ClusterOrig: string;
871
- XmlParams: string;
872
- ThorSlaveIP: string;
873
- QueryMainDefinition: string;
874
- DebugValues: DebugValues;
875
- ApplicationValues: ApplicationValues;
876
- }
877
- interface WUUpdateResponse {
878
- Exceptions: Exceptions;
879
- Workunit: Workunit;
880
- }
881
- interface WUCreateZAPInfo {
882
- Wuid: string;
883
- ESPApplication: string;
884
- ThorProcesses: string;
885
- BuildVersion: string;
886
- ProblemDescription: string;
887
- WhatChanged: string;
888
- WhereSlow: string;
889
- ZAPFileName: string;
890
- IncludeThorSlaveLog: string;
891
- ZAPPassword: string;
892
- SendEmail: boolean;
893
- AttachZAPReportToEmail: boolean;
894
- EmailFrom: string;
895
- EmailSubject: string;
896
- EmailBody: string;
897
- }
898
- interface WUCreateZAPInfoResponse {
899
- Exceptions: Exceptions;
900
- thefile: base64Binary;
901
- ZAPFileName: string;
902
- }
903
- interface WUDelete {
904
- Wuids: Wuids;
905
- BlockTillFinishTimer: int;
906
- }
907
- interface WUDeleteResponse {
908
- Exceptions: Exceptions;
909
- ActionResults: ActionResults;
910
- }
911
- interface WUDeployWorkunit {
912
- Cluster: string;
913
- Name: string;
914
- Wait: int;
915
- ObjType: string;
916
- FileName: string;
917
- Object: base64Binary;
918
- ResultLimit: int;
919
- QueryMainDefinition: string;
920
- Snapshot: string;
921
- DebugValues: DebugValues;
922
- Protect: boolean;
923
- }
924
- interface WUDeployWorkunitResponse {
925
- Exceptions: Exceptions;
926
- Workunit: Workunit;
927
- }
928
- interface Scopes {
929
- Scope: string[];
930
- }
931
- interface Ids {
932
- id: string[];
933
- }
934
- interface ScopeTypes {
935
- ScopeType: string[];
936
- }
937
- interface PropertyFilter {
938
- Name: string;
939
- ExactValue: string;
940
- MinValue: string;
941
- MaxValue: string;
942
- }
943
- interface PropertyFilters {
944
- PropertyFilter: PropertyFilter[];
945
- }
946
- interface ScopeFilter {
947
- MaxDepth: integer;
948
- Scopes: {
949
- Scope: string[];
950
- };
951
- Ids: {
952
- id: string[];
953
- };
954
- ScopeTypes: {
955
- ScopeType: string[];
956
- };
957
- PropertyFilters: {
958
- PropertyFilter: PropertyFilter[];
959
- };
960
- }
961
- interface NestedFilter {
962
- Depth: unsignedInt;
963
- ScopeTypes: ScopeTypes;
964
- }
965
- interface Extra {
966
- scopeType: string;
967
- Properties: Properties;
968
- }
969
- interface ExtraProperties {
970
- Extra: Extra[];
971
- }
972
- interface PropertiesToReturn {
973
- AllStatistics: boolean;
974
- AllAttributes: boolean;
975
- AllHints: boolean;
976
- AllScopes: boolean;
977
- AllProperties: boolean;
978
- AllNotes: boolean;
979
- MinVersion: string;
980
- Measure: string;
981
- Properties: Properties;
982
- ExtraProperties: {
983
- Extra: Extra[];
984
- };
985
- }
986
- interface ScopeOptions {
987
- IncludeMatchedScopesInResults: boolean;
988
- IncludeScope: boolean;
989
- IncludeId: boolean;
990
- IncludeScopeType: boolean;
991
- }
992
- interface WUDetails {
993
- WUID: string;
994
- ScopeFilter: {
995
- MaxDepth: integer;
996
- Scopes: {
997
- Scope: string[];
998
- };
999
- Ids: {
1000
- id: string[];
1001
- };
1002
- ScopeTypes: {
1003
- ScopeType: string[];
1004
- };
1005
- PropertyFilters: {
1006
- PropertyFilter: PropertyFilter[];
1007
- };
1008
- };
1009
- NestedFilter: {
1010
- Depth: unsignedInt;
1011
- ScopeTypes: ScopeTypes;
1012
- };
1013
- PropertiesToReturn: {
1014
- AllStatistics: boolean;
1015
- AllAttributes: boolean;
1016
- AllHints: boolean;
1017
- AllScopes: boolean;
1018
- AllProperties: boolean;
1019
- AllNotes: boolean;
1020
- MinVersion: string;
1021
- Measure: string;
1022
- Properties: Properties;
1023
- ExtraProperties: {
1024
- Extra: Extra[];
1025
- };
1026
- };
1027
- Filter: string;
1028
- ScopeOptions: {
1029
- IncludeMatchedScopesInResults: boolean;
1030
- IncludeScope: boolean;
1031
- IncludeId: boolean;
1032
- IncludeScopeType: boolean;
1033
- };
1034
- PropertyOptions: PropertyOptions;
1035
- }
1036
- interface WUDetailsResponse {
1037
- Exceptions: Exceptions;
1038
- MaxVersion: string;
1039
- WUID: string;
1040
- Scopes: Scopes;
1041
- }
1042
- interface WUDetailsMeta {
1043
- }
1044
- interface Measures {
1045
- Measure: string[];
1046
- }
1047
- interface WUDetailsMetaResponse {
1048
- Exceptions: Exceptions;
1049
- Properties: Properties;
1050
- ScopeTypes: ScopeTypes;
1051
- Measures: {
1052
- Measure: string[];
1053
- };
1054
- Activities: Activities;
1055
- }
1056
- interface EclDefinitions {
1057
- Item: string[];
1058
- }
1059
- interface WUEclDefinitionAction {
1060
- EclDefinitions: {
1061
- Item: string[];
1062
- };
1063
- ActionType: EclDefinitionActions;
1064
- Target: string;
1065
- RemoteDali: string;
1066
- SourceProcess: string;
1067
- Priority: string;
1068
- Comment: string;
1069
- MemoryLimit: string;
1070
- DeletePrevious: boolean;
1071
- SuspendPrevious: boolean;
1072
- NoActivate: boolean;
1073
- NoReload: boolean;
1074
- DontCopyFiles: boolean;
1075
- AllowForeign: boolean;
1076
- UpdateDfs: boolean;
1077
- UpdateSuperfiles: boolean;
1078
- UpdateCloneFrom: boolean;
1079
- DontAppendCluster: boolean;
1080
- MsToWait: int;
1081
- TimeLimit: int;
1082
- WarnTimeLimit: int;
1083
- DfuCopyFiles: boolean;
1084
- DfuOverwrite: boolean;
1085
- DfuQueue: string;
1086
- OnlyCopyFiles: boolean;
1087
- StopIfFilesCopied: boolean;
1088
- }
1089
- interface WUEclDefinitionActionResponse {
1090
- Exceptions: Exceptions;
1091
- ActionResults: ActionResults;
1092
- DfuPublisherWuid: string;
1093
- DfuPublisherState: string;
1094
- }
1095
- interface WUExport {
1096
- Cluster: string;
1097
- Owner: string;
1098
- State: string;
1099
- StartDate: string;
1100
- EndDate: string;
1101
- Jobname: string;
1102
- }
1103
- interface WUExportResponse {
1104
- Exceptions: Exceptions;
1105
- ExportData: base64Binary;
1106
- }
1107
- interface LogColumns {
1108
- Item: string[];
1109
- }
1110
- interface WUFile {
1111
- Name: string;
1112
- Wuid: string;
1113
- Type: string;
1114
- Option: int;
1115
- SlaveIP: string;
1116
- IPAddress: string;
1117
- Description: string;
1118
- QuerySet: string;
1119
- Query: string;
1120
- Process: string;
1121
- ClusterGroup: string;
1122
- LogDate: string;
1123
- SlaveNumber: int;
1124
- SizeLimit: long;
1125
- ErrorMessageFormat: ErrorMessageFormat;
1126
- PlainText: string;
1127
- MaxLogRecords: unsignedInt;
1128
- LogSelectColumnMode: LogSelectColumnMode;
1129
- LogFormat: LogAccessLogFormat;
1130
- LogSearchTimeBuffSecs: unsignedInt;
1131
- LogColumns: {
1132
- Item: string[];
1133
- };
1134
- }
1135
- interface WULogFileResponse {
1136
- Exceptions: Exceptions;
1137
- Wuid: string;
1138
- QuerySet: string;
1139
- QueryName: string;
1140
- QueryId: string;
1141
- FileName: string;
1142
- DaliServer: string;
1143
- thefile: base64Binary;
1144
- }
1145
- interface WUFullResult {
1146
- Wuid: string;
1147
- NoRootTag: boolean;
1148
- ExceptionSeverity: WUExceptionSeverity;
1149
- }
1150
- interface WUFullResultResponse {
1151
- Exceptions: Exceptions;
1152
- Wuid: string;
1153
- Results: string;
1154
- }
1155
- interface WUGVCGraphInfo {
1156
- Wuid: string;
1157
- Name: string;
1158
- GID: string;
1159
- BatchWU: int;
1160
- SubgraphId: int;
1161
- }
1162
- interface WUGVCGraphInfoResponse {
1163
- Exceptions: Exceptions;
1164
- Wuid: string;
1165
- Name: string;
1166
- GID: string;
1167
- Running: boolean;
1168
- TheGraph: string;
1169
- BatchWU: int;
1170
- }
1171
- interface WUGetArchiveFile {
1172
- WUID: string;
1173
- ModuleName: string;
1174
- FileName: string;
1175
- Path: string;
1176
- }
1177
- interface WUGetArchiveFileResponse {
1178
- Exceptions: Exceptions;
1179
- File: string;
1180
- Message: string;
1181
- }
1182
- interface WUGetDependancyTrees {
1183
- Cluster: string;
1184
- Queue: string;
1185
- Snapshot: string;
1186
- Items: string;
1187
- TimeoutMilliSec: string;
1188
- }
1189
- interface WUGetDependancyTreesResponse {
1190
- Exceptions: Exceptions;
1191
- Errors: Errors;
1192
- DependancyTrees: base64Binary;
1193
- }
1194
- interface WUGetGraph {
1195
- Wuid: string;
1196
- GraphName: string;
1197
- SubGraphId: string;
1198
- }
1199
- interface WUGetGraphResponse {
1200
- Exceptions: Exceptions;
1201
- Graphs: Graphs;
1202
- }
1203
- interface WUGetGraphNameAndTypes {
1204
- Wuid: string;
1205
- Type: string;
1206
- }
1207
- interface GraphNameAndType {
1208
- Name: string;
1209
- Type: string;
1210
- }
1211
- interface GraphNameAndTypes {
1212
- GraphNameAndType: GraphNameAndType[];
1213
- }
1214
- interface WUGetGraphNameAndTypesResponse {
1215
- Exceptions: Exceptions;
1216
- GraphNameAndTypes: {
1217
- GraphNameAndType: GraphNameAndType[];
1218
- };
1219
- }
1220
- interface WUGetNumFileToCopy {
1221
- ClusterName: string;
1222
- TargetName: string;
1223
- PageSize: long;
1224
- PageStartFrom: long;
1225
- Sortby: string;
1226
- Descending: boolean;
1227
- CacheHint: long;
1228
- }
1229
- interface Endpoint {
1230
- URL: string;
1231
- Status: string;
1232
- NumQueryFileToCopy: int;
1233
- }
1234
- interface Endpoints {
1235
- Endpoint: Endpoint[];
1236
- }
1237
- interface WUGetNumFileToCopyResponse {
1238
- Exceptions: Exceptions;
1239
- Endpoints: {
1240
- Endpoint: Endpoint[];
1241
- };
1242
- CacheHint: long;
1243
- Total: long;
1244
- }
1245
- interface WUGetPlugins {
1246
- }
1247
- interface WUEclPluginsInFolder {
1248
- Path: string;
1249
- Plugins: Plugins;
1250
- }
1251
- interface Plugins {
1252
- WUEclPluginsInFolder: WUEclPluginsInFolder[];
1253
- }
1254
- interface WUGetPluginsResponse {
1255
- Exceptions: Exceptions;
1256
- Plugins: {
1257
- WUEclPluginsInFolder: WUEclPluginsInFolder[];
1258
- };
1259
- }
1260
- interface WUGetStats {
1261
- WUID: string;
1262
- CreatorType: string;
1263
- Creator: string;
1264
- ScopeType: string;
1265
- Scope: string;
1266
- Kind: string;
1267
- Measure: string;
1268
- MinScopeDepth: unsignedInt;
1269
- MaxScopeDepth: unsignedInt;
1270
- IncludeGraphs: boolean;
1271
- CreateDescriptions: boolean;
1272
- MinValue: long;
1273
- MaxValue: long;
1274
- Filter: string;
1275
- }
1276
- interface WUStatisticItem {
1277
- Creator: string;
1278
- CreatorType: string;
1279
- Scope: string;
1280
- ScopeType: string;
1281
- Description: string;
1282
- TimeStamp: string;
1283
- Measure: string;
1284
- Kind: string;
1285
- Value: string;
1286
- RawValue: long;
1287
- Count: long;
1288
- Max: long;
1289
- Wuid: string;
1290
- }
1291
- interface Statistics {
1292
- WUStatisticItem: WUStatisticItem[];
1293
- }
1294
- interface WUGetStatsResponse {
1295
- Exceptions: Exceptions;
1296
- WUID: string;
1297
- Statistics: {
1298
- WUStatisticItem: WUStatisticItem[];
1299
- };
1300
- }
1301
- interface WUGetThorJobList {
1302
- Cluster: string;
1303
- StartDate: string;
1304
- EndDate: string;
1305
- MaxJobsToReturn: unsignedInt;
1306
- }
1307
- interface ECLJob {
1308
- Wuid: string;
1309
- Graph: string;
1310
- State: string;
1311
- StartedDate: string;
1312
- FinishedDate: string;
1313
- Cluster: string;
1314
- GraphNum: string;
1315
- SubGraphNum: string;
1316
- NumOfRuns: string;
1317
- Duration: int;
1318
- }
1319
- interface JobList {
1320
- ECLJob: ECLJob[];
1321
- }
1322
- interface InProgressJobList {
1323
- ECLJob: ECLJob[];
1324
- }
1325
- interface WUGetThorJobListResponse {
1326
- Exceptions: Exceptions;
1327
- JobList: {
1328
- ECLJob: ECLJob[];
1329
- };
1330
- InProgressJobList: {
1331
- ECLJob: ECLJob[];
1332
- };
1333
- Warning: string;
1334
- }
1335
- interface WUGetThorJobQueue {
1336
- Cluster: string;
1337
- StartDate: string;
1338
- EndDate: string;
1339
- MaxJobQueueItemsToReturn: unsignedInt;
1340
- }
1341
- interface ThorQueue {
1342
- DT: string;
1343
- RunningWUs: string;
1344
- QueuedWUs: string;
1345
- WaitingThors: string;
1346
- ConnectedThors: string;
1347
- IdledThors: string;
1348
- RunningWU1: string;
1349
- RunningWU2: string;
1350
- }
1351
- interface QueueList {
1352
- ThorQueue: ThorQueue[];
1353
- }
1354
- interface WUGetThorJobQueueResponse {
1355
- Exceptions: Exceptions;
1356
- LongestQueue: int;
1357
- MaxThorConnected: int;
1358
- QueueList: {
1359
- ThorQueue: ThorQueue[];
1360
- };
1361
- Warning: string;
1362
- }
1363
- interface WUGetZAPInfo {
1364
- WUID: string;
1365
- }
1366
- interface WUGetZAPInfoResponse {
1367
- Exceptions: Exceptions;
1368
- WUID: string;
1369
- ESPApplication: string;
1370
- ThorProcesses: string;
1371
- BuildVersion: string;
1372
- Archive: string;
1373
- EmailTo: string;
1374
- EmailFrom: string;
1375
- }
1376
- interface WUGraphInfo {
1377
- Wuid: string;
1378
- Name: string;
1379
- GID: string;
1380
- BatchWU: int;
1381
- }
1382
- interface WUGraphInfoResponse {
1383
- Exceptions: Exceptions;
1384
- Wuid: string;
1385
- Name: string;
1386
- GID: string;
1387
- BatchWU: int;
1388
- Running: boolean;
1389
- }
1390
- interface WUGraphTiming {
1391
- Wuid: string;
1392
- }
1393
- interface WUGraphTimingResponse {
1394
- Exceptions: Exceptions;
1395
- Workunit: Workunit;
1396
- }
1397
- interface WUInfo {
1398
- Wuid: string;
1399
- TruncateEclTo64k: boolean;
1400
- Type: string;
1401
- IncludeExceptions: boolean;
1402
- IncludeGraphs: boolean;
1403
- IncludeSourceFiles: boolean;
1404
- IncludeResults: boolean;
1405
- IncludeResultsViewNames: boolean;
1406
- IncludeVariables: boolean;
1407
- IncludeTimers: boolean;
1408
- IncludeDebugValues: boolean;
1409
- IncludeApplicationValues: boolean;
1410
- IncludeWorkflows: boolean;
1411
- IncludeXmlSchemas: boolean;
1412
- IncludeResourceURLs: boolean;
1413
- IncludeECL: boolean;
1414
- IncludeHelpers: boolean;
1415
- IncludeAllowedClusters: boolean;
1416
- IncludeTotalClusterTime: boolean;
1417
- IncludeServiceNames: boolean;
1418
- SuppressResultSchemas: boolean;
1419
- ThorSlaveIP: string;
1420
- }
1421
- interface ResultViews {
1422
- View: string[];
1423
- }
1424
- interface WUInfoResponse {
1425
- Exceptions: Exceptions;
1426
- Workunit: Workunit;
1427
- AutoRefresh: int;
1428
- CanCompile: boolean;
1429
- ThorSlaveIP: string;
1430
- ResultViews: {
1431
- View: string[];
1432
- };
1433
- SecMethod: string;
1434
- }
1435
- interface WUInfoDetails {
1436
- Wuid: string;
1437
- TruncateEclTo64k: boolean;
1438
- Type: string;
1439
- IncludeExceptions: boolean;
1440
- IncludeGraphs: boolean;
1441
- IncludeSourceFiles: boolean;
1442
- IncludeResults: boolean;
1443
- IncludeResultsViewNames: boolean;
1444
- IncludeVariables: boolean;
1445
- IncludeTimers: boolean;
1446
- IncludeDebugValues: boolean;
1447
- IncludeApplicationValues: boolean;
1448
- IncludeWorkflows: boolean;
1449
- IncludeXmlSchemas: boolean;
1450
- IncludeResourceURLs: boolean;
1451
- IncludeECL: boolean;
1452
- IncludeHelpers: boolean;
1453
- IncludeAllowedClusters: boolean;
1454
- IncludeTotalClusterTime: boolean;
1455
- IncludeServiceNames: boolean;
1456
- SuppressResultSchemas: boolean;
1457
- ThorSlaveIP: string;
1458
- }
1459
- interface WUJobList {
1460
- Cluster: string;
1461
- Process: string;
1462
- StartDate: string;
1463
- EndDate: string;
1464
- ShowAll: boolean;
1465
- BusinessStartHour: int;
1466
- BusinessEndHour: int;
1467
- }
1468
- interface Jobs {
1469
- ECLJob: ECLJob[];
1470
- }
1471
- interface WUJobListResponse {
1472
- Exceptions: Exceptions;
1473
- StartDate: string;
1474
- EndDate: string;
1475
- Jobs: {
1476
- ECLJob: ECLJob[];
1477
- };
1478
- }
1479
- interface WULightWeightQuery {
1480
- Wuid: string;
1481
- Type: string;
1482
- Cluster: string;
1483
- Owner: string;
1484
- JobName: string;
1485
- StartDate: string;
1486
- EndDate: string;
1487
- BeforeWU: string;
1488
- AfterWU: string;
1489
- State: string;
1490
- ApplicationValues: ApplicationValues;
1491
- PageStartFrom: long;
1492
- PageSize: unsignedInt;
1493
- SortBy: string;
1494
- Descending: boolean;
1495
- CacheHint: long;
1496
- }
1497
- interface ECLWorkunitLW {
1498
- Wuid: string;
1499
- Owner: string;
1500
- JobName: string;
1501
- WuScope: string;
1502
- ClusterName: string;
1503
- State: int;
1504
- StateDesc: string;
1505
- Action: int;
1506
- ActionDesc: string;
1507
- Priority: int;
1508
- PriorityDesc: string;
1509
- PriorityLevel: int;
1510
- IsProtected: boolean;
1511
- DateTimeScheduled: dateTime;
1512
- TotalClusterTime: unsignedInt;
1513
- ApplicationValues: ApplicationValues;
1514
- NoAccess: boolean;
1515
- }
1516
- interface Workunits {
1517
- ECLWorkunitLW: ECLWorkunitLW[];
1518
- }
1519
- interface WULightWeightQueryResponse {
1520
- Exceptions: Exceptions;
1521
- NumWUs: int;
1522
- CacheHint: long;
1523
- Workunits: {
1524
- ECLWorkunitLW: ECLWorkunitLW[];
1525
- };
1526
- }
1527
- interface WUListArchiveFiles {
1528
- WUID: string;
1529
- }
1530
- interface Files {
1531
- File: File[];
1532
- }
1533
- interface ArchiveModule {
1534
- Name: string;
1535
- FullName: string;
1536
- Flags: unsignedInt;
1537
- Key: string;
1538
- Plugin: string;
1539
- SourcePath: string;
1540
- Version: string;
1541
- Path: string;
1542
- ArchiveModules: ArchiveModules;
1543
- Files: {
1544
- File: File[];
1545
- };
1546
- }
1547
- interface ArchiveModules {
1548
- ArchiveModule: ArchiveModule[];
1549
- }
1550
- interface WUListArchiveFilesResponse {
1551
- Exceptions: Exceptions;
1552
- ArchiveModules: {
1553
- ArchiveModule: ArchiveModule[];
1554
- };
1555
- Files: Files;
1556
- Message: string;
1557
- }
1558
- interface WUListLocalFileRequired {
1559
- Wuid: string;
1560
- }
1561
- interface LogicalFileUpload {
1562
- Type: int;
1563
- Source: string;
1564
- Destination: string;
1565
- EventTag: string;
1566
- }
1567
- interface LocalFileUploads {
1568
- LogicalFileUpload: LogicalFileUpload[];
1569
- }
1570
- interface WUListLocalFileRequiredResponse {
1571
- Exceptions: Exceptions;
1572
- LocalFileUploads: {
1573
- LogicalFileUpload: LogicalFileUpload[];
1574
- };
1575
- }
1576
- interface WUListQueries {
1577
- QuerySetName: string;
1578
- ClusterName: string;
1579
- LibraryName: string;
1580
- MemoryLimitLow: long;
1581
- MemoryLimitHigh: long;
1582
- TimeLimitLow: nonNegativeInteger;
1583
- TimeLimitHigh: nonNegativeInteger;
1584
- WarnTimeLimitLow: nonNegativeInteger;
1585
- WarnTimeLimitHigh: nonNegativeInteger;
1586
- PriorityLow: nonNegativeInteger;
1587
- PriorityHigh: nonNegativeInteger;
1588
- Activated: boolean;
1589
- SuspendedFilter: WUQueryFilterSuspendedType;
1590
- WUID: string;
1591
- QueryID: string;
1592
- QueryName: string;
1593
- PublishedBy: string;
1594
- PageSize: nonNegativeInteger;
1595
- PageStartFrom: nonNegativeInteger;
1596
- Sortby: string;
1597
- Descending: boolean;
1598
- CacheHint: long;
1599
- FileName: string;
1600
- CheckAllNodes: boolean;
1601
- }
1602
- interface QuerySetQuery {
1603
- Id: string;
1604
- Name: string;
1605
- Wuid: string;
1606
- Dll: string;
1607
- Suspended: boolean;
1608
- Clusters: Clusters;
1609
- memoryLimit: string;
1610
- timeLimit: nonNegativeInteger;
1611
- warnTimeLimit: nonNegativeInteger;
1612
- priority: string;
1613
- Comment: string;
1614
- QuerySetId: string;
1615
- IsLibrary: boolean;
1616
- Activated: boolean;
1617
- PublishedBy: string;
1618
- snapshot: string;
1619
- PriorityID: int;
1620
- }
1621
- interface QuerysetQueries {
1622
- QuerySetQuery: QuerySetQuery[];
1623
- }
1624
- interface WUListQueriesResponse {
1625
- Exceptions: Exceptions;
1626
- NumberOfQueries: int;
1627
- CacheHint: long;
1628
- QuerysetQueries: {
1629
- QuerySetQuery: QuerySetQuery[];
1630
- };
1631
- }
1632
- interface WUListQueriesUsingFile {
1633
- Target: string;
1634
- Process: string;
1635
- FileName: string;
1636
- }
1637
- interface QueryUsingFile {
1638
- Id: string;
1639
- Package: string;
1640
- }
1641
- interface Queries {
1642
- QueryUsingFile: QueryUsingFile[];
1643
- }
1644
- interface TargetQueriesUsingFile {
1645
- Target: string;
1646
- PackageMap: string;
1647
- Queries: {
1648
- QueryUsingFile: QueryUsingFile[];
1649
- };
1650
- }
1651
- interface Targets {
1652
- TargetQueriesUsingFile: TargetQueriesUsingFile[];
1653
- }
1654
- interface WUListQueriesUsingFileResponse {
1655
- Exceptions: Exceptions;
1656
- Process: string;
1657
- FileName: string;
1658
- Targets: {
1659
- TargetQueriesUsingFile: TargetQueriesUsingFile[];
1660
- };
1661
- }
1662
- interface WUMultiQuerysetDetails {
1663
- ClusterName: string;
1664
- QuerySetName: string;
1665
- Filter: string;
1666
- FilterType: WUQuerySetFilterType;
1667
- CheckAllNodes: boolean;
1668
- }
1669
- interface QuerySetAlias {
1670
- Id: string;
1671
- Name: string;
1672
- }
1673
- interface Aliases {
1674
- QuerySetAlias: QuerySetAlias[];
1675
- }
1676
- interface WUQuerySetDetail {
1677
- QuerySetName: string;
1678
- Queries: Queries;
1679
- Aliases: {
1680
- QuerySetAlias: QuerySetAlias[];
1681
- };
1682
- }
1683
- interface Querysets {
1684
- WUQuerySetDetail: WUQuerySetDetail[];
1685
- }
1686
- interface WUMultiQuerySetDetailsResponse {
1687
- Exceptions: Exceptions;
1688
- ClusterName: string;
1689
- Querysets: {
1690
- WUQuerySetDetail: WUQuerySetDetail[];
1691
- };
1692
- }
1693
- interface WUProcessGraph {
1694
- Wuid: string;
1695
- Name: string;
1696
- }
1697
- interface WUProcessGraphResponse {
1698
- Exceptions: Exceptions;
1699
- theGraph: string;
1700
- }
1701
- interface WUProtect {
1702
- Wuids: Wuids;
1703
- Protect: boolean;
1704
- }
1705
- interface WUProtectResponse {
1706
- Exceptions: Exceptions;
1707
- ActionResults: ActionResults;
1708
- }
1709
- interface WUPublishWorkunit {
1710
- Wuid: string;
1711
- Cluster: string;
1712
- QueryName: string;
1713
- WorkUnitJobName: string;
1714
- JobName: string;
1715
- Activate: int;
1716
- NotifyCluster: boolean;
1717
- Wait: int;
1718
- NoReload: boolean;
1719
- UpdateWorkUnitName: boolean;
1720
- memoryLimit: string;
1721
- TimeLimit: nonNegativeInteger;
1722
- WarnTimeLimit: nonNegativeInteger;
1723
- Priority: string;
1724
- RemoteDali: string;
1725
- Comment: string;
1726
- DontCopyFiles: boolean;
1727
- SourceProcess: string;
1728
- AllowForeignFiles: boolean;
1729
- UpdateDfs: boolean;
1730
- UpdateSuperFiles: boolean;
1731
- UpdateCloneFrom: boolean;
1732
- AppendCluster: boolean;
1733
- IncludeFileErrors: boolean;
1734
- DfuCopyFiles: boolean;
1735
- DfuQueue: string;
1736
- DfuWait: nonNegativeInteger;
1737
- DfuOverwrite: boolean;
1738
- OnlyCopyFiles: boolean;
1739
- StopIfFilesCopied: boolean;
1740
- }
1741
- interface WUPublishWorkunitResponse {
1742
- Exceptions: Exceptions;
1743
- Wuid: string;
1744
- Result: string;
1745
- QuerySet: string;
1746
- QueryName: string;
1747
- QueryId: string;
1748
- ReloadFailed: boolean;
1749
- Suspended: boolean;
1750
- ErrorMessage: string;
1751
- ClusterFiles: ClusterFiles;
1752
- FileErrors: FileErrors;
1753
- DfuPublisherWuid: string;
1754
- DfuPublisherState: string;
1755
- }
1756
- interface WUPushEvent {
1757
- EventName: string;
1758
- EventText: string;
1759
- }
1760
- interface WUPushEventResponse {
1761
- Exceptions: Exceptions;
1762
- }
1763
- interface WUQuery {
1764
- Wuid: string;
1765
- Type: string;
1766
- Cluster: string;
1767
- RoxieCluster: string;
1768
- Owner: string;
1769
- State: string;
1770
- StartDate: string;
1771
- EndDate: string;
1772
- ECL: string;
1773
- Jobname: string;
1774
- LogicalFile: string;
1775
- LogicalFileSearchType: string;
1776
- ApplicationValues: ApplicationValues;
1777
- BeforeWU: string;
1778
- AfterWU: string;
1779
- TotalClusterTimeThresholdMilliSec: unsignedInt;
1780
- Count: int;
1781
- PageSize: long;
1782
- PageStartFrom: long;
1783
- PageEndAt: long;
1784
- Protected: WUProtectFilter;
1785
- Sortby: string;
1786
- Descending: boolean;
1787
- CacheHint: long;
1788
- }
1789
- interface WUQueryResponse {
1790
- Exceptions: Exceptions;
1791
- Type: string;
1792
- Cluster: string;
1793
- RoxieCluster: string;
1794
- Owner: string;
1795
- State: string;
1796
- StartDate: string;
1797
- EndDate: string;
1798
- ECL: string;
1799
- Jobname: string;
1800
- LogicalFile: string;
1801
- LogicalFileSearchType: string;
1802
- Current: string;
1803
- Next: string;
1804
- Count: int;
1805
- PageSize: long;
1806
- PrevPage: long;
1807
- NextPage: long;
1808
- LastPage: long;
1809
- NumWUs: int;
1810
- First: boolean;
1811
- PageStartFrom: long;
1812
- PageEndAt: long;
1813
- Sortby: string;
1814
- Descending: boolean;
1815
- BasicQuery: string;
1816
- Filters: string;
1817
- CacheHint: long;
1818
- Workunits: Workunits;
1819
- }
1820
- interface WUQueryConfig {
1821
- Target: string;
1822
- QueryId: string;
1823
- Wait: int;
1824
- NoReload: boolean;
1825
- memoryLimit: string;
1826
- TimeLimit: nonNegativeInteger;
1827
- WarnTimeLimit: nonNegativeInteger;
1828
- Priority: string;
1829
- Comment: string;
1830
- }
1831
- interface WUQueryConfigResponse {
1832
- Exceptions: Exceptions;
1833
- ReloadFailed: boolean;
1834
- Results: Results;
1835
- }
1836
- interface WUQueryDetails {
1837
- QueryId: string;
1838
- QuerySet: string;
1839
- IncludeStateOnClusters: boolean;
1840
- IncludeSuperFiles: boolean;
1841
- IncludeWsEclAddresses: boolean;
1842
- CheckAllNodes: boolean;
1843
- IncludeWUDetails: boolean;
1844
- IncludeWUQueryFiles: boolean;
1845
- }
1846
- interface LogicalFiles {
1847
- Item: string[];
1848
- }
1849
- interface SubFiles {
1850
- File: string[];
1851
- }
1852
- interface SuperFile {
1853
- Name: string;
1854
- SubFiles: {
1855
- File: string[];
1856
- };
1857
- SuperFiles: SuperFiles;
1858
- }
1859
- interface SuperFiles {
1860
- SuperFile: SuperFile[];
1861
- }
1862
- interface LibrariesUsed {
1863
- Item: string[];
1864
- }
1865
- interface WsEclAddresses {
1866
- Address: string[];
1867
- }
1868
- interface WUGraphs {
1869
- ECLGraph: ECLGraph[];
1870
- }
1871
- interface WUTimers {
1872
- ECLTimer: ECLTimer[];
1873
- }
1874
- interface WUQueryDetailsResponse {
1875
- Exceptions: Exceptions;
1876
- QueryId: string;
1877
- QuerySet: string;
1878
- QueryName: string;
1879
- Wuid: string;
1880
- Dll: string;
1881
- Suspended: boolean;
1882
- Activated: boolean;
1883
- SuspendedBy: string;
1884
- Clusters: Clusters;
1885
- PublishedBy: string;
1886
- Comment: string;
1887
- LogicalFiles: {
1888
- Item: string[];
1889
- };
1890
- SuperFiles: {
1891
- SuperFile: SuperFile[];
1892
- };
1893
- IsLibrary: boolean;
1894
- Priority: string;
1895
- PriorityID: int;
1896
- WUSnapShot: string;
1897
- CompileTime: string;
1898
- LibrariesUsed: {
1899
- Item: string[];
1900
- };
1901
- CountGraphs: int;
1902
- ResourceURLCount: int;
1903
- WsEclAddresses: {
1904
- Address: string[];
1905
- };
1906
- WUGraphs: {
1907
- ECLGraph: ECLGraph[];
1908
- };
1909
- WUTimers: {
1910
- ECLTimer: ECLTimer[];
1911
- };
1912
- }
1913
- interface WUQueryDetailsLightWeight {
1914
- QueryId: string;
1915
- QuerySet: string;
1916
- IncludeWUDetails: boolean;
1917
- IncludeWUQueryFiles: boolean;
1918
- IncludeSuperFiles: boolean;
1919
- IncludeWsEclAddresses: boolean;
1920
- IncludeStateOnClusters: boolean;
1921
- CheckAllNodes: boolean;
1922
- }
1923
- interface WUQueryFiles {
1924
- Target: string;
1925
- QueryId: string;
1926
- }
1927
- interface WUQueryFilesResponse {
1928
- Exceptions: Exceptions;
1929
- Files: Files;
1930
- SuperFiles: SuperFiles;
1931
- Queries: Queries;
1932
- }
1933
- interface WUQueryGetGraph {
1934
- Target: string;
1935
- QueryId: string;
1936
- GraphName: string;
1937
- SubGraphId: string;
1938
- }
1939
- interface WUQueryGetGraphResponse {
1940
- Exceptions: Exceptions;
1941
- Graphs: Graphs;
1942
- }
1943
- interface WUQueryGetSummaryStats {
1944
- Target: string;
1945
- QueryId: string;
1946
- FromTime: string;
1947
- ToTime: string;
1948
- IncludeRawStats: boolean;
1949
- }
1950
- interface QuerySummaryStats {
1951
- Endpoint: string;
1952
- Status: string;
1953
- StartTime: string;
1954
- EndTime: string;
1955
- CountTotal: int;
1956
- CountFailed: int;
1957
- AverageSlavesReplyLen: int;
1958
- AverageBytesOut: long;
1959
- SizeAvgPeakMemory: long;
1960
- TimeAvgTotalExecuteMinutes: long;
1961
- TimeMinTotalExecuteMinutes: long;
1962
- TimeMaxTotalExecuteMinutes: long;
1963
- Percentile97: long;
1964
- Percentile97Estimate: boolean;
1965
- }
1966
- interface StatsList {
1967
- QuerySummaryStats: QuerySummaryStats[];
1968
- }
1969
- interface EndpointQueryStats {
1970
- Endpoint: string;
1971
- Status: string;
1972
- QueryStatsList: QueryStatsList;
1973
- }
1974
- interface QueryStatsList {
1975
- EndpointQueryStats: EndpointQueryStats[];
1976
- }
1977
- interface WUQueryGetSummaryStatsResponse {
1978
- Exceptions: Exceptions;
1979
- StatsList: {
1980
- QuerySummaryStats: QuerySummaryStats[];
1981
- };
1982
- QueryStatsList: {
1983
- EndpointQueryStats: EndpointQueryStats[];
1984
- };
1985
- }
1986
- interface WUQuerysetAliasAction {
1987
- Action: QuerySetAliasActionTypes;
1988
- QuerySetName: string;
1989
- Aliases: Aliases;
1990
- }
1991
- interface WUQuerySetAliasActionResponse {
1992
- Exceptions: Exceptions;
1993
- Action: QuerySetAliasActionTypes;
1994
- QuerySetName: string;
1995
- Results: Results;
1996
- }
1997
- interface WUQuerysetCopyQuery {
1998
- Source: string;
1999
- Target: string;
2000
- Cluster: string;
2001
- DaliServer: string;
2002
- Activate: int;
2003
- Overwrite: boolean;
2004
- DontCopyFiles: boolean;
2005
- Wait: int;
2006
- NoReload: boolean;
2007
- memoryLimit: string;
2008
- TimeLimit: nonNegativeInteger;
2009
- WarnTimeLimit: nonNegativeInteger;
2010
- priority: string;
2011
- Comment: string;
2012
- SourceProcess: string;
2013
- DestName: string;
2014
- AllowForeignFiles: boolean;
2015
- UpdateSuperFiles: boolean;
2016
- UpdateCloneFrom: boolean;
2017
- AppendCluster: boolean;
2018
- IncludeFileErrors: boolean;
2019
- SourceSSL: boolean;
2020
- DfuCopyFiles: boolean;
2021
- DfuQueue: string;
2022
- DfuWait: nonNegativeInteger;
2023
- DfuOverwrite: boolean;
2024
- OnlyCopyFiles: boolean;
2025
- StopIfFilesCopied: boolean;
2026
- }
2027
- interface WUQuerySetCopyQueryResponse {
2028
- Exceptions: Exceptions;
2029
- QueryId: string;
2030
- FileErrors: FileErrors;
2031
- DfuPublisherWuid: string;
2032
- DfuPublisherState: string;
2033
- }
2034
- interface WUQuerysetDetails {
2035
- QuerySetName: string;
2036
- Filter: string;
2037
- ClusterName: string;
2038
- FilterType: WUQuerySetFilterType;
2039
- CheckAllNodes: boolean;
2040
- }
2041
- interface QuerysetAliases {
2042
- QuerySetAlias: QuerySetAlias[];
2043
- }
2044
- interface ClusterNames {
2045
- Item: string[];
2046
- }
2047
- interface WUQuerySetDetailsResponse {
2048
- Exceptions: Exceptions;
2049
- QuerySetName: string;
2050
- QuerysetQueries: QuerysetQueries;
2051
- QuerysetAliases: {
2052
- QuerySetAlias: QuerySetAlias[];
2053
- };
2054
- ClusterName: string;
2055
- Filter: string;
2056
- FilterType: WUQuerySetFilterType;
2057
- ClusterNames: {
2058
- Item: string[];
2059
- };
2060
- }
2061
- interface WUQuerysetExport {
2062
- Target: string;
2063
- Compress: boolean;
2064
- ActiveOnly: boolean;
2065
- Protect: boolean;
2066
- }
2067
- interface WUQuerysetExportResponse {
2068
- Exceptions: Exceptions;
2069
- Target: string;
2070
- Compressed: boolean;
2071
- Data: base64Binary;
2072
- }
2073
- interface WUQuerysetImport {
2074
- Target: string;
2075
- QueryMask: string;
2076
- Replace: boolean;
2077
- ActiveOnly: boolean;
2078
- Activation: QuerysetImportActivation;
2079
- Compressed: boolean;
2080
- Data: base64Binary;
2081
- AllowForeignFiles: boolean;
2082
- DfsServer: string;
2083
- CopyFiles: boolean;
2084
- OverwriteDfs: boolean;
2085
- SourceProcess: string;
2086
- UpdateSuperFiles: boolean;
2087
- UpdateCloneFrom: boolean;
2088
- AppendCluster: boolean;
2089
- IncludeFileErrors: boolean;
2090
- DfuCopyFiles: boolean;
2091
- DfuQueue: string;
2092
- DfuWait: nonNegativeInteger;
2093
- DfuOverwrite: boolean;
2094
- OnlyCopyFiles: boolean;
2095
- StopIfFilesCopied: boolean;
2096
- }
2097
- interface ImportedQueries {
2098
- QueryId: string[];
2099
- }
2100
- interface MissingWuids {
2101
- QueryId: string[];
2102
- }
2103
- interface WUQuerysetImportResponse {
2104
- Exceptions: Exceptions;
2105
- Target: string;
2106
- ClearedExisting: boolean;
2107
- Success: boolean;
2108
- ImportedQueries: {
2109
- QueryId: string[];
2110
- };
2111
- ExistingQueries: ExistingQueries;
2112
- MissingWuids: {
2113
- QueryId: string[];
2114
- };
2115
- FileErrors: FileErrors;
2116
- DfuPublisherWuid: string;
2117
- DfuPublisherState: string;
2118
- }
2119
- interface WUQuerysetQueryAction {
2120
- Action: QuerySetQueryActionTypes;
2121
- QuerySetName: string;
2122
- Queries: Queries;
2123
- }
2124
- interface WUQuerySetQueryActionResponse {
2125
- Exceptions: Exceptions;
2126
- Action: QuerySetQueryActionTypes;
2127
- QuerySetName: string;
2128
- Results: Results;
2129
- }
2130
- interface WUQuerysets {
2131
- test: boolean;
2132
- }
2133
- interface WUQuerysetsResponse {
2134
- Exceptions: Exceptions;
2135
- Querysets: Querysets;
2136
- }
2137
- interface WURecreateQuery {
2138
- Target: string;
2139
- QueryId: string;
2140
- DebugValues: DebugValues;
2141
- DestTarget: string;
2142
- Republish: boolean;
2143
- Activate: WUQueryActivationMode;
2144
- NoReload: boolean;
2145
- MemoryLimit: string;
2146
- TimeLimit: nonNegativeInteger;
2147
- WarnTimeLimit: nonNegativeInteger;
2148
- Priority: string;
2149
- Comment: string;
2150
- RemoteDali: string;
2151
- DontCopyFiles: boolean;
2152
- SourceProcess: string;
2153
- AllowForeignFiles: boolean;
2154
- UpdateDfs: boolean;
2155
- UpdateSuperFiles: boolean;
2156
- UpdateCloneFrom: boolean;
2157
- AppendCluster: boolean;
2158
- IncludeFileErrors: boolean;
2159
- Wait: int;
2160
- DfuCopyFiles: boolean;
2161
- DfuQueue: string;
2162
- DfuWait: nonNegativeInteger;
2163
- DfuOverwrite: boolean;
2164
- OnlyCopyFiles: boolean;
2165
- StopIfFilesCopied: boolean;
2166
- }
2167
- interface WURecreateQueryResponse {
2168
- Exceptions: Exceptions;
2169
- Wuid: string;
2170
- QuerySet: string;
2171
- QueryName: string;
2172
- QueryId: string;
2173
- MemoryLimit: string;
2174
- TimeLimit: nonNegativeInteger;
2175
- WarnTimeLimit: nonNegativeInteger;
2176
- Priority: string;
2177
- Comment: string;
2178
- ReloadFailed: boolean;
2179
- Suspended: boolean;
2180
- ErrorMessage: string;
2181
- FileErrors: FileErrors;
2182
- DfuPublisherWuid: string;
2183
- DfuPublisherState: string;
2184
- }
2185
- interface WUResubmit {
2186
- Wuids: Wuids;
2187
- BlockTillFinishTimer: int;
2188
- ResetWorkflow: boolean;
2189
- CloneWorkunit: boolean;
2190
- }
2191
- interface WU {
2192
- WUID: string;
2193
- ParentWUID: string;
2194
- }
2195
- interface WUs {
2196
- WU: WU[];
2197
- }
2198
- interface WUResubmitResponse {
2199
- Exceptions: Exceptions;
2200
- WUs: {
2201
- WU: WU[];
2202
- };
2203
- }
2204
- interface NamedValue {
2205
- Name: string;
2206
- Value: string;
2207
- }
2208
- interface FilterBy {
2209
- NamedValue: NamedValue[];
2210
- }
2211
- interface WUResult {
2212
- Wuid: string;
2213
- Sequence: int;
2214
- ResultName: string;
2215
- LogicalName: string;
2216
- Cluster: string;
2217
- SuppressXmlSchema: boolean;
2218
- BypassCachedResult: boolean;
2219
- FilterBy: {
2220
- NamedValue: NamedValue[];
2221
- };
2222
- Start: long;
2223
- Count: int;
2224
- }
2225
- interface WUResultResponse {
2226
- Exceptions: Exceptions;
2227
- Wuid: string;
2228
- Sequence: int;
2229
- LogicalName: string;
2230
- Cluster: string;
2231
- Name: string;
2232
- Start: long;
2233
- Requested: int;
2234
- Count: int;
2235
- Total: long;
2236
- Result: string;
2237
- }
2238
- interface WUResultBin {
2239
- LogicalName: string;
2240
- Wuid: string;
2241
- ResultName: string;
2242
- Sequence: int;
2243
- Format: string;
2244
- Cluster: string;
2245
- FilterBy: FilterBy;
2246
- Start: long;
2247
- Count: int;
2248
- }
2249
- interface WUResultBinResponse {
2250
- Exceptions: Exceptions;
2251
- Wuid: string;
2252
- Sequence: int;
2253
- Name: string;
2254
- Start: long;
2255
- Count: int;
2256
- Requested: int;
2257
- Total: long;
2258
- Result: base64Binary;
2259
- Format: string;
2260
- }
2261
- interface WUResultSummary {
2262
- Wuid: string;
2263
- Sequence: int;
2264
- }
2265
- interface Result {
2266
- Name: string;
2267
- Sequence: int;
2268
- Value: string;
2269
- Link: string;
2270
- FileName: string;
2271
- IsSupplied: boolean;
2272
- ShowFileContent: boolean;
2273
- Total: long;
2274
- ECLSchemas: ECLSchemas;
2275
- XmlSchema: string;
2276
- }
2277
- interface WUResultSummaryResponse {
2278
- Exceptions: Exceptions;
2279
- Wuid: string;
2280
- Sequence: int;
2281
- Format: int;
2282
- Result: {
2283
- Name: string;
2284
- Sequence: int;
2285
- Value: string;
2286
- Link: string;
2287
- FileName: string;
2288
- IsSupplied: boolean;
2289
- ShowFileContent: boolean;
2290
- Total: long;
2291
- ECLSchemas: ECLSchemas;
2292
- XmlSchema: string;
2293
- };
2294
- }
2295
- interface WUResultView {
2296
- Wuid: string;
2297
- ViewName: string;
2298
- Sequence: int;
2299
- ResultName: string;
2300
- }
2301
- interface WUResultViewResponse {
2302
- Exceptions: Exceptions;
2303
- Wuid: string;
2304
- ViewName: string;
2305
- Result: string;
2306
- }
2307
- interface WURun {
2308
- QuerySet: string;
2309
- Query: string;
2310
- Wuid: string;
2311
- CloneWorkunit: boolean;
2312
- Cluster: string;
2313
- Wait: int;
2314
- Input: string;
2315
- NoRootTag: boolean;
2316
- DebugValues: DebugValues;
2317
- Variables: Variables;
2318
- ApplicationValues: ApplicationValues;
2319
- ExceptionSeverity: WUExceptionSeverity;
2320
- }
2321
- interface WURunResponse {
2322
- Exceptions: Exceptions;
2323
- Wuid: string;
2324
- State: string;
2325
- Results: string;
2326
- }
2327
- interface WUSchedule {
2328
- Wuid: string;
2329
- Cluster: string;
2330
- Queue: string;
2331
- Snapshot: string;
2332
- When: dateTime;
2333
- MaxRunTime: int;
2334
- }
2335
- interface WUScheduleResponse {
2336
- Exceptions: Exceptions;
2337
- }
2338
- interface WUShowScheduled {
2339
- Cluster: string;
2340
- EventName: string;
2341
- PushEventName: string;
2342
- PushEventText: string;
2343
- State: string;
2344
- JobName: string;
2345
- Owner: string;
2346
- EventText: string;
2347
- }
2348
- interface WUShowScheduledResponse {
2349
- Exceptions: Exceptions;
2350
- ClusterSelected: int;
2351
- EventName: string;
2352
- PushEventName: string;
2353
- PushEventText: string;
2354
- Query: string;
2355
- Clusters: Clusters;
2356
- Workunits: Workunits;
2357
- }
2358
- interface WUSubmit {
2359
- Wuid: string;
2360
- Cluster: string;
2361
- Queue: string;
2362
- Snapshot: string;
2363
- MaxRunTime: int;
2364
- MaxCost: int;
2365
- BlockTillFinishTimer: int;
2366
- SyntaxCheck: boolean;
2367
- NotifyCluster: boolean;
2368
- }
2369
- interface WUSubmitResponse {
2370
- Exceptions: Exceptions;
2371
- }
2372
- interface WUSyntaxCheckECL {
2373
- ECL: string;
2374
- ModuleName: string;
2375
- AttributeName: string;
2376
- Queue: string;
2377
- Cluster: string;
2378
- Snapshot: string;
2379
- TimeToWait: int;
2380
- PersistWorkunit: boolean;
2381
- DebugValues: DebugValues;
2382
- }
2383
- interface WUSyntaxCheckResponse {
2384
- Exceptions: Exceptions;
2385
- Errors: Errors;
2386
- Message: string;
2387
- }
2388
- interface WUUpdate {
2389
- Wuid: string;
2390
- State: int;
2391
- StateOrig: int;
2392
- Jobname: string;
2393
- JobnameOrig: string;
2394
- QueryText: string;
2395
- Action: int;
2396
- Description: string;
2397
- DescriptionOrig: string;
2398
- AddDrilldownFields: boolean;
2399
- ResultLimit: int;
2400
- Protected: boolean;
2401
- ProtectedOrig: boolean;
2402
- PriorityClass: int;
2403
- PriorityLevel: int;
2404
- Scope: string;
2405
- ScopeOrig: string;
2406
- ClusterSelection: string;
2407
- ClusterOrig: string;
2408
- XmlParams: string;
2409
- ThorSlaveIP: string;
2410
- QueryMainDefinition: string;
2411
- DebugValues: DebugValues;
2412
- ApplicationValues: ApplicationValues;
2413
- }
2414
- interface WUUpdateQueryEntry {
2415
- QuerySet: string;
2416
- QueryId: string;
2417
- Comment: string;
2418
- }
2419
- interface WUUpdateQueryEntryResponse {
2420
- Exceptions: Exceptions;
2421
- }
2422
- interface WUWaitCompiled {
2423
- Wuid: string;
2424
- Wait: int;
2425
- ReturnOnWait: boolean;
2426
- }
2427
- interface WUWaitResponse {
2428
- Exceptions: Exceptions;
2429
- StateID: int;
2430
- }
2431
- interface WUWaitComplete {
2432
- Wuid: string;
2433
- Wait: int;
2434
- ReturnOnWait: boolean;
2435
- }
2436
- }
2437
- export declare class WorkunitsServiceBase extends Service {
2438
- constructor(optsConnection: IOptions | IConnection);
2439
- GVCAjaxGraph(request: WsWorkunits.GVCAjaxGraph): Promise<WsWorkunits.GVCAjaxGraphResponse>;
2440
- Ping(request: WsWorkunits.Ping): Promise<WsWorkunits.WsWorkunitsPingResponse>;
2441
- WUAbort(request: WsWorkunits.WUAbort): Promise<WsWorkunits.WUAbortResponse>;
2442
- WUAction(request: WsWorkunits.WUAction): Promise<WsWorkunits.WUActionResponse>;
2443
- WUAddLocalFileToWorkunit(request: WsWorkunits.WUAddLocalFileToWorkunit): Promise<WsWorkunits.WUAddLocalFileToWorkunitResponse>;
2444
- WUAnalyseHotspot(request: WsWorkunits.WUAnalyseHotspot): Promise<WsWorkunits.WUAnalyseHotspotResponse>;
2445
- WUCDebug(request: WsWorkunits.WUCDebug): Promise<WsWorkunits.WUDebugResponse>;
2446
- WUCheckFeatures(request: WsWorkunits.WUCheckFeatures): Promise<WsWorkunits.WUCheckFeaturesResponse>;
2447
- WUClusterJobQueueLOG(request: WsWorkunits.WUClusterJobQueueLOG): Promise<WsWorkunits.WUClusterJobQueueLOGResponse>;
2448
- WUClusterJobQueueXLS(request: WsWorkunits.WUClusterJobQueueXLS): Promise<WsWorkunits.WUClusterJobQueueXLSResponse>;
2449
- WUClusterJobSummaryXLS(request: WsWorkunits.WUClusterJobSummaryXLS): Promise<WsWorkunits.WUClusterJobSummaryXLSResponse>;
2450
- WUClusterJobXLS(request: WsWorkunits.WUClusterJobXLS): Promise<WsWorkunits.WUClusterJobXLSResponse>;
2451
- WUCompileECL(request: WsWorkunits.WUCompileECL): Promise<WsWorkunits.WUCompileECLResponse>;
2452
- WUCopyLogicalFiles(request: WsWorkunits.WUCopyLogicalFiles): Promise<WsWorkunits.WUCopyLogicalFilesResponse>;
2453
- WUCopyQuerySet(request: WsWorkunits.WUCopyQuerySet): Promise<WsWorkunits.WUCopyQuerySetResponse>;
2454
- WUCreate(request: WsWorkunits.WUCreate): Promise<WsWorkunits.WUCreateResponse>;
2455
- WUCreateAndUpdate(request: WsWorkunits.WUCreateAndUpdate): Promise<WsWorkunits.WUUpdateResponse>;
2456
- WUCreateZAPInfo(request: WsWorkunits.WUCreateZAPInfo): Promise<WsWorkunits.WUCreateZAPInfoResponse>;
2457
- WUDelete(request: WsWorkunits.WUDelete): Promise<WsWorkunits.WUDeleteResponse>;
2458
- WUDeployWorkunit(request: WsWorkunits.WUDeployWorkunit): Promise<WsWorkunits.WUDeployWorkunitResponse>;
2459
- WUDetails(request: WsWorkunits.WUDetails): Promise<WsWorkunits.WUDetailsResponse>;
2460
- WUDetailsMeta(request: WsWorkunits.WUDetailsMeta): Promise<WsWorkunits.WUDetailsMetaResponse>;
2461
- WUEclDefinitionAction(request: WsWorkunits.WUEclDefinitionAction): Promise<WsWorkunits.WUEclDefinitionActionResponse>;
2462
- WUExport(request: WsWorkunits.WUExport): Promise<WsWorkunits.WUExportResponse>;
2463
- WUFile(request: WsWorkunits.WUFile): Promise<WsWorkunits.WULogFileResponse>;
2464
- WUFullResult(request: WsWorkunits.WUFullResult): Promise<WsWorkunits.WUFullResultResponse>;
2465
- WUGVCGraphInfo(request: WsWorkunits.WUGVCGraphInfo): Promise<WsWorkunits.WUGVCGraphInfoResponse>;
2466
- WUGetArchiveFile(request: WsWorkunits.WUGetArchiveFile): Promise<WsWorkunits.WUGetArchiveFileResponse>;
2467
- WUGetDependancyTrees(request: WsWorkunits.WUGetDependancyTrees): Promise<WsWorkunits.WUGetDependancyTreesResponse>;
2468
- WUGetGraph(request: WsWorkunits.WUGetGraph): Promise<WsWorkunits.WUGetGraphResponse>;
2469
- WUGetGraphNameAndTypes(request: WsWorkunits.WUGetGraphNameAndTypes): Promise<WsWorkunits.WUGetGraphNameAndTypesResponse>;
2470
- WUGetNumFileToCopy(request: WsWorkunits.WUGetNumFileToCopy): Promise<WsWorkunits.WUGetNumFileToCopyResponse>;
2471
- WUGetPlugins(request: WsWorkunits.WUGetPlugins): Promise<WsWorkunits.WUGetPluginsResponse>;
2472
- WUGetStats(request: WsWorkunits.WUGetStats): Promise<WsWorkunits.WUGetStatsResponse>;
2473
- WUGetThorJobList(request: WsWorkunits.WUGetThorJobList): Promise<WsWorkunits.WUGetThorJobListResponse>;
2474
- WUGetThorJobQueue(request: WsWorkunits.WUGetThorJobQueue): Promise<WsWorkunits.WUGetThorJobQueueResponse>;
2475
- WUGetZAPInfo(request: WsWorkunits.WUGetZAPInfo): Promise<WsWorkunits.WUGetZAPInfoResponse>;
2476
- WUGraphInfo(request: WsWorkunits.WUGraphInfo): Promise<WsWorkunits.WUGraphInfoResponse>;
2477
- WUGraphTiming(request: WsWorkunits.WUGraphTiming): Promise<WsWorkunits.WUGraphTimingResponse>;
2478
- WUInfo(request: WsWorkunits.WUInfo): Promise<WsWorkunits.WUInfoResponse>;
2479
- WUInfoDetails(request: WsWorkunits.WUInfoDetails): Promise<WsWorkunits.WUInfoResponse>;
2480
- WUJobList(request: WsWorkunits.WUJobList): Promise<WsWorkunits.WUJobListResponse>;
2481
- WULightWeightQuery(request: WsWorkunits.WULightWeightQuery): Promise<WsWorkunits.WULightWeightQueryResponse>;
2482
- WUListArchiveFiles(request: WsWorkunits.WUListArchiveFiles): Promise<WsWorkunits.WUListArchiveFilesResponse>;
2483
- WUListLocalFileRequired(request: WsWorkunits.WUListLocalFileRequired): Promise<WsWorkunits.WUListLocalFileRequiredResponse>;
2484
- WUListQueries(request: WsWorkunits.WUListQueries): Promise<WsWorkunits.WUListQueriesResponse>;
2485
- WUListQueriesUsingFile(request: WsWorkunits.WUListQueriesUsingFile): Promise<WsWorkunits.WUListQueriesUsingFileResponse>;
2486
- WUMultiQuerysetDetails(request: WsWorkunits.WUMultiQuerysetDetails): Promise<WsWorkunits.WUMultiQuerySetDetailsResponse>;
2487
- WUProcessGraph(request: WsWorkunits.WUProcessGraph): Promise<WsWorkunits.WUProcessGraphResponse>;
2488
- WUProtect(request: WsWorkunits.WUProtect): Promise<WsWorkunits.WUProtectResponse>;
2489
- WUPublishWorkunit(request: WsWorkunits.WUPublishWorkunit): Promise<WsWorkunits.WUPublishWorkunitResponse>;
2490
- WUPushEvent(request: WsWorkunits.WUPushEvent): Promise<WsWorkunits.WUPushEventResponse>;
2491
- WUQuery(request: WsWorkunits.WUQuery): Promise<WsWorkunits.WUQueryResponse>;
2492
- WUQueryConfig(request: WsWorkunits.WUQueryConfig): Promise<WsWorkunits.WUQueryConfigResponse>;
2493
- WUQueryDetails(request: WsWorkunits.WUQueryDetails): Promise<WsWorkunits.WUQueryDetailsResponse>;
2494
- WUQueryDetailsLightWeight(request: WsWorkunits.WUQueryDetailsLightWeight): Promise<WsWorkunits.WUQueryDetailsResponse>;
2495
- WUQueryFiles(request: WsWorkunits.WUQueryFiles): Promise<WsWorkunits.WUQueryFilesResponse>;
2496
- WUQueryGetGraph(request: WsWorkunits.WUQueryGetGraph): Promise<WsWorkunits.WUQueryGetGraphResponse>;
2497
- WUQueryGetSummaryStats(request: WsWorkunits.WUQueryGetSummaryStats): Promise<WsWorkunits.WUQueryGetSummaryStatsResponse>;
2498
- WUQuerysetAliasAction(request: WsWorkunits.WUQuerysetAliasAction): Promise<WsWorkunits.WUQuerySetAliasActionResponse>;
2499
- WUQuerysetCopyQuery(request: WsWorkunits.WUQuerysetCopyQuery): Promise<WsWorkunits.WUQuerySetCopyQueryResponse>;
2500
- WUQuerysetDetails(request: WsWorkunits.WUQuerysetDetails): Promise<WsWorkunits.WUQuerySetDetailsResponse>;
2501
- WUQuerysetExport(request: WsWorkunits.WUQuerysetExport): Promise<WsWorkunits.WUQuerysetExportResponse>;
2502
- WUQuerysetImport(request: WsWorkunits.WUQuerysetImport): Promise<WsWorkunits.WUQuerysetImportResponse>;
2503
- WUQuerysetQueryAction(request: WsWorkunits.WUQuerysetQueryAction): Promise<WsWorkunits.WUQuerySetQueryActionResponse>;
2504
- WUQuerysets(request: WsWorkunits.WUQuerysets): Promise<WsWorkunits.WUQuerysetsResponse>;
2505
- WURecreateQuery(request: WsWorkunits.WURecreateQuery): Promise<WsWorkunits.WURecreateQueryResponse>;
2506
- WUResubmit(request: WsWorkunits.WUResubmit): Promise<WsWorkunits.WUResubmitResponse>;
2507
- WUResult(request: WsWorkunits.WUResult): Promise<WsWorkunits.WUResultResponse>;
2508
- WUResultBin(request: WsWorkunits.WUResultBin): Promise<WsWorkunits.WUResultBinResponse>;
2509
- WUResultSummary(request: WsWorkunits.WUResultSummary): Promise<WsWorkunits.WUResultSummaryResponse>;
2510
- WUResultView(request: WsWorkunits.WUResultView): Promise<WsWorkunits.WUResultViewResponse>;
2511
- WURun(request: WsWorkunits.WURun): Promise<WsWorkunits.WURunResponse>;
2512
- WUSchedule(request: WsWorkunits.WUSchedule): Promise<WsWorkunits.WUScheduleResponse>;
2513
- WUShowScheduled(request: WsWorkunits.WUShowScheduled): Promise<WsWorkunits.WUShowScheduledResponse>;
2514
- WUSubmit(request: WsWorkunits.WUSubmit): Promise<WsWorkunits.WUSubmitResponse>;
2515
- WUSyntaxCheckECL(request: WsWorkunits.WUSyntaxCheckECL): Promise<WsWorkunits.WUSyntaxCheckResponse>;
2516
- WUUpdate(request: WsWorkunits.WUUpdate): Promise<WsWorkunits.WUUpdateResponse>;
2517
- WUUpdateQueryEntry(request: WsWorkunits.WUUpdateQueryEntry): Promise<WsWorkunits.WUUpdateQueryEntryResponse>;
2518
- WUWaitCompiled(request: WsWorkunits.WUWaitCompiled): Promise<WsWorkunits.WUWaitResponse>;
2519
- WUWaitComplete(request: WsWorkunits.WUWaitComplete): Promise<WsWorkunits.WUWaitResponse>;
2520
- }
2521
- //# sourceMappingURL=WsWorkunits.d.ts.map