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