@hpcc-js/comms 3.15.4 → 3.15.6

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