@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,2520 +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
- }
493
- interface Helpers {
494
- ECLHelpFile: ECLHelpFile[];
495
- }
496
- interface ECLGraph {
497
- Name: string;
498
- Label: string;
499
- Type: string;
500
- Running: boolean;
501
- Complete: boolean;
502
- Failed: boolean;
503
- RunningId: long;
504
- WhenStarted: string;
505
- WhenFinished: string;
506
- }
507
- interface Graphs {
508
- ECLGraph: ECLGraph[];
509
- }
510
- interface ECLSourceFiles {
511
- ECLSourceFile: ECLSourceFile[];
512
- }
513
- interface ECLSourceFile {
514
- FileCluster: string;
515
- Name: string;
516
- IsSuperFile: boolean;
517
- Subs: int;
518
- Count: int;
519
- ECLSourceFiles: {
520
- ECLSourceFile: ECLSourceFile[];
521
- };
522
- }
523
- interface SourceFiles {
524
- ECLSourceFile: ECLSourceFile[];
525
- }
526
- interface ECLSchemaItem {
527
- ColumnName: string;
528
- ColumnType: string;
529
- ColumnTypeCode: int;
530
- isConditional: boolean;
531
- }
532
- interface ECLSchemas {
533
- ECLSchemaItem: ECLSchemaItem[];
534
- }
535
- interface ECLResult {
536
- Name: string;
537
- Sequence: int;
538
- Value: string;
539
- Link: string;
540
- FileName: string;
541
- IsSupplied: boolean;
542
- ShowFileContent: boolean;
543
- Total: long;
544
- ECLSchemas: {
545
- ECLSchemaItem: ECLSchemaItem[];
546
- };
547
- XmlSchema: string;
548
- }
549
- interface Results {
550
- ECLResult: ECLResult[];
551
- }
552
- interface Variables {
553
- ECLResult: ECLResult[];
554
- }
555
- interface ECLTimer {
556
- Name: string;
557
- Value: string;
558
- count: int;
559
- GraphName: string;
560
- SubGraphId: int;
561
- Timestamp: long;
562
- When: string;
563
- }
564
- interface Timers {
565
- ECLTimer: ECLTimer[];
566
- }
567
- interface DebugValue {
568
- Name: string;
569
- Value: string;
570
- }
571
- interface DebugValues {
572
- DebugValue: DebugValue[];
573
- }
574
- interface ApplicationValue {
575
- Application: string;
576
- Name: string;
577
- Value: string;
578
- }
579
- interface ApplicationValues {
580
- ApplicationValue: ApplicationValue[];
581
- }
582
- interface ECLWorkflow {
583
- WFID: string;
584
- EventName: string;
585
- EventText: string;
586
- Count: int;
587
- CountRemaining: int;
588
- }
589
- interface Workflows {
590
- ECLWorkflow: ECLWorkflow[];
591
- }
592
- interface ECLTimingData {
593
- Name: string;
594
- GraphNum: int;
595
- SubGraphNum: int;
596
- GID: int;
597
- Min: int;
598
- MS: int;
599
- }
600
- interface TimingData {
601
- ECLTimingData: ECLTimingData[];
602
- }
603
- interface AllowedClusters {
604
- AllowedCluster: string[];
605
- }
606
- interface ThorLogInfo {
607
- ProcessName: string;
608
- ClusterGroup: string;
609
- LogDate: string;
610
- NumberSlaves: int;
611
- }
612
- interface ThorLogList {
613
- ThorLogInfo: ThorLogInfo[];
614
- }
615
- interface ResourceURLs {
616
- URL: string[];
617
- }
618
- interface ServiceNames {
619
- Item: string[];
620
- }
621
- interface Workunit {
622
- Wuid: string;
623
- Owner: string;
624
- Cluster: string;
625
- RoxieCluster: string;
626
- Jobname: string;
627
- Queue: string;
628
- StateID: int;
629
- State: string;
630
- StateEx: string;
631
- Description: string;
632
- Protected: boolean;
633
- Active: boolean;
634
- Action: int;
635
- ActionEx: string;
636
- DateTimeScheduled: dateTime;
637
- PriorityClass: int;
638
- PriorityLevel: int;
639
- Scope: string;
640
- Snapshot: string;
641
- ResultLimit: int;
642
- Archived: boolean;
643
- IsPausing: boolean;
644
- ThorLCR: boolean;
645
- EventSchedule: int;
646
- TotalClusterTime: string;
647
- AbortBy: string;
648
- AbortTime: string;
649
- Query: {
650
- Text: string;
651
- Cpp: string;
652
- ResTxt: string;
653
- Dll: string;
654
- ThorLog: string;
655
- QueryMainDefinition: string;
656
- };
657
- Helpers: {
658
- ECLHelpFile: ECLHelpFile[];
659
- };
660
- Exceptions: Exceptions;
661
- Graphs: {
662
- ECLGraph: ECLGraph[];
663
- };
664
- SourceFiles: {
665
- ECLSourceFile: ECLSourceFile[];
666
- };
667
- Results: {
668
- ECLResult: ECLResult[];
669
- };
670
- Variables: {
671
- ECLResult: ECLResult[];
672
- };
673
- Timers: {
674
- ECLTimer: ECLTimer[];
675
- };
676
- DebugValues: {
677
- DebugValue: DebugValue[];
678
- };
679
- ApplicationValues: {
680
- ApplicationValue: ApplicationValue[];
681
- };
682
- Workflows: {
683
- ECLWorkflow: ECLWorkflow[];
684
- };
685
- TimingData: {
686
- ECLTimingData: ECLTimingData[];
687
- };
688
- AllowedClusters: {
689
- AllowedCluster: string[];
690
- };
691
- ErrorCount: int;
692
- WarningCount: int;
693
- InfoCount: int;
694
- AlertCount: int;
695
- GraphCount: int;
696
- SourceFileCount: int;
697
- ResultCount: int;
698
- VariableCount: int;
699
- TimerCount: int;
700
- HasDebugValue: boolean;
701
- ApplicationValueCount: int;
702
- XmlParams: string;
703
- AccessFlag: int;
704
- ClusterFlag: int;
705
- HelpersDesc: string;
706
- GraphsDesc: string;
707
- SourceFilesDesc: string;
708
- ResultsDesc: string;
709
- VariablesDesc: string;
710
- TimersDesc: string;
711
- DebugValuesDesc: string;
712
- ApplicationValuesDesc: string;
713
- WorkflowsDesc: string;
714
- HasArchiveQuery: boolean;
715
- ThorLogList: {
716
- ThorLogInfo: ThorLogInfo[];
717
- };
718
- ResourceURLs: {
719
- URL: string[];
720
- };
721
- ResultViewCount: int;
722
- ResourceURLCount: int;
723
- DebugValueCount: int;
724
- WorkflowCount: int;
725
- HelpersCount: int;
726
- ServiceNames: {
727
- Item: string[];
728
- };
729
- ExecuteCost: double;
730
- FileAccessCost: double;
731
- CompileCost: double;
732
- NoAccess: boolean;
733
- }
734
- interface WUCreateResponse {
735
- Exceptions: Exceptions;
736
- Workunit: {
737
- Wuid: string;
738
- Owner: string;
739
- Cluster: string;
740
- RoxieCluster: string;
741
- Jobname: string;
742
- Queue: string;
743
- StateID: int;
744
- State: string;
745
- StateEx: string;
746
- Description: string;
747
- Protected: boolean;
748
- Active: boolean;
749
- Action: int;
750
- ActionEx: string;
751
- DateTimeScheduled: dateTime;
752
- PriorityClass: int;
753
- PriorityLevel: int;
754
- Scope: string;
755
- Snapshot: string;
756
- ResultLimit: int;
757
- Archived: boolean;
758
- IsPausing: boolean;
759
- ThorLCR: boolean;
760
- EventSchedule: int;
761
- TotalClusterTime: string;
762
- AbortBy: string;
763
- AbortTime: string;
764
- Query: {
765
- Text: string;
766
- Cpp: string;
767
- ResTxt: string;
768
- Dll: string;
769
- ThorLog: string;
770
- QueryMainDefinition: string;
771
- };
772
- Helpers: {
773
- ECLHelpFile: ECLHelpFile[];
774
- };
775
- Exceptions: Exceptions;
776
- Graphs: {
777
- ECLGraph: ECLGraph[];
778
- };
779
- SourceFiles: {
780
- ECLSourceFile: ECLSourceFile[];
781
- };
782
- Results: {
783
- ECLResult: ECLResult[];
784
- };
785
- Variables: {
786
- ECLResult: ECLResult[];
787
- };
788
- Timers: {
789
- ECLTimer: ECLTimer[];
790
- };
791
- DebugValues: {
792
- DebugValue: DebugValue[];
793
- };
794
- ApplicationValues: {
795
- ApplicationValue: ApplicationValue[];
796
- };
797
- Workflows: {
798
- ECLWorkflow: ECLWorkflow[];
799
- };
800
- TimingData: {
801
- ECLTimingData: ECLTimingData[];
802
- };
803
- AllowedClusters: {
804
- AllowedCluster: string[];
805
- };
806
- ErrorCount: int;
807
- WarningCount: int;
808
- InfoCount: int;
809
- AlertCount: int;
810
- GraphCount: int;
811
- SourceFileCount: int;
812
- ResultCount: int;
813
- VariableCount: int;
814
- TimerCount: int;
815
- HasDebugValue: boolean;
816
- ApplicationValueCount: int;
817
- XmlParams: string;
818
- AccessFlag: int;
819
- ClusterFlag: int;
820
- HelpersDesc: string;
821
- GraphsDesc: string;
822
- SourceFilesDesc: string;
823
- ResultsDesc: string;
824
- VariablesDesc: string;
825
- TimersDesc: string;
826
- DebugValuesDesc: string;
827
- ApplicationValuesDesc: string;
828
- WorkflowsDesc: string;
829
- HasArchiveQuery: boolean;
830
- ThorLogList: {
831
- ThorLogInfo: ThorLogInfo[];
832
- };
833
- ResourceURLs: {
834
- URL: string[];
835
- };
836
- ResultViewCount: int;
837
- ResourceURLCount: int;
838
- DebugValueCount: int;
839
- WorkflowCount: int;
840
- HelpersCount: int;
841
- ServiceNames: {
842
- Item: string[];
843
- };
844
- ExecuteCost: double;
845
- FileAccessCost: double;
846
- CompileCost: double;
847
- NoAccess: boolean;
848
- };
849
- }
850
- interface WUCreateAndUpdate {
851
- Wuid: string;
852
- State: int;
853
- StateOrig: int;
854
- Jobname: string;
855
- JobnameOrig: string;
856
- QueryText: string;
857
- Action: int;
858
- Description: string;
859
- DescriptionOrig: string;
860
- AddDrilldownFields: boolean;
861
- ResultLimit: int;
862
- Protected: boolean;
863
- ProtectedOrig: boolean;
864
- PriorityClass: int;
865
- PriorityLevel: int;
866
- Scope: string;
867
- ScopeOrig: string;
868
- ClusterSelection: string;
869
- ClusterOrig: string;
870
- XmlParams: string;
871
- ThorSlaveIP: string;
872
- QueryMainDefinition: string;
873
- DebugValues: DebugValues;
874
- ApplicationValues: ApplicationValues;
875
- }
876
- interface WUUpdateResponse {
877
- Exceptions: Exceptions;
878
- Workunit: Workunit;
879
- }
880
- interface WUCreateZAPInfo {
881
- Wuid: string;
882
- ESPIPAddress: string;
883
- ThorIPAddress: string;
884
- BuildVersion: string;
885
- ProblemDescription: string;
886
- WhatChanged: string;
887
- WhereSlow: string;
888
- ZAPFileName: string;
889
- IncludeThorSlaveLog: string;
890
- ZAPPassword: string;
891
- SendEmail: boolean;
892
- AttachZAPReportToEmail: boolean;
893
- EmailFrom: string;
894
- EmailSubject: string;
895
- EmailBody: string;
896
- }
897
- interface WUCreateZAPInfoResponse {
898
- Exceptions: Exceptions;
899
- thefile: base64Binary;
900
- ZAPFileName: string;
901
- }
902
- interface WUDelete {
903
- Wuids: Wuids;
904
- BlockTillFinishTimer: int;
905
- }
906
- interface WUDeleteResponse {
907
- Exceptions: Exceptions;
908
- ActionResults: ActionResults;
909
- }
910
- interface WUDeployWorkunit {
911
- Cluster: string;
912
- Name: string;
913
- Wait: int;
914
- ObjType: string;
915
- FileName: string;
916
- Object: base64Binary;
917
- ResultLimit: int;
918
- QueryMainDefinition: string;
919
- Snapshot: string;
920
- DebugValues: DebugValues;
921
- Protect: boolean;
922
- }
923
- interface WUDeployWorkunitResponse {
924
- Exceptions: Exceptions;
925
- Workunit: Workunit;
926
- }
927
- interface Scopes {
928
- Scope: string[];
929
- }
930
- interface Ids {
931
- id: string[];
932
- }
933
- interface ScopeTypes {
934
- ScopeType: string[];
935
- }
936
- interface PropertyFilter {
937
- Name: string;
938
- ExactValue: string;
939
- MinValue: string;
940
- MaxValue: string;
941
- }
942
- interface PropertyFilters {
943
- PropertyFilter: PropertyFilter[];
944
- }
945
- interface ScopeFilter {
946
- MaxDepth: integer;
947
- Scopes: {
948
- Scope: string[];
949
- };
950
- Ids: {
951
- id: string[];
952
- };
953
- ScopeTypes: {
954
- ScopeType: string[];
955
- };
956
- PropertyFilters: {
957
- PropertyFilter: PropertyFilter[];
958
- };
959
- }
960
- interface NestedFilter {
961
- Depth: unsignedInt;
962
- ScopeTypes: ScopeTypes;
963
- }
964
- interface Extra {
965
- scopeType: string;
966
- Properties: Properties;
967
- }
968
- interface ExtraProperties {
969
- Extra: Extra[];
970
- }
971
- interface PropertiesToReturn {
972
- AllStatistics: boolean;
973
- AllAttributes: boolean;
974
- AllHints: boolean;
975
- AllScopes: boolean;
976
- AllProperties: boolean;
977
- AllNotes: boolean;
978
- MinVersion: string;
979
- Measure: string;
980
- Properties: Properties;
981
- ExtraProperties: {
982
- Extra: Extra[];
983
- };
984
- }
985
- interface ScopeOptions {
986
- IncludeMatchedScopesInResults: boolean;
987
- IncludeScope: boolean;
988
- IncludeId: boolean;
989
- IncludeScopeType: boolean;
990
- }
991
- interface WUDetails {
992
- WUID: string;
993
- ScopeFilter: {
994
- MaxDepth: integer;
995
- Scopes: {
996
- Scope: string[];
997
- };
998
- Ids: {
999
- id: string[];
1000
- };
1001
- ScopeTypes: {
1002
- ScopeType: string[];
1003
- };
1004
- PropertyFilters: {
1005
- PropertyFilter: PropertyFilter[];
1006
- };
1007
- };
1008
- NestedFilter: {
1009
- Depth: unsignedInt;
1010
- ScopeTypes: ScopeTypes;
1011
- };
1012
- PropertiesToReturn: {
1013
- AllStatistics: boolean;
1014
- AllAttributes: boolean;
1015
- AllHints: boolean;
1016
- AllScopes: boolean;
1017
- AllProperties: boolean;
1018
- AllNotes: boolean;
1019
- MinVersion: string;
1020
- Measure: string;
1021
- Properties: Properties;
1022
- ExtraProperties: {
1023
- Extra: Extra[];
1024
- };
1025
- };
1026
- Filter: string;
1027
- ScopeOptions: {
1028
- IncludeMatchedScopesInResults: boolean;
1029
- IncludeScope: boolean;
1030
- IncludeId: boolean;
1031
- IncludeScopeType: boolean;
1032
- };
1033
- PropertyOptions: PropertyOptions;
1034
- }
1035
- interface WUDetailsResponse {
1036
- Exceptions: Exceptions;
1037
- MaxVersion: string;
1038
- WUID: string;
1039
- Scopes: Scopes;
1040
- }
1041
- interface WUDetailsMeta {
1042
- }
1043
- interface Measures {
1044
- Measure: string[];
1045
- }
1046
- interface WUDetailsMetaResponse {
1047
- Exceptions: Exceptions;
1048
- Properties: Properties;
1049
- ScopeTypes: ScopeTypes;
1050
- Measures: {
1051
- Measure: string[];
1052
- };
1053
- Activities: Activities;
1054
- }
1055
- interface EclDefinitions {
1056
- Item: string[];
1057
- }
1058
- interface WUEclDefinitionAction {
1059
- EclDefinitions: {
1060
- Item: string[];
1061
- };
1062
- ActionType: EclDefinitionActions;
1063
- Target: string;
1064
- RemoteDali: string;
1065
- SourceProcess: string;
1066
- Priority: string;
1067
- Comment: string;
1068
- MemoryLimit: string;
1069
- DeletePrevious: boolean;
1070
- SuspendPrevious: boolean;
1071
- NoActivate: boolean;
1072
- NoReload: boolean;
1073
- DontCopyFiles: boolean;
1074
- AllowForeign: boolean;
1075
- UpdateDfs: boolean;
1076
- UpdateSuperfiles: boolean;
1077
- UpdateCloneFrom: boolean;
1078
- DontAppendCluster: boolean;
1079
- MsToWait: int;
1080
- TimeLimit: int;
1081
- WarnTimeLimit: int;
1082
- DfuCopyFiles: boolean;
1083
- DfuOverwrite: boolean;
1084
- DfuQueue: string;
1085
- OnlyCopyFiles: boolean;
1086
- StopIfFilesCopied: boolean;
1087
- }
1088
- interface WUEclDefinitionActionResponse {
1089
- Exceptions: Exceptions;
1090
- ActionResults: ActionResults;
1091
- DfuPublisherWuid: string;
1092
- DfuPublisherState: string;
1093
- }
1094
- interface WUExport {
1095
- Cluster: string;
1096
- Owner: string;
1097
- State: string;
1098
- StartDate: string;
1099
- EndDate: string;
1100
- Jobname: string;
1101
- }
1102
- interface WUExportResponse {
1103
- Exceptions: Exceptions;
1104
- ExportData: base64Binary;
1105
- }
1106
- interface LogColumns {
1107
- Item: string[];
1108
- }
1109
- interface WUFile {
1110
- Name: string;
1111
- Wuid: string;
1112
- Type: string;
1113
- Option: int;
1114
- SlaveIP: string;
1115
- IPAddress: string;
1116
- Description: string;
1117
- QuerySet: string;
1118
- Query: string;
1119
- Process: string;
1120
- ClusterGroup: string;
1121
- LogDate: string;
1122
- SlaveNumber: int;
1123
- SizeLimit: long;
1124
- ErrorMessageFormat: ErrorMessageFormat;
1125
- PlainText: string;
1126
- MaxLogRecords: unsignedInt;
1127
- LogSelectColumnMode: LogSelectColumnMode;
1128
- LogFormat: LogAccessLogFormat;
1129
- LogSearchTimeBuffSecs: unsignedInt;
1130
- LogColumns: {
1131
- Item: string[];
1132
- };
1133
- }
1134
- interface WULogFileResponse {
1135
- Exceptions: Exceptions;
1136
- Wuid: string;
1137
- QuerySet: string;
1138
- QueryName: string;
1139
- QueryId: string;
1140
- FileName: string;
1141
- DaliServer: string;
1142
- thefile: base64Binary;
1143
- }
1144
- interface WUFullResult {
1145
- Wuid: string;
1146
- NoRootTag: boolean;
1147
- ExceptionSeverity: WUExceptionSeverity;
1148
- }
1149
- interface WUFullResultResponse {
1150
- Exceptions: Exceptions;
1151
- Wuid: string;
1152
- Results: string;
1153
- }
1154
- interface WUGVCGraphInfo {
1155
- Wuid: string;
1156
- Name: string;
1157
- GID: string;
1158
- BatchWU: int;
1159
- SubgraphId: int;
1160
- }
1161
- interface WUGVCGraphInfoResponse {
1162
- Exceptions: Exceptions;
1163
- Wuid: string;
1164
- Name: string;
1165
- GID: string;
1166
- Running: boolean;
1167
- TheGraph: string;
1168
- BatchWU: int;
1169
- }
1170
- interface WUGetArchiveFile {
1171
- WUID: string;
1172
- ModuleName: string;
1173
- FileName: string;
1174
- Path: string;
1175
- }
1176
- interface WUGetArchiveFileResponse {
1177
- Exceptions: Exceptions;
1178
- File: string;
1179
- Message: string;
1180
- }
1181
- interface WUGetDependancyTrees {
1182
- Cluster: string;
1183
- Queue: string;
1184
- Snapshot: string;
1185
- Items: string;
1186
- TimeoutMilliSec: string;
1187
- }
1188
- interface WUGetDependancyTreesResponse {
1189
- Exceptions: Exceptions;
1190
- Errors: Errors;
1191
- DependancyTrees: base64Binary;
1192
- }
1193
- interface WUGetGraph {
1194
- Wuid: string;
1195
- GraphName: string;
1196
- SubGraphId: string;
1197
- }
1198
- interface WUGetGraphResponse {
1199
- Exceptions: Exceptions;
1200
- Graphs: Graphs;
1201
- }
1202
- interface WUGetGraphNameAndTypes {
1203
- Wuid: string;
1204
- Type: string;
1205
- }
1206
- interface GraphNameAndType {
1207
- Name: string;
1208
- Type: string;
1209
- }
1210
- interface GraphNameAndTypes {
1211
- GraphNameAndType: GraphNameAndType[];
1212
- }
1213
- interface WUGetGraphNameAndTypesResponse {
1214
- Exceptions: Exceptions;
1215
- GraphNameAndTypes: {
1216
- GraphNameAndType: GraphNameAndType[];
1217
- };
1218
- }
1219
- interface WUGetNumFileToCopy {
1220
- ClusterName: string;
1221
- TargetName: string;
1222
- PageSize: long;
1223
- PageStartFrom: long;
1224
- Sortby: string;
1225
- Descending: boolean;
1226
- CacheHint: long;
1227
- }
1228
- interface Endpoint {
1229
- URL: string;
1230
- Status: string;
1231
- NumQueryFileToCopy: int;
1232
- }
1233
- interface Endpoints {
1234
- Endpoint: Endpoint[];
1235
- }
1236
- interface WUGetNumFileToCopyResponse {
1237
- Exceptions: Exceptions;
1238
- Endpoints: {
1239
- Endpoint: Endpoint[];
1240
- };
1241
- CacheHint: long;
1242
- Total: long;
1243
- }
1244
- interface WUGetPlugins {
1245
- }
1246
- interface WUEclPluginsInFolder {
1247
- Path: string;
1248
- Plugins: Plugins;
1249
- }
1250
- interface Plugins {
1251
- WUEclPluginsInFolder: WUEclPluginsInFolder[];
1252
- }
1253
- interface WUGetPluginsResponse {
1254
- Exceptions: Exceptions;
1255
- Plugins: {
1256
- WUEclPluginsInFolder: WUEclPluginsInFolder[];
1257
- };
1258
- }
1259
- interface WUGetStats {
1260
- WUID: string;
1261
- CreatorType: string;
1262
- Creator: string;
1263
- ScopeType: string;
1264
- Scope: string;
1265
- Kind: string;
1266
- Measure: string;
1267
- MinScopeDepth: unsignedInt;
1268
- MaxScopeDepth: unsignedInt;
1269
- IncludeGraphs: boolean;
1270
- CreateDescriptions: boolean;
1271
- MinValue: long;
1272
- MaxValue: long;
1273
- Filter: string;
1274
- }
1275
- interface WUStatisticItem {
1276
- Creator: string;
1277
- CreatorType: string;
1278
- Scope: string;
1279
- ScopeType: string;
1280
- Description: string;
1281
- TimeStamp: string;
1282
- Measure: string;
1283
- Kind: string;
1284
- Value: string;
1285
- RawValue: long;
1286
- Count: long;
1287
- Max: long;
1288
- Wuid: string;
1289
- }
1290
- interface Statistics {
1291
- WUStatisticItem: WUStatisticItem[];
1292
- }
1293
- interface WUGetStatsResponse {
1294
- Exceptions: Exceptions;
1295
- WUID: string;
1296
- Statistics: {
1297
- WUStatisticItem: WUStatisticItem[];
1298
- };
1299
- }
1300
- interface WUGetThorJobList {
1301
- Cluster: string;
1302
- StartDate: string;
1303
- EndDate: string;
1304
- MaxJobsToReturn: unsignedInt;
1305
- }
1306
- interface ECLJob {
1307
- Wuid: string;
1308
- Graph: string;
1309
- State: string;
1310
- StartedDate: string;
1311
- FinishedDate: string;
1312
- Cluster: string;
1313
- GraphNum: string;
1314
- SubGraphNum: string;
1315
- NumOfRuns: string;
1316
- Duration: int;
1317
- }
1318
- interface JobList {
1319
- ECLJob: ECLJob[];
1320
- }
1321
- interface InProgressJobList {
1322
- ECLJob: ECLJob[];
1323
- }
1324
- interface WUGetThorJobListResponse {
1325
- Exceptions: Exceptions;
1326
- JobList: {
1327
- ECLJob: ECLJob[];
1328
- };
1329
- InProgressJobList: {
1330
- ECLJob: ECLJob[];
1331
- };
1332
- Warning: string;
1333
- }
1334
- interface WUGetThorJobQueue {
1335
- Cluster: string;
1336
- StartDate: string;
1337
- EndDate: string;
1338
- MaxJobQueueItemsToReturn: unsignedInt;
1339
- }
1340
- interface ThorQueue {
1341
- DT: string;
1342
- RunningWUs: string;
1343
- QueuedWUs: string;
1344
- WaitingThors: string;
1345
- ConnectedThors: string;
1346
- IdledThors: string;
1347
- RunningWU1: string;
1348
- RunningWU2: string;
1349
- }
1350
- interface QueueList {
1351
- ThorQueue: ThorQueue[];
1352
- }
1353
- interface WUGetThorJobQueueResponse {
1354
- Exceptions: Exceptions;
1355
- LongestQueue: int;
1356
- MaxThorConnected: int;
1357
- QueueList: {
1358
- ThorQueue: ThorQueue[];
1359
- };
1360
- Warning: string;
1361
- }
1362
- interface WUGetZAPInfo {
1363
- WUID: string;
1364
- }
1365
- interface WUGetZAPInfoResponse {
1366
- Exceptions: Exceptions;
1367
- WUID: string;
1368
- ESPIPAddress: string;
1369
- ThorIPAddress: string;
1370
- BuildVersion: string;
1371
- Archive: string;
1372
- EmailTo: string;
1373
- EmailFrom: string;
1374
- }
1375
- interface WUGraphInfo {
1376
- Wuid: string;
1377
- Name: string;
1378
- GID: string;
1379
- BatchWU: int;
1380
- }
1381
- interface WUGraphInfoResponse {
1382
- Exceptions: Exceptions;
1383
- Wuid: string;
1384
- Name: string;
1385
- GID: string;
1386
- BatchWU: int;
1387
- Running: boolean;
1388
- }
1389
- interface WUGraphTiming {
1390
- Wuid: string;
1391
- }
1392
- interface WUGraphTimingResponse {
1393
- Exceptions: Exceptions;
1394
- Workunit: Workunit;
1395
- }
1396
- interface WUInfo {
1397
- Wuid: string;
1398
- TruncateEclTo64k: boolean;
1399
- Type: string;
1400
- IncludeExceptions: boolean;
1401
- IncludeGraphs: boolean;
1402
- IncludeSourceFiles: boolean;
1403
- IncludeResults: boolean;
1404
- IncludeResultsViewNames: boolean;
1405
- IncludeVariables: boolean;
1406
- IncludeTimers: boolean;
1407
- IncludeDebugValues: boolean;
1408
- IncludeApplicationValues: boolean;
1409
- IncludeWorkflows: boolean;
1410
- IncludeXmlSchemas: boolean;
1411
- IncludeResourceURLs: boolean;
1412
- IncludeECL: boolean;
1413
- IncludeHelpers: boolean;
1414
- IncludeAllowedClusters: boolean;
1415
- IncludeTotalClusterTime: boolean;
1416
- IncludeServiceNames: boolean;
1417
- SuppressResultSchemas: boolean;
1418
- ThorSlaveIP: string;
1419
- }
1420
- interface ResultViews {
1421
- View: string[];
1422
- }
1423
- interface WUInfoResponse {
1424
- Exceptions: Exceptions;
1425
- Workunit: Workunit;
1426
- AutoRefresh: int;
1427
- CanCompile: boolean;
1428
- ThorSlaveIP: string;
1429
- ResultViews: {
1430
- View: string[];
1431
- };
1432
- SecMethod: string;
1433
- }
1434
- interface WUInfoDetails {
1435
- Wuid: string;
1436
- TruncateEclTo64k: boolean;
1437
- Type: string;
1438
- IncludeExceptions: boolean;
1439
- IncludeGraphs: boolean;
1440
- IncludeSourceFiles: boolean;
1441
- IncludeResults: boolean;
1442
- IncludeResultsViewNames: boolean;
1443
- IncludeVariables: boolean;
1444
- IncludeTimers: boolean;
1445
- IncludeDebugValues: boolean;
1446
- IncludeApplicationValues: boolean;
1447
- IncludeWorkflows: boolean;
1448
- IncludeXmlSchemas: boolean;
1449
- IncludeResourceURLs: boolean;
1450
- IncludeECL: boolean;
1451
- IncludeHelpers: boolean;
1452
- IncludeAllowedClusters: boolean;
1453
- IncludeTotalClusterTime: boolean;
1454
- IncludeServiceNames: boolean;
1455
- SuppressResultSchemas: boolean;
1456
- ThorSlaveIP: string;
1457
- }
1458
- interface WUJobList {
1459
- Cluster: string;
1460
- Process: string;
1461
- StartDate: string;
1462
- EndDate: string;
1463
- ShowAll: boolean;
1464
- BusinessStartHour: int;
1465
- BusinessEndHour: int;
1466
- }
1467
- interface Jobs {
1468
- ECLJob: ECLJob[];
1469
- }
1470
- interface WUJobListResponse {
1471
- Exceptions: Exceptions;
1472
- StartDate: string;
1473
- EndDate: string;
1474
- Jobs: {
1475
- ECLJob: ECLJob[];
1476
- };
1477
- }
1478
- interface WULightWeightQuery {
1479
- Wuid: string;
1480
- Type: string;
1481
- Cluster: string;
1482
- Owner: string;
1483
- JobName: string;
1484
- StartDate: string;
1485
- EndDate: string;
1486
- BeforeWU: string;
1487
- AfterWU: string;
1488
- State: string;
1489
- ApplicationValues: ApplicationValues;
1490
- PageStartFrom: long;
1491
- PageSize: unsignedInt;
1492
- SortBy: string;
1493
- Descending: boolean;
1494
- CacheHint: long;
1495
- }
1496
- interface ECLWorkunitLW {
1497
- Wuid: string;
1498
- Owner: string;
1499
- JobName: string;
1500
- WuScope: string;
1501
- ClusterName: string;
1502
- State: int;
1503
- StateDesc: string;
1504
- Action: int;
1505
- ActionDesc: string;
1506
- Priority: int;
1507
- PriorityDesc: string;
1508
- PriorityLevel: int;
1509
- IsProtected: boolean;
1510
- DateTimeScheduled: dateTime;
1511
- TotalClusterTime: unsignedInt;
1512
- ApplicationValues: ApplicationValues;
1513
- NoAccess: boolean;
1514
- }
1515
- interface Workunits {
1516
- ECLWorkunitLW: ECLWorkunitLW[];
1517
- }
1518
- interface WULightWeightQueryResponse {
1519
- Exceptions: Exceptions;
1520
- NumWUs: int;
1521
- CacheHint: long;
1522
- Workunits: {
1523
- ECLWorkunitLW: ECLWorkunitLW[];
1524
- };
1525
- }
1526
- interface WUListArchiveFiles {
1527
- WUID: string;
1528
- }
1529
- interface Files {
1530
- File: File[];
1531
- }
1532
- interface ArchiveModule {
1533
- Name: string;
1534
- FullName: string;
1535
- Flags: unsignedInt;
1536
- Key: string;
1537
- Plugin: string;
1538
- SourcePath: string;
1539
- Version: string;
1540
- Path: string;
1541
- ArchiveModules: ArchiveModules;
1542
- Files: {
1543
- File: File[];
1544
- };
1545
- }
1546
- interface ArchiveModules {
1547
- ArchiveModule: ArchiveModule[];
1548
- }
1549
- interface WUListArchiveFilesResponse {
1550
- Exceptions: Exceptions;
1551
- ArchiveModules: {
1552
- ArchiveModule: ArchiveModule[];
1553
- };
1554
- Files: Files;
1555
- Message: string;
1556
- }
1557
- interface WUListLocalFileRequired {
1558
- Wuid: string;
1559
- }
1560
- interface LogicalFileUpload {
1561
- Type: int;
1562
- Source: string;
1563
- Destination: string;
1564
- EventTag: string;
1565
- }
1566
- interface LocalFileUploads {
1567
- LogicalFileUpload: LogicalFileUpload[];
1568
- }
1569
- interface WUListLocalFileRequiredResponse {
1570
- Exceptions: Exceptions;
1571
- LocalFileUploads: {
1572
- LogicalFileUpload: LogicalFileUpload[];
1573
- };
1574
- }
1575
- interface WUListQueries {
1576
- QuerySetName: string;
1577
- ClusterName: string;
1578
- LibraryName: string;
1579
- MemoryLimitLow: long;
1580
- MemoryLimitHigh: long;
1581
- TimeLimitLow: nonNegativeInteger;
1582
- TimeLimitHigh: nonNegativeInteger;
1583
- WarnTimeLimitLow: nonNegativeInteger;
1584
- WarnTimeLimitHigh: nonNegativeInteger;
1585
- PriorityLow: nonNegativeInteger;
1586
- PriorityHigh: nonNegativeInteger;
1587
- Activated: boolean;
1588
- SuspendedFilter: WUQueryFilterSuspendedType;
1589
- WUID: string;
1590
- QueryID: string;
1591
- QueryName: string;
1592
- PublishedBy: string;
1593
- PageSize: nonNegativeInteger;
1594
- PageStartFrom: nonNegativeInteger;
1595
- Sortby: string;
1596
- Descending: boolean;
1597
- CacheHint: long;
1598
- FileName: string;
1599
- CheckAllNodes: boolean;
1600
- }
1601
- interface QuerySetQuery {
1602
- Id: string;
1603
- Name: string;
1604
- Wuid: string;
1605
- Dll: string;
1606
- Suspended: boolean;
1607
- Clusters: Clusters;
1608
- memoryLimit: string;
1609
- timeLimit: nonNegativeInteger;
1610
- warnTimeLimit: nonNegativeInteger;
1611
- priority: string;
1612
- Comment: string;
1613
- QuerySetId: string;
1614
- IsLibrary: boolean;
1615
- Activated: boolean;
1616
- PublishedBy: string;
1617
- snapshot: string;
1618
- PriorityID: int;
1619
- }
1620
- interface QuerysetQueries {
1621
- QuerySetQuery: QuerySetQuery[];
1622
- }
1623
- interface WUListQueriesResponse {
1624
- Exceptions: Exceptions;
1625
- NumberOfQueries: int;
1626
- CacheHint: long;
1627
- QuerysetQueries: {
1628
- QuerySetQuery: QuerySetQuery[];
1629
- };
1630
- }
1631
- interface WUListQueriesUsingFile {
1632
- Target: string;
1633
- Process: string;
1634
- FileName: string;
1635
- }
1636
- interface QueryUsingFile {
1637
- Id: string;
1638
- Package: string;
1639
- }
1640
- interface Queries {
1641
- QueryUsingFile: QueryUsingFile[];
1642
- }
1643
- interface TargetQueriesUsingFile {
1644
- Target: string;
1645
- PackageMap: string;
1646
- Queries: {
1647
- QueryUsingFile: QueryUsingFile[];
1648
- };
1649
- }
1650
- interface Targets {
1651
- TargetQueriesUsingFile: TargetQueriesUsingFile[];
1652
- }
1653
- interface WUListQueriesUsingFileResponse {
1654
- Exceptions: Exceptions;
1655
- Process: string;
1656
- FileName: string;
1657
- Targets: {
1658
- TargetQueriesUsingFile: TargetQueriesUsingFile[];
1659
- };
1660
- }
1661
- interface WUMultiQuerysetDetails {
1662
- ClusterName: string;
1663
- QuerySetName: string;
1664
- Filter: string;
1665
- FilterType: WUQuerySetFilterType;
1666
- CheckAllNodes: boolean;
1667
- }
1668
- interface QuerySetAlias {
1669
- Id: string;
1670
- Name: string;
1671
- }
1672
- interface Aliases {
1673
- QuerySetAlias: QuerySetAlias[];
1674
- }
1675
- interface WUQuerySetDetail {
1676
- QuerySetName: string;
1677
- Queries: Queries;
1678
- Aliases: {
1679
- QuerySetAlias: QuerySetAlias[];
1680
- };
1681
- }
1682
- interface Querysets {
1683
- WUQuerySetDetail: WUQuerySetDetail[];
1684
- }
1685
- interface WUMultiQuerySetDetailsResponse {
1686
- Exceptions: Exceptions;
1687
- ClusterName: string;
1688
- Querysets: {
1689
- WUQuerySetDetail: WUQuerySetDetail[];
1690
- };
1691
- }
1692
- interface WUProcessGraph {
1693
- Wuid: string;
1694
- Name: string;
1695
- }
1696
- interface WUProcessGraphResponse {
1697
- Exceptions: Exceptions;
1698
- theGraph: string;
1699
- }
1700
- interface WUProtect {
1701
- Wuids: Wuids;
1702
- Protect: boolean;
1703
- }
1704
- interface WUProtectResponse {
1705
- Exceptions: Exceptions;
1706
- ActionResults: ActionResults;
1707
- }
1708
- interface WUPublishWorkunit {
1709
- Wuid: string;
1710
- Cluster: string;
1711
- QueryName: string;
1712
- WorkUnitJobName: string;
1713
- JobName: string;
1714
- Activate: int;
1715
- NotifyCluster: boolean;
1716
- Wait: int;
1717
- NoReload: boolean;
1718
- UpdateWorkUnitName: boolean;
1719
- memoryLimit: string;
1720
- TimeLimit: nonNegativeInteger;
1721
- WarnTimeLimit: nonNegativeInteger;
1722
- Priority: string;
1723
- RemoteDali: string;
1724
- Comment: string;
1725
- DontCopyFiles: boolean;
1726
- SourceProcess: string;
1727
- AllowForeignFiles: boolean;
1728
- UpdateDfs: boolean;
1729
- UpdateSuperFiles: boolean;
1730
- UpdateCloneFrom: boolean;
1731
- AppendCluster: boolean;
1732
- IncludeFileErrors: boolean;
1733
- DfuCopyFiles: boolean;
1734
- DfuQueue: string;
1735
- DfuWait: nonNegativeInteger;
1736
- DfuOverwrite: boolean;
1737
- OnlyCopyFiles: boolean;
1738
- StopIfFilesCopied: boolean;
1739
- }
1740
- interface WUPublishWorkunitResponse {
1741
- Exceptions: Exceptions;
1742
- Wuid: string;
1743
- Result: string;
1744
- QuerySet: string;
1745
- QueryName: string;
1746
- QueryId: string;
1747
- ReloadFailed: boolean;
1748
- Suspended: boolean;
1749
- ErrorMessage: string;
1750
- ClusterFiles: ClusterFiles;
1751
- FileErrors: FileErrors;
1752
- DfuPublisherWuid: string;
1753
- DfuPublisherState: string;
1754
- }
1755
- interface WUPushEvent {
1756
- EventName: string;
1757
- EventText: string;
1758
- }
1759
- interface WUPushEventResponse {
1760
- Exceptions: Exceptions;
1761
- }
1762
- interface WUQuery {
1763
- Wuid: string;
1764
- Type: string;
1765
- Cluster: string;
1766
- RoxieCluster: string;
1767
- Owner: string;
1768
- State: string;
1769
- StartDate: string;
1770
- EndDate: string;
1771
- ECL: string;
1772
- Jobname: string;
1773
- LogicalFile: string;
1774
- LogicalFileSearchType: string;
1775
- ApplicationValues: ApplicationValues;
1776
- BeforeWU: string;
1777
- AfterWU: string;
1778
- TotalClusterTimeThresholdMilliSec: unsignedInt;
1779
- Count: int;
1780
- PageSize: long;
1781
- PageStartFrom: long;
1782
- PageEndAt: long;
1783
- Protected: WUProtectFilter;
1784
- Sortby: string;
1785
- Descending: boolean;
1786
- CacheHint: long;
1787
- }
1788
- interface WUQueryResponse {
1789
- Exceptions: Exceptions;
1790
- Type: string;
1791
- Cluster: string;
1792
- RoxieCluster: string;
1793
- Owner: string;
1794
- State: string;
1795
- StartDate: string;
1796
- EndDate: string;
1797
- ECL: string;
1798
- Jobname: string;
1799
- LogicalFile: string;
1800
- LogicalFileSearchType: string;
1801
- Current: string;
1802
- Next: string;
1803
- Count: int;
1804
- PageSize: long;
1805
- PrevPage: long;
1806
- NextPage: long;
1807
- LastPage: long;
1808
- NumWUs: int;
1809
- First: boolean;
1810
- PageStartFrom: long;
1811
- PageEndAt: long;
1812
- Sortby: string;
1813
- Descending: boolean;
1814
- BasicQuery: string;
1815
- Filters: string;
1816
- CacheHint: long;
1817
- Workunits: Workunits;
1818
- }
1819
- interface WUQueryConfig {
1820
- Target: string;
1821
- QueryId: string;
1822
- Wait: int;
1823
- NoReload: boolean;
1824
- memoryLimit: string;
1825
- TimeLimit: nonNegativeInteger;
1826
- WarnTimeLimit: nonNegativeInteger;
1827
- Priority: string;
1828
- Comment: string;
1829
- }
1830
- interface WUQueryConfigResponse {
1831
- Exceptions: Exceptions;
1832
- ReloadFailed: boolean;
1833
- Results: Results;
1834
- }
1835
- interface WUQueryDetails {
1836
- QueryId: string;
1837
- QuerySet: string;
1838
- IncludeStateOnClusters: boolean;
1839
- IncludeSuperFiles: boolean;
1840
- IncludeWsEclAddresses: boolean;
1841
- CheckAllNodes: boolean;
1842
- IncludeWUDetails: boolean;
1843
- IncludeWUQueryFiles: boolean;
1844
- }
1845
- interface LogicalFiles {
1846
- Item: string[];
1847
- }
1848
- interface SubFiles {
1849
- File: string[];
1850
- }
1851
- interface SuperFile {
1852
- Name: string;
1853
- SubFiles: {
1854
- File: string[];
1855
- };
1856
- SuperFiles: SuperFiles;
1857
- }
1858
- interface SuperFiles {
1859
- SuperFile: SuperFile[];
1860
- }
1861
- interface LibrariesUsed {
1862
- Item: string[];
1863
- }
1864
- interface WsEclAddresses {
1865
- Address: string[];
1866
- }
1867
- interface WUGraphs {
1868
- ECLGraph: ECLGraph[];
1869
- }
1870
- interface WUTimers {
1871
- ECLTimer: ECLTimer[];
1872
- }
1873
- interface WUQueryDetailsResponse {
1874
- Exceptions: Exceptions;
1875
- QueryId: string;
1876
- QuerySet: string;
1877
- QueryName: string;
1878
- Wuid: string;
1879
- Dll: string;
1880
- Suspended: boolean;
1881
- Activated: boolean;
1882
- SuspendedBy: string;
1883
- Clusters: Clusters;
1884
- PublishedBy: string;
1885
- Comment: string;
1886
- LogicalFiles: {
1887
- Item: string[];
1888
- };
1889
- SuperFiles: {
1890
- SuperFile: SuperFile[];
1891
- };
1892
- IsLibrary: boolean;
1893
- Priority: string;
1894
- PriorityID: int;
1895
- WUSnapShot: string;
1896
- CompileTime: string;
1897
- LibrariesUsed: {
1898
- Item: string[];
1899
- };
1900
- CountGraphs: int;
1901
- ResourceURLCount: int;
1902
- WsEclAddresses: {
1903
- Address: string[];
1904
- };
1905
- WUGraphs: {
1906
- ECLGraph: ECLGraph[];
1907
- };
1908
- WUTimers: {
1909
- ECLTimer: ECLTimer[];
1910
- };
1911
- }
1912
- interface WUQueryDetailsLightWeight {
1913
- QueryId: string;
1914
- QuerySet: string;
1915
- IncludeWUDetails: boolean;
1916
- IncludeWUQueryFiles: boolean;
1917
- IncludeSuperFiles: boolean;
1918
- IncludeWsEclAddresses: boolean;
1919
- IncludeStateOnClusters: boolean;
1920
- CheckAllNodes: boolean;
1921
- }
1922
- interface WUQueryFiles {
1923
- Target: string;
1924
- QueryId: string;
1925
- }
1926
- interface WUQueryFilesResponse {
1927
- Exceptions: Exceptions;
1928
- Files: Files;
1929
- SuperFiles: SuperFiles;
1930
- Queries: Queries;
1931
- }
1932
- interface WUQueryGetGraph {
1933
- Target: string;
1934
- QueryId: string;
1935
- GraphName: string;
1936
- SubGraphId: string;
1937
- }
1938
- interface WUQueryGetGraphResponse {
1939
- Exceptions: Exceptions;
1940
- Graphs: Graphs;
1941
- }
1942
- interface WUQueryGetSummaryStats {
1943
- Target: string;
1944
- QueryId: string;
1945
- FromTime: string;
1946
- ToTime: string;
1947
- IncludeRawStats: boolean;
1948
- }
1949
- interface QuerySummaryStats {
1950
- Endpoint: string;
1951
- Status: string;
1952
- StartTime: string;
1953
- EndTime: string;
1954
- CountTotal: int;
1955
- CountFailed: int;
1956
- AverageSlavesReplyLen: int;
1957
- AverageBytesOut: long;
1958
- SizeAvgPeakMemory: long;
1959
- TimeAvgTotalExecuteMinutes: long;
1960
- TimeMinTotalExecuteMinutes: long;
1961
- TimeMaxTotalExecuteMinutes: long;
1962
- Percentile97: long;
1963
- Percentile97Estimate: boolean;
1964
- }
1965
- interface StatsList {
1966
- QuerySummaryStats: QuerySummaryStats[];
1967
- }
1968
- interface EndpointQueryStats {
1969
- Endpoint: string;
1970
- Status: string;
1971
- QueryStatsList: QueryStatsList;
1972
- }
1973
- interface QueryStatsList {
1974
- EndpointQueryStats: EndpointQueryStats[];
1975
- }
1976
- interface WUQueryGetSummaryStatsResponse {
1977
- Exceptions: Exceptions;
1978
- StatsList: {
1979
- QuerySummaryStats: QuerySummaryStats[];
1980
- };
1981
- QueryStatsList: {
1982
- EndpointQueryStats: EndpointQueryStats[];
1983
- };
1984
- }
1985
- interface WUQuerysetAliasAction {
1986
- Action: QuerySetAliasActionTypes;
1987
- QuerySetName: string;
1988
- Aliases: Aliases;
1989
- }
1990
- interface WUQuerySetAliasActionResponse {
1991
- Exceptions: Exceptions;
1992
- Action: QuerySetAliasActionTypes;
1993
- QuerySetName: string;
1994
- Results: Results;
1995
- }
1996
- interface WUQuerysetCopyQuery {
1997
- Source: string;
1998
- Target: string;
1999
- Cluster: string;
2000
- DaliServer: string;
2001
- Activate: int;
2002
- Overwrite: boolean;
2003
- DontCopyFiles: boolean;
2004
- Wait: int;
2005
- NoReload: boolean;
2006
- memoryLimit: string;
2007
- TimeLimit: nonNegativeInteger;
2008
- WarnTimeLimit: nonNegativeInteger;
2009
- priority: string;
2010
- Comment: string;
2011
- SourceProcess: string;
2012
- DestName: string;
2013
- AllowForeignFiles: boolean;
2014
- UpdateSuperFiles: boolean;
2015
- UpdateCloneFrom: boolean;
2016
- AppendCluster: boolean;
2017
- IncludeFileErrors: boolean;
2018
- SourceSSL: boolean;
2019
- DfuCopyFiles: boolean;
2020
- DfuQueue: string;
2021
- DfuWait: nonNegativeInteger;
2022
- DfuOverwrite: boolean;
2023
- OnlyCopyFiles: boolean;
2024
- StopIfFilesCopied: boolean;
2025
- }
2026
- interface WUQuerySetCopyQueryResponse {
2027
- Exceptions: Exceptions;
2028
- QueryId: string;
2029
- FileErrors: FileErrors;
2030
- DfuPublisherWuid: string;
2031
- DfuPublisherState: string;
2032
- }
2033
- interface WUQuerysetDetails {
2034
- QuerySetName: string;
2035
- Filter: string;
2036
- ClusterName: string;
2037
- FilterType: WUQuerySetFilterType;
2038
- CheckAllNodes: boolean;
2039
- }
2040
- interface QuerysetAliases {
2041
- QuerySetAlias: QuerySetAlias[];
2042
- }
2043
- interface ClusterNames {
2044
- Item: string[];
2045
- }
2046
- interface WUQuerySetDetailsResponse {
2047
- Exceptions: Exceptions;
2048
- QuerySetName: string;
2049
- QuerysetQueries: QuerysetQueries;
2050
- QuerysetAliases: {
2051
- QuerySetAlias: QuerySetAlias[];
2052
- };
2053
- ClusterName: string;
2054
- Filter: string;
2055
- FilterType: WUQuerySetFilterType;
2056
- ClusterNames: {
2057
- Item: string[];
2058
- };
2059
- }
2060
- interface WUQuerysetExport {
2061
- Target: string;
2062
- Compress: boolean;
2063
- ActiveOnly: boolean;
2064
- Protect: boolean;
2065
- }
2066
- interface WUQuerysetExportResponse {
2067
- Exceptions: Exceptions;
2068
- Target: string;
2069
- Compressed: boolean;
2070
- Data: base64Binary;
2071
- }
2072
- interface WUQuerysetImport {
2073
- Target: string;
2074
- QueryMask: string;
2075
- Replace: boolean;
2076
- ActiveOnly: boolean;
2077
- Activation: QuerysetImportActivation;
2078
- Compressed: boolean;
2079
- Data: base64Binary;
2080
- AllowForeignFiles: boolean;
2081
- DfsServer: string;
2082
- CopyFiles: boolean;
2083
- OverwriteDfs: boolean;
2084
- SourceProcess: string;
2085
- UpdateSuperFiles: boolean;
2086
- UpdateCloneFrom: boolean;
2087
- AppendCluster: boolean;
2088
- IncludeFileErrors: boolean;
2089
- DfuCopyFiles: boolean;
2090
- DfuQueue: string;
2091
- DfuWait: nonNegativeInteger;
2092
- DfuOverwrite: boolean;
2093
- OnlyCopyFiles: boolean;
2094
- StopIfFilesCopied: boolean;
2095
- }
2096
- interface ImportedQueries {
2097
- QueryId: string[];
2098
- }
2099
- interface MissingWuids {
2100
- QueryId: string[];
2101
- }
2102
- interface WUQuerysetImportResponse {
2103
- Exceptions: Exceptions;
2104
- Target: string;
2105
- ClearedExisting: boolean;
2106
- Success: boolean;
2107
- ImportedQueries: {
2108
- QueryId: string[];
2109
- };
2110
- ExistingQueries: ExistingQueries;
2111
- MissingWuids: {
2112
- QueryId: string[];
2113
- };
2114
- FileErrors: FileErrors;
2115
- DfuPublisherWuid: string;
2116
- DfuPublisherState: string;
2117
- }
2118
- interface WUQuerysetQueryAction {
2119
- Action: QuerySetQueryActionTypes;
2120
- QuerySetName: string;
2121
- Queries: Queries;
2122
- }
2123
- interface WUQuerySetQueryActionResponse {
2124
- Exceptions: Exceptions;
2125
- Action: QuerySetQueryActionTypes;
2126
- QuerySetName: string;
2127
- Results: Results;
2128
- }
2129
- interface WUQuerysets {
2130
- test: boolean;
2131
- }
2132
- interface WUQuerysetsResponse {
2133
- Exceptions: Exceptions;
2134
- Querysets: Querysets;
2135
- }
2136
- interface WURecreateQuery {
2137
- Target: string;
2138
- QueryId: string;
2139
- DebugValues: DebugValues;
2140
- DestTarget: string;
2141
- Republish: boolean;
2142
- Activate: WUQueryActivationMode;
2143
- NoReload: boolean;
2144
- MemoryLimit: string;
2145
- TimeLimit: nonNegativeInteger;
2146
- WarnTimeLimit: nonNegativeInteger;
2147
- Priority: string;
2148
- Comment: string;
2149
- RemoteDali: string;
2150
- DontCopyFiles: boolean;
2151
- SourceProcess: string;
2152
- AllowForeignFiles: boolean;
2153
- UpdateDfs: boolean;
2154
- UpdateSuperFiles: boolean;
2155
- UpdateCloneFrom: boolean;
2156
- AppendCluster: boolean;
2157
- IncludeFileErrors: boolean;
2158
- Wait: int;
2159
- DfuCopyFiles: boolean;
2160
- DfuQueue: string;
2161
- DfuWait: nonNegativeInteger;
2162
- DfuOverwrite: boolean;
2163
- OnlyCopyFiles: boolean;
2164
- StopIfFilesCopied: boolean;
2165
- }
2166
- interface WURecreateQueryResponse {
2167
- Exceptions: Exceptions;
2168
- Wuid: string;
2169
- QuerySet: string;
2170
- QueryName: string;
2171
- QueryId: string;
2172
- MemoryLimit: string;
2173
- TimeLimit: nonNegativeInteger;
2174
- WarnTimeLimit: nonNegativeInteger;
2175
- Priority: string;
2176
- Comment: string;
2177
- ReloadFailed: boolean;
2178
- Suspended: boolean;
2179
- ErrorMessage: string;
2180
- FileErrors: FileErrors;
2181
- DfuPublisherWuid: string;
2182
- DfuPublisherState: string;
2183
- }
2184
- interface WUResubmit {
2185
- Wuids: Wuids;
2186
- BlockTillFinishTimer: int;
2187
- ResetWorkflow: boolean;
2188
- CloneWorkunit: boolean;
2189
- }
2190
- interface WU {
2191
- WUID: string;
2192
- ParentWUID: string;
2193
- }
2194
- interface WUs {
2195
- WU: WU[];
2196
- }
2197
- interface WUResubmitResponse {
2198
- Exceptions: Exceptions;
2199
- WUs: {
2200
- WU: WU[];
2201
- };
2202
- }
2203
- interface NamedValue {
2204
- Name: string;
2205
- Value: string;
2206
- }
2207
- interface FilterBy {
2208
- NamedValue: NamedValue[];
2209
- }
2210
- interface WUResult {
2211
- Wuid: string;
2212
- Sequence: int;
2213
- ResultName: string;
2214
- LogicalName: string;
2215
- Cluster: string;
2216
- SuppressXmlSchema: boolean;
2217
- BypassCachedResult: boolean;
2218
- FilterBy: {
2219
- NamedValue: NamedValue[];
2220
- };
2221
- Start: long;
2222
- Count: int;
2223
- }
2224
- interface WUResultResponse {
2225
- Exceptions: Exceptions;
2226
- Wuid: string;
2227
- Sequence: int;
2228
- LogicalName: string;
2229
- Cluster: string;
2230
- Name: string;
2231
- Start: long;
2232
- Requested: int;
2233
- Count: int;
2234
- Total: long;
2235
- Result: string;
2236
- }
2237
- interface WUResultBin {
2238
- LogicalName: string;
2239
- Wuid: string;
2240
- ResultName: string;
2241
- Sequence: int;
2242
- Format: string;
2243
- Cluster: string;
2244
- FilterBy: FilterBy;
2245
- Start: long;
2246
- Count: int;
2247
- }
2248
- interface WUResultBinResponse {
2249
- Exceptions: Exceptions;
2250
- Wuid: string;
2251
- Sequence: int;
2252
- Name: string;
2253
- Start: long;
2254
- Count: int;
2255
- Requested: int;
2256
- Total: long;
2257
- Result: base64Binary;
2258
- Format: string;
2259
- }
2260
- interface WUResultSummary {
2261
- Wuid: string;
2262
- Sequence: int;
2263
- }
2264
- interface Result {
2265
- Name: string;
2266
- Sequence: int;
2267
- Value: string;
2268
- Link: string;
2269
- FileName: string;
2270
- IsSupplied: boolean;
2271
- ShowFileContent: boolean;
2272
- Total: long;
2273
- ECLSchemas: ECLSchemas;
2274
- XmlSchema: string;
2275
- }
2276
- interface WUResultSummaryResponse {
2277
- Exceptions: Exceptions;
2278
- Wuid: string;
2279
- Sequence: int;
2280
- Format: int;
2281
- Result: {
2282
- Name: string;
2283
- Sequence: int;
2284
- Value: string;
2285
- Link: string;
2286
- FileName: string;
2287
- IsSupplied: boolean;
2288
- ShowFileContent: boolean;
2289
- Total: long;
2290
- ECLSchemas: ECLSchemas;
2291
- XmlSchema: string;
2292
- };
2293
- }
2294
- interface WUResultView {
2295
- Wuid: string;
2296
- ViewName: string;
2297
- Sequence: int;
2298
- ResultName: string;
2299
- }
2300
- interface WUResultViewResponse {
2301
- Exceptions: Exceptions;
2302
- Wuid: string;
2303
- ViewName: string;
2304
- Result: string;
2305
- }
2306
- interface WURun {
2307
- QuerySet: string;
2308
- Query: string;
2309
- Wuid: string;
2310
- CloneWorkunit: boolean;
2311
- Cluster: string;
2312
- Wait: int;
2313
- Input: string;
2314
- NoRootTag: boolean;
2315
- DebugValues: DebugValues;
2316
- Variables: Variables;
2317
- ApplicationValues: ApplicationValues;
2318
- ExceptionSeverity: WUExceptionSeverity;
2319
- }
2320
- interface WURunResponse {
2321
- Exceptions: Exceptions;
2322
- Wuid: string;
2323
- State: string;
2324
- Results: string;
2325
- }
2326
- interface WUSchedule {
2327
- Wuid: string;
2328
- Cluster: string;
2329
- Queue: string;
2330
- Snapshot: string;
2331
- When: dateTime;
2332
- MaxRunTime: int;
2333
- }
2334
- interface WUScheduleResponse {
2335
- Exceptions: Exceptions;
2336
- }
2337
- interface WUShowScheduled {
2338
- Cluster: string;
2339
- EventName: string;
2340
- PushEventName: string;
2341
- PushEventText: string;
2342
- State: string;
2343
- JobName: string;
2344
- Owner: string;
2345
- EventText: string;
2346
- }
2347
- interface WUShowScheduledResponse {
2348
- Exceptions: Exceptions;
2349
- ClusterSelected: int;
2350
- EventName: string;
2351
- PushEventName: string;
2352
- PushEventText: string;
2353
- Query: string;
2354
- Clusters: Clusters;
2355
- Workunits: Workunits;
2356
- }
2357
- interface WUSubmit {
2358
- Wuid: string;
2359
- Cluster: string;
2360
- Queue: string;
2361
- Snapshot: string;
2362
- MaxRunTime: int;
2363
- MaxCost: int;
2364
- BlockTillFinishTimer: int;
2365
- SyntaxCheck: boolean;
2366
- NotifyCluster: boolean;
2367
- }
2368
- interface WUSubmitResponse {
2369
- Exceptions: Exceptions;
2370
- }
2371
- interface WUSyntaxCheckECL {
2372
- ECL: string;
2373
- ModuleName: string;
2374
- AttributeName: string;
2375
- Queue: string;
2376
- Cluster: string;
2377
- Snapshot: string;
2378
- TimeToWait: int;
2379
- PersistWorkunit: boolean;
2380
- DebugValues: DebugValues;
2381
- }
2382
- interface WUSyntaxCheckResponse {
2383
- Exceptions: Exceptions;
2384
- Errors: Errors;
2385
- Message: string;
2386
- }
2387
- interface WUUpdate {
2388
- Wuid: string;
2389
- State: int;
2390
- StateOrig: int;
2391
- Jobname: string;
2392
- JobnameOrig: string;
2393
- QueryText: string;
2394
- Action: int;
2395
- Description: string;
2396
- DescriptionOrig: string;
2397
- AddDrilldownFields: boolean;
2398
- ResultLimit: int;
2399
- Protected: boolean;
2400
- ProtectedOrig: boolean;
2401
- PriorityClass: int;
2402
- PriorityLevel: int;
2403
- Scope: string;
2404
- ScopeOrig: string;
2405
- ClusterSelection: string;
2406
- ClusterOrig: string;
2407
- XmlParams: string;
2408
- ThorSlaveIP: string;
2409
- QueryMainDefinition: string;
2410
- DebugValues: DebugValues;
2411
- ApplicationValues: ApplicationValues;
2412
- }
2413
- interface WUUpdateQueryEntry {
2414
- QuerySet: string;
2415
- QueryId: string;
2416
- Comment: string;
2417
- }
2418
- interface WUUpdateQueryEntryResponse {
2419
- Exceptions: Exceptions;
2420
- }
2421
- interface WUWaitCompiled {
2422
- Wuid: string;
2423
- Wait: int;
2424
- ReturnOnWait: boolean;
2425
- }
2426
- interface WUWaitResponse {
2427
- Exceptions: Exceptions;
2428
- StateID: int;
2429
- }
2430
- interface WUWaitComplete {
2431
- Wuid: string;
2432
- Wait: int;
2433
- ReturnOnWait: boolean;
2434
- }
2435
- }
2436
- export declare class WorkunitsServiceBase extends Service {
2437
- constructor(optsConnection: IOptions | IConnection);
2438
- GVCAjaxGraph(request: WsWorkunits.GVCAjaxGraph): Promise<WsWorkunits.GVCAjaxGraphResponse>;
2439
- Ping(request: WsWorkunits.Ping): Promise<WsWorkunits.WsWorkunitsPingResponse>;
2440
- WUAbort(request: WsWorkunits.WUAbort): Promise<WsWorkunits.WUAbortResponse>;
2441
- WUAction(request: WsWorkunits.WUAction): Promise<WsWorkunits.WUActionResponse>;
2442
- WUAddLocalFileToWorkunit(request: WsWorkunits.WUAddLocalFileToWorkunit): Promise<WsWorkunits.WUAddLocalFileToWorkunitResponse>;
2443
- WUAnalyseHotspot(request: WsWorkunits.WUAnalyseHotspot): Promise<WsWorkunits.WUAnalyseHotspotResponse>;
2444
- WUCDebug(request: WsWorkunits.WUCDebug): Promise<WsWorkunits.WUDebugResponse>;
2445
- WUCheckFeatures(request: WsWorkunits.WUCheckFeatures): Promise<WsWorkunits.WUCheckFeaturesResponse>;
2446
- WUClusterJobQueueLOG(request: WsWorkunits.WUClusterJobQueueLOG): Promise<WsWorkunits.WUClusterJobQueueLOGResponse>;
2447
- WUClusterJobQueueXLS(request: WsWorkunits.WUClusterJobQueueXLS): Promise<WsWorkunits.WUClusterJobQueueXLSResponse>;
2448
- WUClusterJobSummaryXLS(request: WsWorkunits.WUClusterJobSummaryXLS): Promise<WsWorkunits.WUClusterJobSummaryXLSResponse>;
2449
- WUClusterJobXLS(request: WsWorkunits.WUClusterJobXLS): Promise<WsWorkunits.WUClusterJobXLSResponse>;
2450
- WUCompileECL(request: WsWorkunits.WUCompileECL): Promise<WsWorkunits.WUCompileECLResponse>;
2451
- WUCopyLogicalFiles(request: WsWorkunits.WUCopyLogicalFiles): Promise<WsWorkunits.WUCopyLogicalFilesResponse>;
2452
- WUCopyQuerySet(request: WsWorkunits.WUCopyQuerySet): Promise<WsWorkunits.WUCopyQuerySetResponse>;
2453
- WUCreate(request: WsWorkunits.WUCreate): Promise<WsWorkunits.WUCreateResponse>;
2454
- WUCreateAndUpdate(request: WsWorkunits.WUCreateAndUpdate): Promise<WsWorkunits.WUUpdateResponse>;
2455
- WUCreateZAPInfo(request: WsWorkunits.WUCreateZAPInfo): Promise<WsWorkunits.WUCreateZAPInfoResponse>;
2456
- WUDelete(request: WsWorkunits.WUDelete): Promise<WsWorkunits.WUDeleteResponse>;
2457
- WUDeployWorkunit(request: WsWorkunits.WUDeployWorkunit): Promise<WsWorkunits.WUDeployWorkunitResponse>;
2458
- WUDetails(request: WsWorkunits.WUDetails): Promise<WsWorkunits.WUDetailsResponse>;
2459
- WUDetailsMeta(request: WsWorkunits.WUDetailsMeta): Promise<WsWorkunits.WUDetailsMetaResponse>;
2460
- WUEclDefinitionAction(request: WsWorkunits.WUEclDefinitionAction): Promise<WsWorkunits.WUEclDefinitionActionResponse>;
2461
- WUExport(request: WsWorkunits.WUExport): Promise<WsWorkunits.WUExportResponse>;
2462
- WUFile(request: WsWorkunits.WUFile): Promise<WsWorkunits.WULogFileResponse>;
2463
- WUFullResult(request: WsWorkunits.WUFullResult): Promise<WsWorkunits.WUFullResultResponse>;
2464
- WUGVCGraphInfo(request: WsWorkunits.WUGVCGraphInfo): Promise<WsWorkunits.WUGVCGraphInfoResponse>;
2465
- WUGetArchiveFile(request: WsWorkunits.WUGetArchiveFile): Promise<WsWorkunits.WUGetArchiveFileResponse>;
2466
- WUGetDependancyTrees(request: WsWorkunits.WUGetDependancyTrees): Promise<WsWorkunits.WUGetDependancyTreesResponse>;
2467
- WUGetGraph(request: WsWorkunits.WUGetGraph): Promise<WsWorkunits.WUGetGraphResponse>;
2468
- WUGetGraphNameAndTypes(request: WsWorkunits.WUGetGraphNameAndTypes): Promise<WsWorkunits.WUGetGraphNameAndTypesResponse>;
2469
- WUGetNumFileToCopy(request: WsWorkunits.WUGetNumFileToCopy): Promise<WsWorkunits.WUGetNumFileToCopyResponse>;
2470
- WUGetPlugins(request: WsWorkunits.WUGetPlugins): Promise<WsWorkunits.WUGetPluginsResponse>;
2471
- WUGetStats(request: WsWorkunits.WUGetStats): Promise<WsWorkunits.WUGetStatsResponse>;
2472
- WUGetThorJobList(request: WsWorkunits.WUGetThorJobList): Promise<WsWorkunits.WUGetThorJobListResponse>;
2473
- WUGetThorJobQueue(request: WsWorkunits.WUGetThorJobQueue): Promise<WsWorkunits.WUGetThorJobQueueResponse>;
2474
- WUGetZAPInfo(request: WsWorkunits.WUGetZAPInfo): Promise<WsWorkunits.WUGetZAPInfoResponse>;
2475
- WUGraphInfo(request: WsWorkunits.WUGraphInfo): Promise<WsWorkunits.WUGraphInfoResponse>;
2476
- WUGraphTiming(request: WsWorkunits.WUGraphTiming): Promise<WsWorkunits.WUGraphTimingResponse>;
2477
- WUInfo(request: WsWorkunits.WUInfo): Promise<WsWorkunits.WUInfoResponse>;
2478
- WUInfoDetails(request: WsWorkunits.WUInfoDetails): Promise<WsWorkunits.WUInfoResponse>;
2479
- WUJobList(request: WsWorkunits.WUJobList): Promise<WsWorkunits.WUJobListResponse>;
2480
- WULightWeightQuery(request: WsWorkunits.WULightWeightQuery): Promise<WsWorkunits.WULightWeightQueryResponse>;
2481
- WUListArchiveFiles(request: WsWorkunits.WUListArchiveFiles): Promise<WsWorkunits.WUListArchiveFilesResponse>;
2482
- WUListLocalFileRequired(request: WsWorkunits.WUListLocalFileRequired): Promise<WsWorkunits.WUListLocalFileRequiredResponse>;
2483
- WUListQueries(request: WsWorkunits.WUListQueries): Promise<WsWorkunits.WUListQueriesResponse>;
2484
- WUListQueriesUsingFile(request: WsWorkunits.WUListQueriesUsingFile): Promise<WsWorkunits.WUListQueriesUsingFileResponse>;
2485
- WUMultiQuerysetDetails(request: WsWorkunits.WUMultiQuerysetDetails): Promise<WsWorkunits.WUMultiQuerySetDetailsResponse>;
2486
- WUProcessGraph(request: WsWorkunits.WUProcessGraph): Promise<WsWorkunits.WUProcessGraphResponse>;
2487
- WUProtect(request: WsWorkunits.WUProtect): Promise<WsWorkunits.WUProtectResponse>;
2488
- WUPublishWorkunit(request: WsWorkunits.WUPublishWorkunit): Promise<WsWorkunits.WUPublishWorkunitResponse>;
2489
- WUPushEvent(request: WsWorkunits.WUPushEvent): Promise<WsWorkunits.WUPushEventResponse>;
2490
- WUQuery(request: WsWorkunits.WUQuery): Promise<WsWorkunits.WUQueryResponse>;
2491
- WUQueryConfig(request: WsWorkunits.WUQueryConfig): Promise<WsWorkunits.WUQueryConfigResponse>;
2492
- WUQueryDetails(request: WsWorkunits.WUQueryDetails): Promise<WsWorkunits.WUQueryDetailsResponse>;
2493
- WUQueryDetailsLightWeight(request: WsWorkunits.WUQueryDetailsLightWeight): Promise<WsWorkunits.WUQueryDetailsResponse>;
2494
- WUQueryFiles(request: WsWorkunits.WUQueryFiles): Promise<WsWorkunits.WUQueryFilesResponse>;
2495
- WUQueryGetGraph(request: WsWorkunits.WUQueryGetGraph): Promise<WsWorkunits.WUQueryGetGraphResponse>;
2496
- WUQueryGetSummaryStats(request: WsWorkunits.WUQueryGetSummaryStats): Promise<WsWorkunits.WUQueryGetSummaryStatsResponse>;
2497
- WUQuerysetAliasAction(request: WsWorkunits.WUQuerysetAliasAction): Promise<WsWorkunits.WUQuerySetAliasActionResponse>;
2498
- WUQuerysetCopyQuery(request: WsWorkunits.WUQuerysetCopyQuery): Promise<WsWorkunits.WUQuerySetCopyQueryResponse>;
2499
- WUQuerysetDetails(request: WsWorkunits.WUQuerysetDetails): Promise<WsWorkunits.WUQuerySetDetailsResponse>;
2500
- WUQuerysetExport(request: WsWorkunits.WUQuerysetExport): Promise<WsWorkunits.WUQuerysetExportResponse>;
2501
- WUQuerysetImport(request: WsWorkunits.WUQuerysetImport): Promise<WsWorkunits.WUQuerysetImportResponse>;
2502
- WUQuerysetQueryAction(request: WsWorkunits.WUQuerysetQueryAction): Promise<WsWorkunits.WUQuerySetQueryActionResponse>;
2503
- WUQuerysets(request: WsWorkunits.WUQuerysets): Promise<WsWorkunits.WUQuerysetsResponse>;
2504
- WURecreateQuery(request: WsWorkunits.WURecreateQuery): Promise<WsWorkunits.WURecreateQueryResponse>;
2505
- WUResubmit(request: WsWorkunits.WUResubmit): Promise<WsWorkunits.WUResubmitResponse>;
2506
- WUResult(request: WsWorkunits.WUResult): Promise<WsWorkunits.WUResultResponse>;
2507
- WUResultBin(request: WsWorkunits.WUResultBin): Promise<WsWorkunits.WUResultBinResponse>;
2508
- WUResultSummary(request: WsWorkunits.WUResultSummary): Promise<WsWorkunits.WUResultSummaryResponse>;
2509
- WUResultView(request: WsWorkunits.WUResultView): Promise<WsWorkunits.WUResultViewResponse>;
2510
- WURun(request: WsWorkunits.WURun): Promise<WsWorkunits.WURunResponse>;
2511
- WUSchedule(request: WsWorkunits.WUSchedule): Promise<WsWorkunits.WUScheduleResponse>;
2512
- WUShowScheduled(request: WsWorkunits.WUShowScheduled): Promise<WsWorkunits.WUShowScheduledResponse>;
2513
- WUSubmit(request: WsWorkunits.WUSubmit): Promise<WsWorkunits.WUSubmitResponse>;
2514
- WUSyntaxCheckECL(request: WsWorkunits.WUSyntaxCheckECL): Promise<WsWorkunits.WUSyntaxCheckResponse>;
2515
- WUUpdate(request: WsWorkunits.WUUpdate): Promise<WsWorkunits.WUUpdateResponse>;
2516
- WUUpdateQueryEntry(request: WsWorkunits.WUUpdateQueryEntry): Promise<WsWorkunits.WUUpdateQueryEntryResponse>;
2517
- WUWaitCompiled(request: WsWorkunits.WUWaitCompiled): Promise<WsWorkunits.WUWaitResponse>;
2518
- WUWaitComplete(request: WsWorkunits.WUWaitComplete): Promise<WsWorkunits.WUWaitResponse>;
2519
- }
2520
- //# sourceMappingURL=WsWorkunits.d.ts.map