@hpcc-js/comms 2.91.3 → 2.92.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es6.js +86 -95
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +101 -110
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.js +101 -110
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.min.js +1 -1
- package/dist/index.node.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/lib-es6/__tests__/workunit.js +1 -1
- package/lib-es6/__tests__/workunit.js.map +1 -1
- package/lib-es6/ecl/dfuWorkunit.js +8 -2
- package/lib-es6/ecl/dfuWorkunit.js.map +1 -1
- package/lib-es6/ecl/graph.js.map +1 -1
- package/lib-es6/ecl/query.js +5 -0
- package/lib-es6/ecl/query.js.map +1 -1
- package/lib-es6/ecl/result.js +2 -1
- package/lib-es6/ecl/result.js.map +1 -1
- package/lib-es6/ecl/scope.js +5 -0
- package/lib-es6/ecl/scope.js.map +1 -1
- package/lib-es6/ecl/sourceFile.js.map +1 -1
- package/lib-es6/ecl/timer.js +10 -0
- package/lib-es6/ecl/timer.js.map +1 -1
- package/lib-es6/ecl/workunit.js +41 -37
- package/lib-es6/ecl/workunit.js.map +1 -1
- package/lib-es6/services/wsWorkunits.js +14 -60
- package/lib-es6/services/wsWorkunits.js.map +1 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js +376 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js.map +1 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js +376 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js.map +1 -0
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +376 -0
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +1 -0
- package/package.json +7 -6
- package/src/__package__.ts +2 -2
- package/src/__tests__/workunit.ts +1 -1
- package/src/ecl/dfuWorkunit.ts +7 -2
- package/src/ecl/graph.ts +4 -4
- package/src/ecl/query.ts +17 -16
- package/src/ecl/result.ts +36 -17
- package/src/ecl/scope.ts +10 -9
- package/src/ecl/sourceFile.ts +5 -5
- package/src/ecl/timer.ts +6 -4
- package/src/ecl/workunit.ts +87 -87
- package/src/services/wsWorkunits.ts +41 -2661
- package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +3134 -0
- package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +3162 -0
- package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +3165 -0
- package/types/__package__.d.ts +2 -2
- package/types/ecl/dfuWorkunit.d.ts.map +1 -1
- package/types/ecl/graph.d.ts +4 -4
- package/types/ecl/graph.d.ts.map +1 -1
- package/types/ecl/query.d.ts +16 -15
- package/types/ecl/query.d.ts.map +1 -1
- package/types/ecl/result.d.ts +26 -7
- package/types/ecl/result.d.ts.map +1 -1
- package/types/ecl/scope.d.ts +10 -9
- package/types/ecl/scope.d.ts.map +1 -1
- package/types/ecl/sourceFile.d.ts +5 -5
- package/types/ecl/sourceFile.d.ts.map +1 -1
- package/types/ecl/timer.d.ts +6 -4
- package/types/ecl/timer.d.ts.map +1 -1
- package/types/ecl/workunit.d.ts +66 -65
- package/types/ecl/workunit.d.ts.map +1 -1
- package/types/services/wsWorkunits.d.ts +17 -2256
- package/types/services/wsWorkunits.d.ts.map +1 -1
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +2529 -0
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts.map +1 -0
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +2555 -0
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts.map +1 -0
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2558 -0
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +1 -0
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/ecl/graph.d.ts +4 -4
- package/types-3.4/ecl/query.d.ts +16 -15
- package/types-3.4/ecl/result.d.ts +26 -7
- package/types-3.4/ecl/scope.d.ts +10 -9
- package/types-3.4/ecl/sourceFile.d.ts +5 -5
- package/types-3.4/ecl/timer.d.ts +6 -4
- package/types-3.4/ecl/workunit.d.ts +66 -65
- package/types-3.4/services/wsWorkunits.d.ts +17 -2256
- package/types-3.4/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +2529 -0
- package/types-3.4/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +2555 -0
- package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2558 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { XMLNode } from "@hpcc-js/util";
|
|
2
|
-
import { WsWorkunits, WorkunitsServiceBase } from "./wsdl/WsWorkunits/
|
|
2
|
+
import { WsWorkunits, WorkunitsServiceBase } from "./wsdl/WsWorkunits/v2/WsWorkunits";
|
|
3
3
|
import { IConnection, IOptions } from "../connection";
|
|
4
|
-
import { ESPConnection
|
|
4
|
+
import { ESPConnection } from "../espConnection";
|
|
5
5
|
export { WsWorkunits };
|
|
6
6
|
export declare enum WUStateID {
|
|
7
7
|
Unknown = 0,
|
|
@@ -24,970 +24,6 @@ export declare enum WUStateID {
|
|
|
24
24
|
LAST = 17,
|
|
25
25
|
NotFound = 999
|
|
26
26
|
}
|
|
27
|
-
export declare namespace WUInfo {
|
|
28
|
-
interface Request {
|
|
29
|
-
Wuid: string;
|
|
30
|
-
TruncateEclTo64k?: boolean;
|
|
31
|
-
Type?: string;
|
|
32
|
-
IncludeExceptions?: boolean;
|
|
33
|
-
IncludeGraphs?: boolean;
|
|
34
|
-
IncludeSourceFiles?: boolean;
|
|
35
|
-
IncludeResults?: boolean;
|
|
36
|
-
IncludeResultsViewNames?: boolean;
|
|
37
|
-
IncludeVariables?: boolean;
|
|
38
|
-
IncludeTimers?: boolean;
|
|
39
|
-
IncludeDebugValues?: boolean;
|
|
40
|
-
IncludeApplicationValues?: boolean;
|
|
41
|
-
IncludeWorkflows?: boolean;
|
|
42
|
-
IncludeXmlSchemas?: boolean;
|
|
43
|
-
IncludeResourceURLs?: boolean;
|
|
44
|
-
IncludeECL?: boolean;
|
|
45
|
-
IncludeHelpers?: boolean;
|
|
46
|
-
IncludeAllowedClusters?: boolean;
|
|
47
|
-
IncludeTotalClusterTime?: boolean;
|
|
48
|
-
IncludeServiceNames?: boolean;
|
|
49
|
-
SuppressResultSchemas?: boolean;
|
|
50
|
-
ThorSlaveIP?: string;
|
|
51
|
-
}
|
|
52
|
-
interface Exception {
|
|
53
|
-
Code: string;
|
|
54
|
-
Audience: string;
|
|
55
|
-
Source: string;
|
|
56
|
-
Message: string;
|
|
57
|
-
}
|
|
58
|
-
interface Exceptions {
|
|
59
|
-
Source: string;
|
|
60
|
-
Exception: Exception[];
|
|
61
|
-
}
|
|
62
|
-
interface Query {
|
|
63
|
-
Text: string;
|
|
64
|
-
Cpp: string;
|
|
65
|
-
ResTxt: string;
|
|
66
|
-
Dll: string;
|
|
67
|
-
ThorLog: string;
|
|
68
|
-
QueryMainDefinition: string;
|
|
69
|
-
}
|
|
70
|
-
interface ECLHelpFile {
|
|
71
|
-
Name: string;
|
|
72
|
-
Type: string;
|
|
73
|
-
IPAddress: string;
|
|
74
|
-
Description: string;
|
|
75
|
-
FileSize: number;
|
|
76
|
-
PID: number;
|
|
77
|
-
minActivityId: number;
|
|
78
|
-
maxActivityId: number;
|
|
79
|
-
}
|
|
80
|
-
interface Helpers {
|
|
81
|
-
ECLHelpFile: ECLHelpFile[];
|
|
82
|
-
}
|
|
83
|
-
interface ECLException {
|
|
84
|
-
Source: string;
|
|
85
|
-
Severity: string;
|
|
86
|
-
Code: number;
|
|
87
|
-
Message: string;
|
|
88
|
-
FileName: string;
|
|
89
|
-
LineNo: number;
|
|
90
|
-
Column: number;
|
|
91
|
-
Activity: number;
|
|
92
|
-
Scope?: string;
|
|
93
|
-
Priority?: number;
|
|
94
|
-
}
|
|
95
|
-
interface Exceptions2 {
|
|
96
|
-
ECLException: ECLException[];
|
|
97
|
-
}
|
|
98
|
-
interface ECLGraph {
|
|
99
|
-
Name: string;
|
|
100
|
-
Label: string;
|
|
101
|
-
Type: string;
|
|
102
|
-
Running: boolean;
|
|
103
|
-
Complete: boolean;
|
|
104
|
-
Failed: boolean;
|
|
105
|
-
RunningId: number;
|
|
106
|
-
WhenStarted: string;
|
|
107
|
-
WhenFinished: string;
|
|
108
|
-
}
|
|
109
|
-
interface Graphs {
|
|
110
|
-
ECLGraph: ECLGraph[];
|
|
111
|
-
}
|
|
112
|
-
interface ECLSourceFiles {
|
|
113
|
-
ECLSourceFile: any[];
|
|
114
|
-
}
|
|
115
|
-
interface ECLSourceFile {
|
|
116
|
-
FileCluster: string;
|
|
117
|
-
Name: string;
|
|
118
|
-
IsSuperFile: boolean;
|
|
119
|
-
Subs: number;
|
|
120
|
-
Count: number;
|
|
121
|
-
ECLSourceFiles: ECLSourceFiles;
|
|
122
|
-
}
|
|
123
|
-
interface SourceFiles {
|
|
124
|
-
ECLSourceFile: ECLSourceFile[];
|
|
125
|
-
}
|
|
126
|
-
interface ECLSchemaItem {
|
|
127
|
-
ColumnName: string;
|
|
128
|
-
ColumnType: string;
|
|
129
|
-
ColumnTypeCode: number;
|
|
130
|
-
isConditional: boolean;
|
|
131
|
-
}
|
|
132
|
-
interface ECLSchemas {
|
|
133
|
-
ECLSchemaItem: ECLSchemaItem[];
|
|
134
|
-
}
|
|
135
|
-
interface ECLResult {
|
|
136
|
-
Name: string;
|
|
137
|
-
Sequence: number;
|
|
138
|
-
Value: string;
|
|
139
|
-
Link: string;
|
|
140
|
-
FileName: string;
|
|
141
|
-
IsSupplied: boolean;
|
|
142
|
-
ShowFileContent: boolean;
|
|
143
|
-
Total: number;
|
|
144
|
-
ECLSchemas: ECLSchemas;
|
|
145
|
-
XmlSchema: string;
|
|
146
|
-
}
|
|
147
|
-
interface Results {
|
|
148
|
-
ECLResult: ECLResult[];
|
|
149
|
-
}
|
|
150
|
-
interface ECLSchemaItem2 {
|
|
151
|
-
ColumnName: string;
|
|
152
|
-
ColumnType: string;
|
|
153
|
-
ColumnTypeCode: number;
|
|
154
|
-
isConditional: boolean;
|
|
155
|
-
}
|
|
156
|
-
interface ECLSchemas2 {
|
|
157
|
-
ECLSchemaItem: ECLSchemaItem2[];
|
|
158
|
-
}
|
|
159
|
-
interface ECLResult2 {
|
|
160
|
-
Name: string;
|
|
161
|
-
Sequence: number;
|
|
162
|
-
Value: string;
|
|
163
|
-
Link: string;
|
|
164
|
-
FileName: string;
|
|
165
|
-
IsSupplied: boolean;
|
|
166
|
-
ShowFileContent: boolean;
|
|
167
|
-
Total: number;
|
|
168
|
-
ECLSchemas: ECLSchemas2;
|
|
169
|
-
XmlSchema: string;
|
|
170
|
-
}
|
|
171
|
-
interface Variables {
|
|
172
|
-
ECLResult: ECLResult2[];
|
|
173
|
-
}
|
|
174
|
-
interface ECLTimer {
|
|
175
|
-
Name: string;
|
|
176
|
-
Value: string;
|
|
177
|
-
count: number;
|
|
178
|
-
GraphName: string;
|
|
179
|
-
SubGraphId: number;
|
|
180
|
-
Timestamp?: number;
|
|
181
|
-
When?: string;
|
|
182
|
-
}
|
|
183
|
-
interface Timers {
|
|
184
|
-
ECLTimer: ECLTimer[];
|
|
185
|
-
}
|
|
186
|
-
interface DebugValue {
|
|
187
|
-
Name: string;
|
|
188
|
-
Value: string;
|
|
189
|
-
}
|
|
190
|
-
interface DebugValues {
|
|
191
|
-
DebugValue: DebugValue[];
|
|
192
|
-
}
|
|
193
|
-
interface ApplicationValue {
|
|
194
|
-
Application: string;
|
|
195
|
-
Name: string;
|
|
196
|
-
Value: string;
|
|
197
|
-
}
|
|
198
|
-
interface ApplicationValues {
|
|
199
|
-
ApplicationValue: ApplicationValue[];
|
|
200
|
-
}
|
|
201
|
-
interface ECLWorkflow {
|
|
202
|
-
WFID: string;
|
|
203
|
-
EventName: string;
|
|
204
|
-
EventText: string;
|
|
205
|
-
Count: number;
|
|
206
|
-
CountRemaining: number;
|
|
207
|
-
}
|
|
208
|
-
interface Workflows {
|
|
209
|
-
ECLWorkflow: ECLWorkflow[];
|
|
210
|
-
}
|
|
211
|
-
interface ECLTimingData {
|
|
212
|
-
Name: string;
|
|
213
|
-
GraphNum: number;
|
|
214
|
-
SubGraphNum: number;
|
|
215
|
-
GID: number;
|
|
216
|
-
Min: number;
|
|
217
|
-
MS: number;
|
|
218
|
-
}
|
|
219
|
-
interface TimingData {
|
|
220
|
-
ECLTimingData: ECLTimingData[];
|
|
221
|
-
}
|
|
222
|
-
interface AllowedClusters {
|
|
223
|
-
AllowedCluster: string[];
|
|
224
|
-
}
|
|
225
|
-
interface ThorLogInfo {
|
|
226
|
-
ProcessName: string;
|
|
227
|
-
ClusterGroup: string;
|
|
228
|
-
LogDate: string;
|
|
229
|
-
NumberSlaves: number;
|
|
230
|
-
}
|
|
231
|
-
interface ThorLogList {
|
|
232
|
-
ThorLogInfo: ThorLogInfo[];
|
|
233
|
-
}
|
|
234
|
-
interface ResourceURLs {
|
|
235
|
-
URL: string[];
|
|
236
|
-
}
|
|
237
|
-
interface ServiceNames {
|
|
238
|
-
Item: string[];
|
|
239
|
-
}
|
|
240
|
-
interface Workunit {
|
|
241
|
-
Wuid: string;
|
|
242
|
-
Owner: string;
|
|
243
|
-
Cluster: string;
|
|
244
|
-
RoxieCluster: string;
|
|
245
|
-
Jobname: string;
|
|
246
|
-
Queue: string;
|
|
247
|
-
StateID: number;
|
|
248
|
-
State: string;
|
|
249
|
-
StateEx: string;
|
|
250
|
-
Description: string;
|
|
251
|
-
Protected: boolean;
|
|
252
|
-
Active: boolean;
|
|
253
|
-
Action: number;
|
|
254
|
-
ActionEx: string;
|
|
255
|
-
DateTimeScheduled: string;
|
|
256
|
-
PriorityClass: number;
|
|
257
|
-
PriorityLevel: number;
|
|
258
|
-
Scope: string;
|
|
259
|
-
Snapshot: string;
|
|
260
|
-
ResultLimit: number;
|
|
261
|
-
Archived: boolean;
|
|
262
|
-
IsPausing: boolean;
|
|
263
|
-
ThorLCR: boolean;
|
|
264
|
-
EventSchedule: number;
|
|
265
|
-
HaveSubGraphTimings?: boolean;
|
|
266
|
-
TotalClusterTime: string;
|
|
267
|
-
AbortBy: string;
|
|
268
|
-
AbortTime: string;
|
|
269
|
-
Query: Query;
|
|
270
|
-
Helpers: Helpers;
|
|
271
|
-
Exceptions: Exceptions2;
|
|
272
|
-
Graphs: Graphs;
|
|
273
|
-
SourceFiles: SourceFiles;
|
|
274
|
-
Results: Results;
|
|
275
|
-
Variables: Variables;
|
|
276
|
-
Timers: Timers;
|
|
277
|
-
DebugValues: DebugValues;
|
|
278
|
-
ApplicationValues: ApplicationValues;
|
|
279
|
-
Workflows: Workflows;
|
|
280
|
-
TimingData: TimingData;
|
|
281
|
-
AllowedClusters: AllowedClusters;
|
|
282
|
-
ErrorCount: number;
|
|
283
|
-
WarningCount: number;
|
|
284
|
-
InfoCount: number;
|
|
285
|
-
AlertCount: number;
|
|
286
|
-
GraphCount: number;
|
|
287
|
-
SourceFileCount: number;
|
|
288
|
-
ResultCount: number;
|
|
289
|
-
VariableCount: number;
|
|
290
|
-
TimerCount: number;
|
|
291
|
-
HasDebugValue: boolean;
|
|
292
|
-
ApplicationValueCount: number;
|
|
293
|
-
XmlParams: string;
|
|
294
|
-
AccessFlag: number;
|
|
295
|
-
ClusterFlag: number;
|
|
296
|
-
HelpersDesc: string;
|
|
297
|
-
GraphsDesc: string;
|
|
298
|
-
SourceFilesDesc: string;
|
|
299
|
-
ResultsDesc: string;
|
|
300
|
-
VariablesDesc: string;
|
|
301
|
-
TimersDesc: string;
|
|
302
|
-
DebugValuesDesc: string;
|
|
303
|
-
ApplicationValuesDesc: string;
|
|
304
|
-
WorkflowsDesc: string;
|
|
305
|
-
HasArchiveQuery: boolean;
|
|
306
|
-
ThorLogList: ThorLogList;
|
|
307
|
-
ResourceURLs: ResourceURLs;
|
|
308
|
-
ResultViewCount: number;
|
|
309
|
-
ResourceURLCount: number;
|
|
310
|
-
DebugValueCount: number;
|
|
311
|
-
WorkflowCount: number;
|
|
312
|
-
HelpersCount: number;
|
|
313
|
-
ServiceNames?: ServiceNames;
|
|
314
|
-
CompileCost?: number;
|
|
315
|
-
ExecuteCost?: number;
|
|
316
|
-
FileAccessCost?: number;
|
|
317
|
-
}
|
|
318
|
-
interface ResultViews {
|
|
319
|
-
View: string[];
|
|
320
|
-
}
|
|
321
|
-
interface Response {
|
|
322
|
-
Exceptions: Exceptions;
|
|
323
|
-
Workunit: Workunit;
|
|
324
|
-
AutoRefresh: number;
|
|
325
|
-
CanCompile: boolean;
|
|
326
|
-
ThorSlaveIP: string;
|
|
327
|
-
ResultViews: ResultViews;
|
|
328
|
-
SecMethod: string;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
export declare function isECLResult(_: any): _ is WUInfo.ECLResult;
|
|
332
|
-
export declare namespace WUQuery {
|
|
333
|
-
interface ApplicationValue {
|
|
334
|
-
Application: string;
|
|
335
|
-
Name: string;
|
|
336
|
-
Value: string;
|
|
337
|
-
}
|
|
338
|
-
interface Request {
|
|
339
|
-
Wuid?: string;
|
|
340
|
-
Type?: string;
|
|
341
|
-
Cluster?: string;
|
|
342
|
-
RoxieCluster?: string;
|
|
343
|
-
Owner?: string;
|
|
344
|
-
State?: string;
|
|
345
|
-
StartDate?: string;
|
|
346
|
-
EndDate?: string;
|
|
347
|
-
ECL?: string;
|
|
348
|
-
Jobname?: string;
|
|
349
|
-
LogicalFile?: string;
|
|
350
|
-
LogicalFileSearchType?: string;
|
|
351
|
-
ApplicationValues?: {
|
|
352
|
-
ApplicationValue: ApplicationValue[];
|
|
353
|
-
};
|
|
354
|
-
After?: string;
|
|
355
|
-
Before?: string;
|
|
356
|
-
Count?: number;
|
|
357
|
-
PageSize?: number;
|
|
358
|
-
PageStartFrom?: number;
|
|
359
|
-
PageEndAt?: number;
|
|
360
|
-
LastNDays?: number;
|
|
361
|
-
Sortby?: string;
|
|
362
|
-
Descending?: boolean;
|
|
363
|
-
CacheHint?: string;
|
|
364
|
-
}
|
|
365
|
-
interface Exception {
|
|
366
|
-
Code: string;
|
|
367
|
-
Audience: string;
|
|
368
|
-
Source: string;
|
|
369
|
-
Message: string;
|
|
370
|
-
}
|
|
371
|
-
interface Exceptions {
|
|
372
|
-
Source: string;
|
|
373
|
-
Exception: Exception[];
|
|
374
|
-
}
|
|
375
|
-
interface Query {
|
|
376
|
-
Text: string;
|
|
377
|
-
Cpp: string;
|
|
378
|
-
ResTxt: string;
|
|
379
|
-
Dll: string;
|
|
380
|
-
ThorLog: string;
|
|
381
|
-
QueryMainDefinition: string;
|
|
382
|
-
}
|
|
383
|
-
interface ECLHelpFile {
|
|
384
|
-
Name: string;
|
|
385
|
-
Type: string;
|
|
386
|
-
IPAddress: string;
|
|
387
|
-
Description: string;
|
|
388
|
-
FileSize: number;
|
|
389
|
-
PID: number;
|
|
390
|
-
minActivityId: number;
|
|
391
|
-
maxActivityId: number;
|
|
392
|
-
}
|
|
393
|
-
interface Helpers {
|
|
394
|
-
ECLHelpFile: ECLHelpFile[];
|
|
395
|
-
}
|
|
396
|
-
interface ECLException {
|
|
397
|
-
Source: string;
|
|
398
|
-
Severity: string;
|
|
399
|
-
Code: number;
|
|
400
|
-
Message: string;
|
|
401
|
-
FileName: string;
|
|
402
|
-
LineNo: number;
|
|
403
|
-
Column: number;
|
|
404
|
-
Activity: number;
|
|
405
|
-
}
|
|
406
|
-
interface Exceptions2 {
|
|
407
|
-
ECLException: ECLException[];
|
|
408
|
-
}
|
|
409
|
-
interface ECLGraph {
|
|
410
|
-
Name: string;
|
|
411
|
-
Label: string;
|
|
412
|
-
Type: string;
|
|
413
|
-
Running: boolean;
|
|
414
|
-
Complete: boolean;
|
|
415
|
-
Failed: boolean;
|
|
416
|
-
RunningId: number;
|
|
417
|
-
WhenStarted: string;
|
|
418
|
-
WhenFinished: string;
|
|
419
|
-
}
|
|
420
|
-
interface Graphs {
|
|
421
|
-
ECLGraph: ECLGraph[];
|
|
422
|
-
}
|
|
423
|
-
interface ECLSourceFiles {
|
|
424
|
-
ECLSourceFile: any[];
|
|
425
|
-
}
|
|
426
|
-
interface ECLSourceFile {
|
|
427
|
-
FileCluster: string;
|
|
428
|
-
Name: string;
|
|
429
|
-
IsSuperFile: boolean;
|
|
430
|
-
Subs: number;
|
|
431
|
-
Count: number;
|
|
432
|
-
ECLSourceFiles: ECLSourceFiles;
|
|
433
|
-
}
|
|
434
|
-
interface SourceFiles {
|
|
435
|
-
ECLSourceFile: ECLSourceFile[];
|
|
436
|
-
}
|
|
437
|
-
interface ECLSchemaItem {
|
|
438
|
-
ColumnName: string;
|
|
439
|
-
ColumnType: string;
|
|
440
|
-
ColumnTypeCode: number;
|
|
441
|
-
isConditional: boolean;
|
|
442
|
-
}
|
|
443
|
-
interface ECLSchemas {
|
|
444
|
-
ECLSchemaItem: ECLSchemaItem[];
|
|
445
|
-
}
|
|
446
|
-
interface ECLResult {
|
|
447
|
-
Name: string;
|
|
448
|
-
Sequence: number;
|
|
449
|
-
Value: string;
|
|
450
|
-
Link: string;
|
|
451
|
-
FileName: string;
|
|
452
|
-
IsSupplied: boolean;
|
|
453
|
-
ShowFileContent: boolean;
|
|
454
|
-
Total: number;
|
|
455
|
-
ECLSchemas: ECLSchemas;
|
|
456
|
-
XmlSchema: string;
|
|
457
|
-
}
|
|
458
|
-
interface Results {
|
|
459
|
-
ECLResult: ECLResult[];
|
|
460
|
-
}
|
|
461
|
-
interface ECLSchemaItem2 {
|
|
462
|
-
ColumnName: string;
|
|
463
|
-
ColumnType: string;
|
|
464
|
-
ColumnTypeCode: number;
|
|
465
|
-
isConditional: boolean;
|
|
466
|
-
}
|
|
467
|
-
interface ECLSchemas2 {
|
|
468
|
-
ECLSchemaItem: ECLSchemaItem2[];
|
|
469
|
-
}
|
|
470
|
-
interface ECLResult2 {
|
|
471
|
-
Name: string;
|
|
472
|
-
Sequence: number;
|
|
473
|
-
Value: string;
|
|
474
|
-
Link: string;
|
|
475
|
-
FileName: string;
|
|
476
|
-
IsSupplied: boolean;
|
|
477
|
-
ShowFileContent: boolean;
|
|
478
|
-
Total: number;
|
|
479
|
-
ECLSchemas: ECLSchemas2;
|
|
480
|
-
XmlSchema: string;
|
|
481
|
-
}
|
|
482
|
-
interface Variables {
|
|
483
|
-
ECLResult: ECLResult2[];
|
|
484
|
-
}
|
|
485
|
-
interface ECLTimer {
|
|
486
|
-
Name: string;
|
|
487
|
-
Value: string;
|
|
488
|
-
count: number;
|
|
489
|
-
GraphName: string;
|
|
490
|
-
SubGraphId: number;
|
|
491
|
-
}
|
|
492
|
-
interface Timers {
|
|
493
|
-
ECLTimer: ECLTimer[];
|
|
494
|
-
}
|
|
495
|
-
interface DebugValue {
|
|
496
|
-
Name: string;
|
|
497
|
-
Value: string;
|
|
498
|
-
}
|
|
499
|
-
interface DebugValues {
|
|
500
|
-
DebugValue: DebugValue[];
|
|
501
|
-
}
|
|
502
|
-
interface ApplicationValue {
|
|
503
|
-
Application: string;
|
|
504
|
-
Name: string;
|
|
505
|
-
Value: string;
|
|
506
|
-
}
|
|
507
|
-
interface ApplicationValues {
|
|
508
|
-
ApplicationValue: ApplicationValue[];
|
|
509
|
-
}
|
|
510
|
-
interface ECLWorkflow {
|
|
511
|
-
WFID: string;
|
|
512
|
-
EventName: string;
|
|
513
|
-
EventText: string;
|
|
514
|
-
Count: number;
|
|
515
|
-
CountRemaining: number;
|
|
516
|
-
}
|
|
517
|
-
interface Workflows {
|
|
518
|
-
ECLWorkflow: ECLWorkflow[];
|
|
519
|
-
}
|
|
520
|
-
interface ECLTimingData {
|
|
521
|
-
Name: string;
|
|
522
|
-
GraphNum: number;
|
|
523
|
-
SubGraphNum: number;
|
|
524
|
-
GID: number;
|
|
525
|
-
Min: number;
|
|
526
|
-
MS: number;
|
|
527
|
-
}
|
|
528
|
-
interface TimingData {
|
|
529
|
-
ECLTimingData: ECLTimingData[];
|
|
530
|
-
}
|
|
531
|
-
interface AllowedClusters {
|
|
532
|
-
AllowedCluster: string[];
|
|
533
|
-
}
|
|
534
|
-
interface ThorLogInfo {
|
|
535
|
-
ProcessName: string;
|
|
536
|
-
ClusterGroup: string;
|
|
537
|
-
LogDate: string;
|
|
538
|
-
NumberSlaves: number;
|
|
539
|
-
}
|
|
540
|
-
interface ThorLogList {
|
|
541
|
-
ThorLogInfo: ThorLogInfo[];
|
|
542
|
-
}
|
|
543
|
-
interface ResourceURLs {
|
|
544
|
-
URL: string[];
|
|
545
|
-
}
|
|
546
|
-
interface ECLWorkunit {
|
|
547
|
-
Wuid: string;
|
|
548
|
-
Owner: string;
|
|
549
|
-
Cluster: string;
|
|
550
|
-
RoxieCluster: string;
|
|
551
|
-
Jobname: string;
|
|
552
|
-
Queue: string;
|
|
553
|
-
StateID: number;
|
|
554
|
-
State: string;
|
|
555
|
-
StateEx: string;
|
|
556
|
-
Description: string;
|
|
557
|
-
Protected: boolean;
|
|
558
|
-
Active: boolean;
|
|
559
|
-
Action: number;
|
|
560
|
-
ActionEx: string;
|
|
561
|
-
DateTimeScheduled: string;
|
|
562
|
-
PriorityClass: number;
|
|
563
|
-
PriorityLevel: number;
|
|
564
|
-
Scope: string;
|
|
565
|
-
Snapshot: string;
|
|
566
|
-
ResultLimit: number;
|
|
567
|
-
Archived: boolean;
|
|
568
|
-
IsPausing: boolean;
|
|
569
|
-
ThorLCR: boolean;
|
|
570
|
-
EventSchedule: number;
|
|
571
|
-
HaveSubGraphTimings: boolean;
|
|
572
|
-
TotalClusterTime: string;
|
|
573
|
-
AbortBy: string;
|
|
574
|
-
AbortTime: string;
|
|
575
|
-
Query: Query;
|
|
576
|
-
Helpers: Helpers;
|
|
577
|
-
Exceptions: Exceptions2;
|
|
578
|
-
Graphs: Graphs;
|
|
579
|
-
SourceFiles: SourceFiles;
|
|
580
|
-
Results: Results;
|
|
581
|
-
Variables: Variables;
|
|
582
|
-
Timers: Timers;
|
|
583
|
-
DebugValues: DebugValues;
|
|
584
|
-
ApplicationValues: ApplicationValues;
|
|
585
|
-
Workflows: Workflows;
|
|
586
|
-
TimingData: TimingData;
|
|
587
|
-
AllowedClusters: AllowedClusters;
|
|
588
|
-
ErrorCount: number;
|
|
589
|
-
WarningCount: number;
|
|
590
|
-
InfoCount: number;
|
|
591
|
-
AlertCount: number;
|
|
592
|
-
GraphCount: number;
|
|
593
|
-
SourceFileCount: number;
|
|
594
|
-
ResultCount: number;
|
|
595
|
-
VariableCount: number;
|
|
596
|
-
TimerCount: number;
|
|
597
|
-
HasDebugValue: boolean;
|
|
598
|
-
ApplicationValueCount: number;
|
|
599
|
-
XmlParams: string;
|
|
600
|
-
AccessFlag: number;
|
|
601
|
-
ClusterFlag: number;
|
|
602
|
-
HelpersDesc: string;
|
|
603
|
-
GraphsDesc: string;
|
|
604
|
-
SourceFilesDesc: string;
|
|
605
|
-
ResultsDesc: string;
|
|
606
|
-
VariablesDesc: string;
|
|
607
|
-
TimersDesc: string;
|
|
608
|
-
DebugValuesDesc: string;
|
|
609
|
-
ApplicationValuesDesc: string;
|
|
610
|
-
WorkflowsDesc: string;
|
|
611
|
-
HasArchiveQuery: boolean;
|
|
612
|
-
ThorLogList: ThorLogList;
|
|
613
|
-
ResourceURLs: ResourceURLs;
|
|
614
|
-
ResultViewCount: number;
|
|
615
|
-
ResourceURLCount: number;
|
|
616
|
-
DebugValueCount: number;
|
|
617
|
-
WorkflowCount: number;
|
|
618
|
-
HelpersCount: number;
|
|
619
|
-
CompileCost?: number;
|
|
620
|
-
ExecuteCost?: number;
|
|
621
|
-
FileAccessCost?: number;
|
|
622
|
-
}
|
|
623
|
-
interface Workunits {
|
|
624
|
-
ECLWorkunit: ECLWorkunit[];
|
|
625
|
-
}
|
|
626
|
-
interface Response {
|
|
627
|
-
Exceptions: Exceptions;
|
|
628
|
-
Type: string;
|
|
629
|
-
Cluster: string;
|
|
630
|
-
RoxieCluster: string;
|
|
631
|
-
Owner: string;
|
|
632
|
-
State: string;
|
|
633
|
-
StartDate: string;
|
|
634
|
-
EndDate: string;
|
|
635
|
-
ECL: string;
|
|
636
|
-
Jobname: string;
|
|
637
|
-
LogicalFile: string;
|
|
638
|
-
LogicalFileSearchType: string;
|
|
639
|
-
Current: string;
|
|
640
|
-
Next: string;
|
|
641
|
-
Count: number;
|
|
642
|
-
PageSize: number;
|
|
643
|
-
PrevPage: number;
|
|
644
|
-
NextPage: number;
|
|
645
|
-
LastPage: number;
|
|
646
|
-
NumWUs: number;
|
|
647
|
-
First: boolean;
|
|
648
|
-
PageStartFrom: number;
|
|
649
|
-
PageEndAt: number;
|
|
650
|
-
LastNDays: number;
|
|
651
|
-
Sortby: string;
|
|
652
|
-
Descending: boolean;
|
|
653
|
-
BasicQuery: string;
|
|
654
|
-
Filters: string;
|
|
655
|
-
CacheHint: number;
|
|
656
|
-
Workunits: Workunits;
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
export declare namespace WUCreate {
|
|
660
|
-
interface Exception {
|
|
661
|
-
Code: string;
|
|
662
|
-
Audience: string;
|
|
663
|
-
Source: string;
|
|
664
|
-
Message: string;
|
|
665
|
-
}
|
|
666
|
-
interface Exceptions {
|
|
667
|
-
Source: string;
|
|
668
|
-
Exception: Exception[];
|
|
669
|
-
}
|
|
670
|
-
interface Query {
|
|
671
|
-
Text: string;
|
|
672
|
-
Cpp: string;
|
|
673
|
-
ResTxt: string;
|
|
674
|
-
Dll: string;
|
|
675
|
-
ThorLog: string;
|
|
676
|
-
QueryMainDefinition: string;
|
|
677
|
-
}
|
|
678
|
-
interface ECLHelpFile {
|
|
679
|
-
Name: string;
|
|
680
|
-
Type: string;
|
|
681
|
-
IPAddress: string;
|
|
682
|
-
Description: string;
|
|
683
|
-
FileSize: number;
|
|
684
|
-
PID: number;
|
|
685
|
-
minActivityId: number;
|
|
686
|
-
maxActivityId: number;
|
|
687
|
-
}
|
|
688
|
-
interface Helpers {
|
|
689
|
-
ECLHelpFile: ECLHelpFile[];
|
|
690
|
-
}
|
|
691
|
-
interface ECLException {
|
|
692
|
-
Source: string;
|
|
693
|
-
Severity: string;
|
|
694
|
-
Code: number;
|
|
695
|
-
Message: string;
|
|
696
|
-
FileName: string;
|
|
697
|
-
LineNo: number;
|
|
698
|
-
Column: number;
|
|
699
|
-
Activity: number;
|
|
700
|
-
}
|
|
701
|
-
interface Exceptions2 {
|
|
702
|
-
ECLException: ECLException[];
|
|
703
|
-
}
|
|
704
|
-
interface ECLGraph {
|
|
705
|
-
Name: string;
|
|
706
|
-
Label: string;
|
|
707
|
-
Type: string;
|
|
708
|
-
Running: boolean;
|
|
709
|
-
Complete: boolean;
|
|
710
|
-
Failed: boolean;
|
|
711
|
-
RunningId: number;
|
|
712
|
-
WhenStarted: string;
|
|
713
|
-
WhenFinished: string;
|
|
714
|
-
}
|
|
715
|
-
interface Graphs {
|
|
716
|
-
ECLGraph: ECLGraph[];
|
|
717
|
-
}
|
|
718
|
-
interface ECLSourceFiles {
|
|
719
|
-
ECLSourceFile: any[];
|
|
720
|
-
}
|
|
721
|
-
interface ECLSourceFile {
|
|
722
|
-
FileCluster: string;
|
|
723
|
-
Name: string;
|
|
724
|
-
IsSuperFile: boolean;
|
|
725
|
-
Subs: number;
|
|
726
|
-
Count: number;
|
|
727
|
-
ECLSourceFiles: ECLSourceFiles;
|
|
728
|
-
}
|
|
729
|
-
interface SourceFiles {
|
|
730
|
-
ECLSourceFile: ECLSourceFile[];
|
|
731
|
-
}
|
|
732
|
-
interface ECLSchemaItem {
|
|
733
|
-
ColumnName: string;
|
|
734
|
-
ColumnType: string;
|
|
735
|
-
ColumnTypeCode: number;
|
|
736
|
-
isConditional: boolean;
|
|
737
|
-
}
|
|
738
|
-
interface ECLSchemas {
|
|
739
|
-
ECLSchemaItem: ECLSchemaItem[];
|
|
740
|
-
}
|
|
741
|
-
interface ECLResult {
|
|
742
|
-
Name: string;
|
|
743
|
-
Sequence: number;
|
|
744
|
-
Value: string;
|
|
745
|
-
Link: string;
|
|
746
|
-
FileName: string;
|
|
747
|
-
IsSupplied: boolean;
|
|
748
|
-
ShowFileContent: boolean;
|
|
749
|
-
Total: number;
|
|
750
|
-
ECLSchemas: ECLSchemas;
|
|
751
|
-
XmlSchema: string;
|
|
752
|
-
}
|
|
753
|
-
interface Results {
|
|
754
|
-
ECLResult: ECLResult[];
|
|
755
|
-
}
|
|
756
|
-
interface ECLSchemaItem2 {
|
|
757
|
-
ColumnName: string;
|
|
758
|
-
ColumnType: string;
|
|
759
|
-
ColumnTypeCode: number;
|
|
760
|
-
isConditional: boolean;
|
|
761
|
-
}
|
|
762
|
-
interface ECLSchemas2 {
|
|
763
|
-
ECLSchemaItem: ECLSchemaItem2[];
|
|
764
|
-
}
|
|
765
|
-
interface ECLResult2 {
|
|
766
|
-
Name: string;
|
|
767
|
-
Sequence: number;
|
|
768
|
-
Value: string;
|
|
769
|
-
Link: string;
|
|
770
|
-
FileName: string;
|
|
771
|
-
IsSupplied: boolean;
|
|
772
|
-
ShowFileContent: boolean;
|
|
773
|
-
Total: number;
|
|
774
|
-
ECLSchemas: ECLSchemas2;
|
|
775
|
-
XmlSchema: string;
|
|
776
|
-
}
|
|
777
|
-
interface Variables {
|
|
778
|
-
ECLResult: ECLResult2[];
|
|
779
|
-
}
|
|
780
|
-
interface ECLTimer {
|
|
781
|
-
Name: string;
|
|
782
|
-
Value: string;
|
|
783
|
-
count: number;
|
|
784
|
-
GraphName: string;
|
|
785
|
-
SubGraphId: number;
|
|
786
|
-
}
|
|
787
|
-
interface Timers {
|
|
788
|
-
ECLTimer: ECLTimer[];
|
|
789
|
-
}
|
|
790
|
-
interface DebugValue {
|
|
791
|
-
Name: string;
|
|
792
|
-
Value: string;
|
|
793
|
-
}
|
|
794
|
-
interface DebugValues {
|
|
795
|
-
DebugValue: DebugValue[];
|
|
796
|
-
}
|
|
797
|
-
interface ApplicationValue {
|
|
798
|
-
Application: string;
|
|
799
|
-
Name: string;
|
|
800
|
-
Value: string;
|
|
801
|
-
}
|
|
802
|
-
interface ApplicationValues {
|
|
803
|
-
ApplicationValue: ApplicationValue[];
|
|
804
|
-
}
|
|
805
|
-
interface ECLWorkflow {
|
|
806
|
-
WFID: string;
|
|
807
|
-
EventName: string;
|
|
808
|
-
EventText: string;
|
|
809
|
-
Count: number;
|
|
810
|
-
CountRemaining: number;
|
|
811
|
-
}
|
|
812
|
-
interface Workflows {
|
|
813
|
-
ECLWorkflow: ECLWorkflow[];
|
|
814
|
-
}
|
|
815
|
-
interface ECLTimingData {
|
|
816
|
-
Name: string;
|
|
817
|
-
GraphNum: number;
|
|
818
|
-
SubGraphNum: number;
|
|
819
|
-
GID: number;
|
|
820
|
-
Min: number;
|
|
821
|
-
MS: number;
|
|
822
|
-
}
|
|
823
|
-
interface TimingData {
|
|
824
|
-
ECLTimingData: ECLTimingData[];
|
|
825
|
-
}
|
|
826
|
-
interface AllowedClusters {
|
|
827
|
-
AllowedCluster: string[];
|
|
828
|
-
}
|
|
829
|
-
interface ThorLogInfo {
|
|
830
|
-
ProcessName: string;
|
|
831
|
-
ClusterGroup: string;
|
|
832
|
-
LogDate: string;
|
|
833
|
-
NumberSlaves: number;
|
|
834
|
-
}
|
|
835
|
-
interface ThorLogList {
|
|
836
|
-
ThorLogInfo: ThorLogInfo[];
|
|
837
|
-
}
|
|
838
|
-
interface ResourceURLs {
|
|
839
|
-
URL: string[];
|
|
840
|
-
}
|
|
841
|
-
interface Workunit {
|
|
842
|
-
Wuid: string;
|
|
843
|
-
Owner: string;
|
|
844
|
-
Cluster: string;
|
|
845
|
-
RoxieCluster: string;
|
|
846
|
-
Jobname: string;
|
|
847
|
-
Queue: string;
|
|
848
|
-
StateID: number;
|
|
849
|
-
State: string;
|
|
850
|
-
StateEx: string;
|
|
851
|
-
Description: string;
|
|
852
|
-
Protected: boolean;
|
|
853
|
-
Active: boolean;
|
|
854
|
-
Action: number;
|
|
855
|
-
ActionEx: string;
|
|
856
|
-
DateTimeScheduled: string;
|
|
857
|
-
PriorityClass: number;
|
|
858
|
-
PriorityLevel: number;
|
|
859
|
-
Scope: string;
|
|
860
|
-
Snapshot: string;
|
|
861
|
-
ResultLimit: number;
|
|
862
|
-
Archived: boolean;
|
|
863
|
-
IsPausing: boolean;
|
|
864
|
-
ThorLCR: boolean;
|
|
865
|
-
EventSchedule: number;
|
|
866
|
-
HaveSubGraphTimings: boolean;
|
|
867
|
-
TotalClusterTime: string;
|
|
868
|
-
AbortBy: string;
|
|
869
|
-
AbortTime: string;
|
|
870
|
-
Query: Query;
|
|
871
|
-
Helpers: Helpers;
|
|
872
|
-
Exceptions: Exceptions2;
|
|
873
|
-
Graphs: Graphs;
|
|
874
|
-
SourceFiles: SourceFiles;
|
|
875
|
-
Results: Results;
|
|
876
|
-
Variables: Variables;
|
|
877
|
-
Timers: Timers;
|
|
878
|
-
DebugValues: DebugValues;
|
|
879
|
-
ApplicationValues: ApplicationValues;
|
|
880
|
-
Workflows: Workflows;
|
|
881
|
-
TimingData: TimingData;
|
|
882
|
-
AllowedClusters: AllowedClusters;
|
|
883
|
-
ErrorCount: number;
|
|
884
|
-
WarningCount: number;
|
|
885
|
-
InfoCount: number;
|
|
886
|
-
AlertCount: number;
|
|
887
|
-
GraphCount: number;
|
|
888
|
-
SourceFileCount: number;
|
|
889
|
-
ResultCount: number;
|
|
890
|
-
VariableCount: number;
|
|
891
|
-
TimerCount: number;
|
|
892
|
-
HasDebugValue: boolean;
|
|
893
|
-
ApplicationValueCount: number;
|
|
894
|
-
XmlParams: string;
|
|
895
|
-
AccessFlag: number;
|
|
896
|
-
ClusterFlag: number;
|
|
897
|
-
HelpersDesc: string;
|
|
898
|
-
GraphsDesc: string;
|
|
899
|
-
SourceFilesDesc: string;
|
|
900
|
-
ResultsDesc: string;
|
|
901
|
-
VariablesDesc: string;
|
|
902
|
-
TimersDesc: string;
|
|
903
|
-
DebugValuesDesc: string;
|
|
904
|
-
ApplicationValuesDesc: string;
|
|
905
|
-
WorkflowsDesc: string;
|
|
906
|
-
HasArchiveQuery: boolean;
|
|
907
|
-
ThorLogList: ThorLogList;
|
|
908
|
-
ResourceURLs: ResourceURLs;
|
|
909
|
-
ResultViewCount: number;
|
|
910
|
-
ResourceURLCount: number;
|
|
911
|
-
DebugValueCount: number;
|
|
912
|
-
WorkflowCount: number;
|
|
913
|
-
HelpersCount: number;
|
|
914
|
-
}
|
|
915
|
-
interface Response {
|
|
916
|
-
Exceptions: Exceptions;
|
|
917
|
-
Workunit: Workunit;
|
|
918
|
-
}
|
|
919
|
-
}
|
|
920
|
-
export declare namespace WUListQueries {
|
|
921
|
-
interface Request {
|
|
922
|
-
QueryID: string;
|
|
923
|
-
QueryName: string;
|
|
924
|
-
}
|
|
925
|
-
interface Exception {
|
|
926
|
-
Code: string;
|
|
927
|
-
Audience: string;
|
|
928
|
-
Source: string;
|
|
929
|
-
Message: string;
|
|
930
|
-
}
|
|
931
|
-
interface Exceptions {
|
|
932
|
-
Source: string;
|
|
933
|
-
Exception: Exception[];
|
|
934
|
-
}
|
|
935
|
-
interface ClusterQueryState {
|
|
936
|
-
Cluster: string;
|
|
937
|
-
State: string;
|
|
938
|
-
Errors: string;
|
|
939
|
-
MixedNodeStates: boolean;
|
|
940
|
-
}
|
|
941
|
-
interface Clusters {
|
|
942
|
-
ClusterQueryState: ClusterQueryState[];
|
|
943
|
-
}
|
|
944
|
-
interface QuerySetQuery {
|
|
945
|
-
Id: string;
|
|
946
|
-
Name: string;
|
|
947
|
-
Wuid: string;
|
|
948
|
-
Dll: string;
|
|
949
|
-
Suspended: boolean;
|
|
950
|
-
Clusters: Clusters;
|
|
951
|
-
memoryLimit: string;
|
|
952
|
-
timeLimit: number;
|
|
953
|
-
warnTimeLimit: number;
|
|
954
|
-
priority: string;
|
|
955
|
-
Comment: string;
|
|
956
|
-
QuerySetId: string;
|
|
957
|
-
IsLibrary: boolean;
|
|
958
|
-
Activated: boolean;
|
|
959
|
-
PublishedBy: string;
|
|
960
|
-
snapshot: string;
|
|
961
|
-
}
|
|
962
|
-
interface QuerysetQueries {
|
|
963
|
-
QuerySetQuery: QuerySetQuery[];
|
|
964
|
-
}
|
|
965
|
-
interface Response {
|
|
966
|
-
Exceptions: Exceptions;
|
|
967
|
-
NumberOfQueries: number;
|
|
968
|
-
CacheHint: number;
|
|
969
|
-
QuerysetQueries: QuerysetQueries;
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
export declare namespace WUPushEvent {
|
|
973
|
-
interface Request {
|
|
974
|
-
EventName: string;
|
|
975
|
-
EventText: string;
|
|
976
|
-
}
|
|
977
|
-
interface Exception {
|
|
978
|
-
Code: string;
|
|
979
|
-
Audience: string;
|
|
980
|
-
Source: string;
|
|
981
|
-
Message: string;
|
|
982
|
-
}
|
|
983
|
-
interface Exceptions {
|
|
984
|
-
Source: string;
|
|
985
|
-
Exception: Exception[];
|
|
986
|
-
}
|
|
987
|
-
interface Response {
|
|
988
|
-
Exceptions: Exceptions;
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
27
|
export declare namespace WUUpdate {
|
|
992
28
|
enum Action {
|
|
993
29
|
Unknown = 0,
|
|
@@ -1001,1301 +37,26 @@ export declare namespace WUUpdate {
|
|
|
1001
37
|
Debug = 8,
|
|
1002
38
|
__size = 9
|
|
1003
39
|
}
|
|
1004
|
-
interface Request {
|
|
1005
|
-
Wuid: string;
|
|
1006
|
-
State?: string;
|
|
1007
|
-
StateOrig?: string;
|
|
1008
|
-
Jobname?: string;
|
|
1009
|
-
JobnameOrig?: string;
|
|
1010
|
-
QueryText?: string;
|
|
1011
|
-
Action?: Action;
|
|
1012
|
-
Description?: string;
|
|
1013
|
-
DescriptionOrig?: string;
|
|
1014
|
-
AddDrilldownFields?: boolean;
|
|
1015
|
-
ResultLimit?: number;
|
|
1016
|
-
Protected?: boolean;
|
|
1017
|
-
ProtectedOrig?: boolean;
|
|
1018
|
-
PriorityClass?: string;
|
|
1019
|
-
PriorityLevel?: string;
|
|
1020
|
-
Scope?: string;
|
|
1021
|
-
ScopeOrig?: string;
|
|
1022
|
-
ClusterSelection?: string;
|
|
1023
|
-
ClusterOrig?: string;
|
|
1024
|
-
XmlParams?: string;
|
|
1025
|
-
ThorSlaveIP?: string;
|
|
1026
|
-
QueryMainDefinition?: string;
|
|
1027
|
-
DebugValues?: DebugValues;
|
|
1028
|
-
ApplicationValues?: ApplicationValues;
|
|
1029
|
-
}
|
|
1030
|
-
interface Exception {
|
|
1031
|
-
Code: string;
|
|
1032
|
-
Audience: string;
|
|
1033
|
-
Source: string;
|
|
1034
|
-
Message: string;
|
|
1035
|
-
}
|
|
1036
|
-
interface Exceptions {
|
|
1037
|
-
Source: string;
|
|
1038
|
-
Exception: Exception[];
|
|
1039
|
-
}
|
|
1040
|
-
interface Query {
|
|
1041
|
-
Text: string;
|
|
1042
|
-
Cpp: string;
|
|
1043
|
-
ResTxt: string;
|
|
1044
|
-
Dll: string;
|
|
1045
|
-
ThorLog: string;
|
|
1046
|
-
QueryMainDefinition: string;
|
|
1047
|
-
}
|
|
1048
|
-
interface ECLHelpFile {
|
|
1049
|
-
Name: string;
|
|
1050
|
-
Type: string;
|
|
1051
|
-
IPAddress: string;
|
|
1052
|
-
Description: string;
|
|
1053
|
-
FileSize: number;
|
|
1054
|
-
PID: number;
|
|
1055
|
-
minActivityId: number;
|
|
1056
|
-
maxActivityId: number;
|
|
1057
|
-
}
|
|
1058
|
-
interface Helpers {
|
|
1059
|
-
ECLHelpFile: ECLHelpFile[];
|
|
1060
|
-
}
|
|
1061
|
-
interface ECLException {
|
|
1062
|
-
Source: string;
|
|
1063
|
-
Severity: string;
|
|
1064
|
-
Code: number;
|
|
1065
|
-
Message: string;
|
|
1066
|
-
FileName: string;
|
|
1067
|
-
LineNo: number;
|
|
1068
|
-
Column: number;
|
|
1069
|
-
Activity: number;
|
|
1070
|
-
}
|
|
1071
|
-
interface Exceptions2 {
|
|
1072
|
-
ECLException: ECLException[];
|
|
1073
|
-
}
|
|
1074
|
-
interface ECLGraph {
|
|
1075
|
-
Name: string;
|
|
1076
|
-
Label: string;
|
|
1077
|
-
Type: string;
|
|
1078
|
-
Running: boolean;
|
|
1079
|
-
Complete: boolean;
|
|
1080
|
-
Failed: boolean;
|
|
1081
|
-
RunningId: number;
|
|
1082
|
-
WhenStarted: string;
|
|
1083
|
-
WhenFinished: string;
|
|
1084
|
-
}
|
|
1085
|
-
interface Graphs {
|
|
1086
|
-
ECLGraph: ECLGraph[];
|
|
1087
|
-
}
|
|
1088
|
-
interface ECLSourceFiles {
|
|
1089
|
-
ECLSourceFile: any[];
|
|
1090
|
-
}
|
|
1091
|
-
interface ECLSourceFile {
|
|
1092
|
-
FileCluster: string;
|
|
1093
|
-
Name: string;
|
|
1094
|
-
IsSuperFile: boolean;
|
|
1095
|
-
Subs: number;
|
|
1096
|
-
Count: number;
|
|
1097
|
-
ECLSourceFiles: ECLSourceFiles;
|
|
1098
|
-
}
|
|
1099
|
-
interface SourceFiles {
|
|
1100
|
-
ECLSourceFile: ECLSourceFile[];
|
|
1101
|
-
}
|
|
1102
|
-
interface ECLSchemaItem {
|
|
1103
|
-
ColumnName: string;
|
|
1104
|
-
ColumnType: string;
|
|
1105
|
-
ColumnTypeCode: number;
|
|
1106
|
-
isConditional: boolean;
|
|
1107
|
-
}
|
|
1108
|
-
interface ECLSchemas {
|
|
1109
|
-
ECLSchemaItem: ECLSchemaItem[];
|
|
1110
|
-
}
|
|
1111
|
-
interface ECLResult {
|
|
1112
|
-
Name: string;
|
|
1113
|
-
Sequence: number;
|
|
1114
|
-
Value: string;
|
|
1115
|
-
Link: string;
|
|
1116
|
-
FileName: string;
|
|
1117
|
-
IsSupplied: boolean;
|
|
1118
|
-
ShowFileContent: boolean;
|
|
1119
|
-
Total: number;
|
|
1120
|
-
ECLSchemas: ECLSchemas;
|
|
1121
|
-
XmlSchema: string;
|
|
1122
|
-
}
|
|
1123
|
-
interface Results {
|
|
1124
|
-
ECLResult: ECLResult[];
|
|
1125
|
-
}
|
|
1126
|
-
interface ECLSchemaItem2 {
|
|
1127
|
-
ColumnName: string;
|
|
1128
|
-
ColumnType: string;
|
|
1129
|
-
ColumnTypeCode: number;
|
|
1130
|
-
isConditional: boolean;
|
|
1131
|
-
}
|
|
1132
|
-
interface ECLSchemas2 {
|
|
1133
|
-
ECLSchemaItem: ECLSchemaItem2[];
|
|
1134
|
-
}
|
|
1135
|
-
interface ECLResult2 {
|
|
1136
|
-
Name: string;
|
|
1137
|
-
Sequence: number;
|
|
1138
|
-
Value: string;
|
|
1139
|
-
Link: string;
|
|
1140
|
-
FileName: string;
|
|
1141
|
-
IsSupplied: boolean;
|
|
1142
|
-
ShowFileContent: boolean;
|
|
1143
|
-
Total: number;
|
|
1144
|
-
ECLSchemas: ECLSchemas2;
|
|
1145
|
-
XmlSchema: string;
|
|
1146
|
-
}
|
|
1147
|
-
interface Variables {
|
|
1148
|
-
ECLResult: ECLResult2[];
|
|
1149
|
-
}
|
|
1150
|
-
interface ECLTimer {
|
|
1151
|
-
Name: string;
|
|
1152
|
-
Value: string;
|
|
1153
|
-
count: number;
|
|
1154
|
-
GraphName: string;
|
|
1155
|
-
SubGraphId: number;
|
|
1156
|
-
}
|
|
1157
|
-
interface Timers {
|
|
1158
|
-
ECLTimer: ECLTimer[];
|
|
1159
|
-
}
|
|
1160
|
-
interface DebugValue {
|
|
1161
|
-
Name: string;
|
|
1162
|
-
Value: string;
|
|
1163
|
-
}
|
|
1164
|
-
interface DebugValues {
|
|
1165
|
-
DebugValue: DebugValue[];
|
|
1166
|
-
}
|
|
1167
|
-
interface ApplicationValue {
|
|
1168
|
-
Application: string;
|
|
1169
|
-
Name: string;
|
|
1170
|
-
Value: string;
|
|
1171
|
-
}
|
|
1172
|
-
interface ApplicationValues {
|
|
1173
|
-
ApplicationValue: ApplicationValue[];
|
|
1174
|
-
}
|
|
1175
|
-
interface ECLWorkflow {
|
|
1176
|
-
WFID: string;
|
|
1177
|
-
EventName: string;
|
|
1178
|
-
EventText: string;
|
|
1179
|
-
Count: number;
|
|
1180
|
-
CountRemaining: number;
|
|
1181
|
-
}
|
|
1182
|
-
interface Workflows {
|
|
1183
|
-
ECLWorkflow: ECLWorkflow[];
|
|
1184
|
-
}
|
|
1185
|
-
interface ECLTimingData {
|
|
1186
|
-
Name: string;
|
|
1187
|
-
GraphNum: number;
|
|
1188
|
-
SubGraphNum: number;
|
|
1189
|
-
GID: number;
|
|
1190
|
-
Min: number;
|
|
1191
|
-
MS: number;
|
|
1192
|
-
}
|
|
1193
|
-
interface TimingData {
|
|
1194
|
-
ECLTimingData: ECLTimingData[];
|
|
1195
|
-
}
|
|
1196
|
-
interface AllowedClusters {
|
|
1197
|
-
AllowedCluster: string[];
|
|
1198
|
-
}
|
|
1199
|
-
interface ThorLogInfo {
|
|
1200
|
-
ProcessName: string;
|
|
1201
|
-
ClusterGroup: string;
|
|
1202
|
-
LogDate: string;
|
|
1203
|
-
NumberSlaves: number;
|
|
1204
|
-
}
|
|
1205
|
-
interface ThorLogList {
|
|
1206
|
-
ThorLogInfo: ThorLogInfo[];
|
|
1207
|
-
}
|
|
1208
|
-
interface ResourceURLs {
|
|
1209
|
-
URL: string[];
|
|
1210
|
-
}
|
|
1211
|
-
interface Workunit {
|
|
1212
|
-
Wuid: string;
|
|
1213
|
-
Owner: string;
|
|
1214
|
-
Cluster: string;
|
|
1215
|
-
RoxieCluster: string;
|
|
1216
|
-
Jobname: string;
|
|
1217
|
-
Queue: string;
|
|
1218
|
-
StateID: number;
|
|
1219
|
-
State: string;
|
|
1220
|
-
StateEx: string;
|
|
1221
|
-
Description: string;
|
|
1222
|
-
Protected: boolean;
|
|
1223
|
-
Active: boolean;
|
|
1224
|
-
Action: number;
|
|
1225
|
-
ActionEx: string;
|
|
1226
|
-
DateTimeScheduled: string;
|
|
1227
|
-
PriorityClass: number;
|
|
1228
|
-
PriorityLevel: number;
|
|
1229
|
-
Scope: string;
|
|
1230
|
-
Snapshot: string;
|
|
1231
|
-
ResultLimit: number;
|
|
1232
|
-
Archived: boolean;
|
|
1233
|
-
IsPausing: boolean;
|
|
1234
|
-
ThorLCR: boolean;
|
|
1235
|
-
EventSchedule: number;
|
|
1236
|
-
HaveSubGraphTimings: boolean;
|
|
1237
|
-
TotalClusterTime: string;
|
|
1238
|
-
AbortBy: string;
|
|
1239
|
-
AbortTime: string;
|
|
1240
|
-
Query: Query;
|
|
1241
|
-
Helpers: Helpers;
|
|
1242
|
-
Exceptions: Exceptions2;
|
|
1243
|
-
Graphs: Graphs;
|
|
1244
|
-
SourceFiles: SourceFiles;
|
|
1245
|
-
Results: Results;
|
|
1246
|
-
Variables: Variables;
|
|
1247
|
-
Timers: Timers;
|
|
1248
|
-
DebugValues: DebugValues;
|
|
1249
|
-
ApplicationValues: ApplicationValues;
|
|
1250
|
-
Workflows: Workflows;
|
|
1251
|
-
TimingData: TimingData;
|
|
1252
|
-
AllowedClusters: AllowedClusters;
|
|
1253
|
-
ErrorCount: number;
|
|
1254
|
-
WarningCount: number;
|
|
1255
|
-
InfoCount: number;
|
|
1256
|
-
AlertCount: number;
|
|
1257
|
-
GraphCount: number;
|
|
1258
|
-
SourceFileCount: number;
|
|
1259
|
-
ResultCount: number;
|
|
1260
|
-
VariableCount: number;
|
|
1261
|
-
TimerCount: number;
|
|
1262
|
-
HasDebugValue: boolean;
|
|
1263
|
-
ApplicationValueCount: number;
|
|
1264
|
-
XmlParams: string;
|
|
1265
|
-
AccessFlag: number;
|
|
1266
|
-
ClusterFlag: number;
|
|
1267
|
-
HelpersDesc: string;
|
|
1268
|
-
GraphsDesc: string;
|
|
1269
|
-
SourceFilesDesc: string;
|
|
1270
|
-
ResultsDesc: string;
|
|
1271
|
-
VariablesDesc: string;
|
|
1272
|
-
TimersDesc: string;
|
|
1273
|
-
DebugValuesDesc: string;
|
|
1274
|
-
ApplicationValuesDesc: string;
|
|
1275
|
-
WorkflowsDesc: string;
|
|
1276
|
-
HasArchiveQuery: boolean;
|
|
1277
|
-
ThorLogList: ThorLogList;
|
|
1278
|
-
ResourceURLs: ResourceURLs;
|
|
1279
|
-
ResultViewCount: number;
|
|
1280
|
-
ResourceURLCount: number;
|
|
1281
|
-
DebugValueCount: number;
|
|
1282
|
-
WorkflowCount: number;
|
|
1283
|
-
HelpersCount: number;
|
|
1284
|
-
}
|
|
1285
|
-
interface Response {
|
|
1286
|
-
Exceptions: Exceptions;
|
|
1287
|
-
Workunit: Workunit;
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
export declare namespace WUSubmit {
|
|
1291
|
-
interface Request {
|
|
1292
|
-
Wuid: string;
|
|
1293
|
-
Cluster: string;
|
|
1294
|
-
Queue?: string;
|
|
1295
|
-
Snapshot?: string;
|
|
1296
|
-
MaxRunTime?: number;
|
|
1297
|
-
BlockTillFinishTimer?: boolean;
|
|
1298
|
-
SyntaxCheck?: boolean;
|
|
1299
|
-
NotifyCluster?: boolean;
|
|
1300
|
-
}
|
|
1301
|
-
interface Exception {
|
|
1302
|
-
Code: string;
|
|
1303
|
-
Audience: string;
|
|
1304
|
-
Source: string;
|
|
1305
|
-
Message: string;
|
|
1306
|
-
}
|
|
1307
|
-
interface Exceptions {
|
|
1308
|
-
Source: string;
|
|
1309
|
-
Exception: Exception[];
|
|
1310
|
-
}
|
|
1311
|
-
interface Response {
|
|
1312
|
-
Exceptions: Exceptions;
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
export declare namespace WUResubmit {
|
|
1316
|
-
interface Request {
|
|
1317
|
-
Wuids: string[];
|
|
1318
|
-
ResetWorkflow: boolean;
|
|
1319
|
-
CloneWorkunit: boolean;
|
|
1320
|
-
BlockTillFinishTimer?: number;
|
|
1321
|
-
}
|
|
1322
|
-
interface Exception {
|
|
1323
|
-
Code: string;
|
|
1324
|
-
Audience: string;
|
|
1325
|
-
Source: string;
|
|
1326
|
-
Message: string;
|
|
1327
|
-
}
|
|
1328
|
-
interface Exceptions {
|
|
1329
|
-
Source: string;
|
|
1330
|
-
Exception: Exception[];
|
|
1331
|
-
}
|
|
1332
|
-
interface WU {
|
|
1333
|
-
WUID: string;
|
|
1334
|
-
ParentWUID: string;
|
|
1335
|
-
}
|
|
1336
|
-
interface WUs {
|
|
1337
|
-
WU: WU[];
|
|
1338
|
-
}
|
|
1339
|
-
interface Response {
|
|
1340
|
-
Exceptions: Exceptions;
|
|
1341
|
-
WUs: WUs;
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
export declare namespace WUQueryDetails {
|
|
1345
|
-
interface Request {
|
|
1346
|
-
QueryId: string;
|
|
1347
|
-
QuerySet: string;
|
|
1348
|
-
IncludeStateOnClusters: boolean;
|
|
1349
|
-
IncludeSuperFiles: boolean;
|
|
1350
|
-
IncludeWsEclAddresses: boolean;
|
|
1351
|
-
CheckAllNodes: boolean;
|
|
1352
|
-
}
|
|
1353
|
-
interface Exception {
|
|
1354
|
-
Code: string;
|
|
1355
|
-
Audience: string;
|
|
1356
|
-
Source: string;
|
|
1357
|
-
Message: string;
|
|
1358
|
-
}
|
|
1359
|
-
interface Exceptions {
|
|
1360
|
-
Source: string;
|
|
1361
|
-
Exception: Exception[];
|
|
1362
|
-
}
|
|
1363
|
-
interface ClusterQueryState {
|
|
1364
|
-
Cluster: string;
|
|
1365
|
-
State: string;
|
|
1366
|
-
Errors: string;
|
|
1367
|
-
MixedNodeStates: boolean;
|
|
1368
|
-
}
|
|
1369
|
-
interface Clusters {
|
|
1370
|
-
ClusterQueryState: ClusterQueryState[];
|
|
1371
|
-
}
|
|
1372
|
-
interface LogicalFiles {
|
|
1373
|
-
Item: string[];
|
|
1374
|
-
}
|
|
1375
|
-
interface SubFiles {
|
|
1376
|
-
File: string[];
|
|
1377
|
-
}
|
|
1378
|
-
interface SuperFiles2 {
|
|
1379
|
-
SuperFile: any[];
|
|
1380
|
-
}
|
|
1381
|
-
interface SuperFile {
|
|
1382
|
-
Name: string;
|
|
1383
|
-
SubFiles: SubFiles;
|
|
1384
|
-
SuperFiles: SuperFiles2;
|
|
1385
|
-
}
|
|
1386
|
-
interface SuperFiles {
|
|
1387
|
-
SuperFile: SuperFile[];
|
|
1388
|
-
}
|
|
1389
|
-
interface LibrariesUsed {
|
|
1390
|
-
Item: string[];
|
|
1391
|
-
}
|
|
1392
|
-
interface WsEclAddresses {
|
|
1393
|
-
Address: string[];
|
|
1394
|
-
}
|
|
1395
|
-
interface ECLGraph {
|
|
1396
|
-
Name: string;
|
|
1397
|
-
Label: string;
|
|
1398
|
-
Type: string;
|
|
1399
|
-
Running: boolean;
|
|
1400
|
-
Complete: boolean;
|
|
1401
|
-
Failed: boolean;
|
|
1402
|
-
RunningId: number;
|
|
1403
|
-
WhenStarted: string;
|
|
1404
|
-
WhenFinished: string;
|
|
1405
|
-
}
|
|
1406
|
-
interface WUGraphs {
|
|
1407
|
-
ECLGraph: ECLGraph[];
|
|
1408
|
-
}
|
|
1409
|
-
interface ECLTimer {
|
|
1410
|
-
Name: string;
|
|
1411
|
-
Value: string;
|
|
1412
|
-
count: number;
|
|
1413
|
-
GraphName: string;
|
|
1414
|
-
SubGraphId: number;
|
|
1415
|
-
}
|
|
1416
|
-
interface WUTimers {
|
|
1417
|
-
ECLTimer: ECLTimer[];
|
|
1418
|
-
}
|
|
1419
|
-
interface Response {
|
|
1420
|
-
Exceptions: Exceptions;
|
|
1421
|
-
QueryId: string;
|
|
1422
|
-
QuerySet: string;
|
|
1423
|
-
QueryName: string;
|
|
1424
|
-
Wuid: string;
|
|
1425
|
-
Dll: string;
|
|
1426
|
-
Suspended: boolean;
|
|
1427
|
-
Activated: boolean;
|
|
1428
|
-
SuspendedBy: string;
|
|
1429
|
-
Clusters: Clusters;
|
|
1430
|
-
PublishedBy: string;
|
|
1431
|
-
Comment: string;
|
|
1432
|
-
LogicalFiles: LogicalFiles;
|
|
1433
|
-
SuperFiles: SuperFiles;
|
|
1434
|
-
IsLibrary: boolean;
|
|
1435
|
-
Priority: string;
|
|
1436
|
-
WUSnapShot: string;
|
|
1437
|
-
CompileTime: string;
|
|
1438
|
-
LibrariesUsed: LibrariesUsed;
|
|
1439
|
-
CountGraphs: number;
|
|
1440
|
-
ResourceURLCount: number;
|
|
1441
|
-
WsEclAddresses: WsEclAddresses;
|
|
1442
|
-
WUGraphs: WUGraphs;
|
|
1443
|
-
WUTimers: WUTimers;
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
export declare namespace WUAction {
|
|
1447
|
-
type Type = "SetToFailed" | "Pause" | "PauseNow" | "Resume" | "Abort" | "Delete" | "Restore" | "Deschedule" | "Reschedule" | "Protect" | "Unprotect";
|
|
1448
|
-
interface Request {
|
|
1449
|
-
Wuids: string[];
|
|
1450
|
-
WUActionType: Type;
|
|
1451
|
-
Cluster?: string;
|
|
1452
|
-
Owner?: string;
|
|
1453
|
-
State?: string;
|
|
1454
|
-
StartDate?: string;
|
|
1455
|
-
EndDate?: string;
|
|
1456
|
-
ECL?: string;
|
|
1457
|
-
Jobname?: string;
|
|
1458
|
-
Test?: string;
|
|
1459
|
-
CurrentPage?: number;
|
|
1460
|
-
PageSize?: number;
|
|
1461
|
-
Sortby?: number;
|
|
1462
|
-
Descending?: boolean;
|
|
1463
|
-
EventServer?: string;
|
|
1464
|
-
EventName?: string;
|
|
1465
|
-
PageFrom?: number;
|
|
1466
|
-
BlockTillFinishTimer?: number;
|
|
1467
|
-
}
|
|
1468
|
-
interface Exception {
|
|
1469
|
-
Code: string;
|
|
1470
|
-
Audience: string;
|
|
1471
|
-
Source: string;
|
|
1472
|
-
Message: string;
|
|
1473
|
-
}
|
|
1474
|
-
interface Exceptions {
|
|
1475
|
-
Source: string;
|
|
1476
|
-
Exception: Exception[];
|
|
1477
|
-
}
|
|
1478
|
-
interface WUActionResult {
|
|
1479
|
-
Wuid: string;
|
|
1480
|
-
Action: string;
|
|
1481
|
-
Result: string;
|
|
1482
|
-
}
|
|
1483
|
-
interface ActionResults {
|
|
1484
|
-
WUActionResult: WUActionResult[];
|
|
1485
|
-
}
|
|
1486
|
-
interface Response {
|
|
1487
|
-
Exceptions: Exceptions;
|
|
1488
|
-
ActionResults: ActionResults;
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
export declare namespace WUGetZAPInfo {
|
|
1492
|
-
interface Request {
|
|
1493
|
-
WUID: string;
|
|
1494
|
-
}
|
|
1495
|
-
interface Exception {
|
|
1496
|
-
Code: string;
|
|
1497
|
-
Audience: string;
|
|
1498
|
-
Source: string;
|
|
1499
|
-
Message: string;
|
|
1500
|
-
}
|
|
1501
|
-
interface Exceptions {
|
|
1502
|
-
Source: string;
|
|
1503
|
-
Exception: Exception[];
|
|
1504
|
-
}
|
|
1505
|
-
interface Response {
|
|
1506
|
-
Exceptions: Exceptions;
|
|
1507
|
-
WUID: string;
|
|
1508
|
-
ESPIPAddress?: string;
|
|
1509
|
-
ESPApplication?: string;
|
|
1510
|
-
ThorIPAddress?: string;
|
|
1511
|
-
ThorProcesses?: string;
|
|
1512
|
-
BuildVersion: string;
|
|
1513
|
-
Archive: string;
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
export declare namespace WUShowScheduled {
|
|
1517
|
-
interface Request {
|
|
1518
|
-
Cluster: string;
|
|
1519
|
-
EventName: string;
|
|
1520
|
-
PushEventName: string;
|
|
1521
|
-
PushEventText: string;
|
|
1522
|
-
State: string;
|
|
1523
|
-
}
|
|
1524
|
-
interface Exception {
|
|
1525
|
-
Code: string;
|
|
1526
|
-
Audience: string;
|
|
1527
|
-
Source: string;
|
|
1528
|
-
Message: string;
|
|
1529
|
-
}
|
|
1530
|
-
interface Exceptions {
|
|
1531
|
-
Source: string;
|
|
1532
|
-
Exception: Exception[];
|
|
1533
|
-
}
|
|
1534
|
-
interface ServerInfo {
|
|
1535
|
-
Name: string;
|
|
1536
|
-
NetAddress: string;
|
|
1537
|
-
}
|
|
1538
|
-
interface Clusters {
|
|
1539
|
-
ServerInfo: ServerInfo[];
|
|
1540
|
-
}
|
|
1541
|
-
interface ScheduledWU {
|
|
1542
|
-
Wuid: string;
|
|
1543
|
-
Cluster: string;
|
|
1544
|
-
EventName: string;
|
|
1545
|
-
EventText: string;
|
|
1546
|
-
JobName: string;
|
|
1547
|
-
StateID: number;
|
|
1548
|
-
State: string;
|
|
1549
|
-
Owner: string;
|
|
1550
|
-
}
|
|
1551
|
-
interface Workunits {
|
|
1552
|
-
ScheduledWU: ScheduledWU[];
|
|
1553
|
-
}
|
|
1554
|
-
interface Response {
|
|
1555
|
-
Exceptions: Exceptions;
|
|
1556
|
-
ClusterSelected: number;
|
|
1557
|
-
EventName: string;
|
|
1558
|
-
PushEventName: string;
|
|
1559
|
-
PushEventText: string;
|
|
1560
|
-
Query: string;
|
|
1561
|
-
Clusters: Clusters;
|
|
1562
|
-
Workunits: Workunits;
|
|
1563
|
-
}
|
|
1564
|
-
}
|
|
1565
|
-
export declare namespace WUQuerySetQueryAction {
|
|
1566
|
-
interface Request {
|
|
1567
|
-
Action: string;
|
|
1568
|
-
QuerySetName: string;
|
|
1569
|
-
Queries: any[];
|
|
1570
|
-
}
|
|
1571
|
-
interface Exception {
|
|
1572
|
-
Code: string;
|
|
1573
|
-
Audience: string;
|
|
1574
|
-
Source: string;
|
|
1575
|
-
Message: string;
|
|
1576
|
-
}
|
|
1577
|
-
interface Exceptions {
|
|
1578
|
-
Source: string;
|
|
1579
|
-
Exception: Exception[];
|
|
1580
|
-
}
|
|
1581
|
-
interface Result {
|
|
1582
|
-
QueryId: string;
|
|
1583
|
-
Suspended: boolean;
|
|
1584
|
-
Success: boolean;
|
|
1585
|
-
Code: number;
|
|
1586
|
-
Message: string;
|
|
1587
|
-
}
|
|
1588
|
-
interface Results {
|
|
1589
|
-
Result: Result[];
|
|
1590
|
-
}
|
|
1591
|
-
interface Response {
|
|
1592
|
-
Exceptions: Exceptions;
|
|
1593
|
-
Action: string;
|
|
1594
|
-
QuerySetName: string;
|
|
1595
|
-
Results: Results;
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
export declare namespace WUQuerySetAliasAction {
|
|
1599
|
-
interface Request {
|
|
1600
|
-
Action: string;
|
|
1601
|
-
QuerySetName: string;
|
|
1602
|
-
Queries: any[];
|
|
1603
|
-
}
|
|
1604
|
-
interface Exception {
|
|
1605
|
-
Code: string;
|
|
1606
|
-
Audience: string;
|
|
1607
|
-
Source: string;
|
|
1608
|
-
Message: string;
|
|
1609
|
-
}
|
|
1610
|
-
interface Exceptions {
|
|
1611
|
-
Source: string;
|
|
1612
|
-
Exception: Exception[];
|
|
1613
|
-
}
|
|
1614
|
-
interface Result {
|
|
1615
|
-
Name: string;
|
|
1616
|
-
Success: boolean;
|
|
1617
|
-
Code: number;
|
|
1618
|
-
Message: string;
|
|
1619
|
-
}
|
|
1620
|
-
interface Results {
|
|
1621
|
-
Result: Result[];
|
|
1622
|
-
}
|
|
1623
|
-
interface Response {
|
|
1624
|
-
Exceptions: Exceptions;
|
|
1625
|
-
Action: string;
|
|
1626
|
-
QuerySetName: string;
|
|
1627
|
-
Results: Results;
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
export declare namespace WUQueryFiles {
|
|
1631
|
-
interface Request {
|
|
1632
|
-
Target: string;
|
|
1633
|
-
QueryId: string;
|
|
1634
|
-
}
|
|
1635
|
-
interface Exception {
|
|
1636
|
-
Code: string;
|
|
1637
|
-
Audience: string;
|
|
1638
|
-
Source: string;
|
|
1639
|
-
Message: string;
|
|
1640
|
-
}
|
|
1641
|
-
interface Exceptions {
|
|
1642
|
-
Source: string;
|
|
1643
|
-
Exception: Exception[];
|
|
1644
|
-
}
|
|
1645
|
-
interface File {
|
|
1646
|
-
Error: string;
|
|
1647
|
-
LogicalName: string;
|
|
1648
|
-
}
|
|
1649
|
-
interface Files {
|
|
1650
|
-
File: File[];
|
|
1651
|
-
}
|
|
1652
|
-
interface SubFiles {
|
|
1653
|
-
File: string[];
|
|
1654
|
-
}
|
|
1655
|
-
interface SuperFile {
|
|
1656
|
-
Name: string;
|
|
1657
|
-
SubFiles: SubFiles;
|
|
1658
|
-
SuperFiles: SuperFiles;
|
|
1659
|
-
}
|
|
1660
|
-
interface SuperFiles {
|
|
1661
|
-
SuperFile: SuperFile[];
|
|
1662
|
-
}
|
|
1663
|
-
interface QueryUsingFile {
|
|
1664
|
-
Id: string;
|
|
1665
|
-
Package: string;
|
|
1666
|
-
}
|
|
1667
|
-
interface Queries {
|
|
1668
|
-
QueryUsingFile: QueryUsingFile[];
|
|
1669
|
-
}
|
|
1670
|
-
interface Response {
|
|
1671
|
-
Exceptions: Exceptions;
|
|
1672
|
-
Files: Files;
|
|
1673
|
-
SuperFiles: SuperFiles;
|
|
1674
|
-
Queries: Queries;
|
|
1675
|
-
}
|
|
1676
|
-
}
|
|
1677
|
-
export declare namespace WUPublishWorkunit {
|
|
1678
|
-
interface Request {
|
|
1679
|
-
Wuid: string;
|
|
1680
|
-
Cluster: string;
|
|
1681
|
-
JobName: string;
|
|
1682
|
-
Activate: boolean;
|
|
1683
|
-
NotifyCluster?: boolean;
|
|
1684
|
-
Wait?: number;
|
|
1685
|
-
NoReload?: boolean;
|
|
1686
|
-
UpdateWorkUnitName?: boolean;
|
|
1687
|
-
memoryLimit?: string;
|
|
1688
|
-
TimeLimit?: string;
|
|
1689
|
-
WarnTimeLimit?: string;
|
|
1690
|
-
Priority?: string;
|
|
1691
|
-
RemoteDali?: string;
|
|
1692
|
-
Comment?: string;
|
|
1693
|
-
DontCopyFiles?: boolean;
|
|
1694
|
-
SourceProcess?: string;
|
|
1695
|
-
AllowForeignFiles: boolean;
|
|
1696
|
-
UpdateDfs?: boolean;
|
|
1697
|
-
UpdateSuperFiles?: boolean;
|
|
1698
|
-
UpdateCloneFrom?: boolean;
|
|
1699
|
-
AppendCluster?: boolean;
|
|
1700
|
-
}
|
|
1701
|
-
interface Exception {
|
|
1702
|
-
Code: string;
|
|
1703
|
-
Audience: string;
|
|
1704
|
-
Source: string;
|
|
1705
|
-
Message: string;
|
|
1706
|
-
}
|
|
1707
|
-
interface Exceptions {
|
|
1708
|
-
Source: string;
|
|
1709
|
-
Exception: Exception[];
|
|
1710
|
-
}
|
|
1711
|
-
interface Clusters {
|
|
1712
|
-
Item: string[];
|
|
1713
|
-
}
|
|
1714
|
-
interface WULogicalFileCopyInfo {
|
|
1715
|
-
IsIndex: boolean;
|
|
1716
|
-
LogicalName: string;
|
|
1717
|
-
DfuCopyWuid: string;
|
|
1718
|
-
DfuCopyError: string;
|
|
1719
|
-
Clusters: Clusters;
|
|
1720
|
-
}
|
|
1721
|
-
interface OnCluster {
|
|
1722
|
-
WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
|
|
1723
|
-
}
|
|
1724
|
-
interface Clusters2 {
|
|
1725
|
-
Item: string[];
|
|
1726
|
-
}
|
|
1727
|
-
interface WULogicalFileCopyInfo2 {
|
|
1728
|
-
IsIndex: boolean;
|
|
1729
|
-
LogicalName: string;
|
|
1730
|
-
DfuCopyWuid: string;
|
|
1731
|
-
DfuCopyError: string;
|
|
1732
|
-
Clusters: Clusters2;
|
|
1733
|
-
}
|
|
1734
|
-
interface NotOnCluster {
|
|
1735
|
-
WULogicalFileCopyInfo: WULogicalFileCopyInfo2[];
|
|
1736
|
-
}
|
|
1737
|
-
interface Clusters3 {
|
|
1738
|
-
Item: string[];
|
|
1739
|
-
}
|
|
1740
|
-
interface WULogicalFileCopyInfo3 {
|
|
1741
|
-
IsIndex: boolean;
|
|
1742
|
-
LogicalName: string;
|
|
1743
|
-
DfuCopyWuid: string;
|
|
1744
|
-
DfuCopyError: string;
|
|
1745
|
-
Clusters: Clusters3;
|
|
1746
|
-
}
|
|
1747
|
-
interface Foreign {
|
|
1748
|
-
WULogicalFileCopyInfo: WULogicalFileCopyInfo3[];
|
|
1749
|
-
}
|
|
1750
|
-
interface Clusters4 {
|
|
1751
|
-
Item: string[];
|
|
1752
|
-
}
|
|
1753
|
-
interface WULogicalFileCopyInfo4 {
|
|
1754
|
-
IsIndex: boolean;
|
|
1755
|
-
LogicalName: string;
|
|
1756
|
-
DfuCopyWuid: string;
|
|
1757
|
-
DfuCopyError: string;
|
|
1758
|
-
Clusters: Clusters4;
|
|
1759
|
-
}
|
|
1760
|
-
interface NotFound {
|
|
1761
|
-
WULogicalFileCopyInfo: WULogicalFileCopyInfo4[];
|
|
1762
|
-
}
|
|
1763
|
-
interface Cluster {
|
|
1764
|
-
ClusterName: string;
|
|
1765
|
-
OnCluster: OnCluster;
|
|
1766
|
-
NotOnCluster: NotOnCluster;
|
|
1767
|
-
Foreign: Foreign;
|
|
1768
|
-
NotFound: NotFound;
|
|
1769
|
-
}
|
|
1770
|
-
interface ClusterFiles {
|
|
1771
|
-
Cluster: Cluster[];
|
|
1772
|
-
}
|
|
1773
|
-
interface File {
|
|
1774
|
-
Error: string;
|
|
1775
|
-
LogicalName: string;
|
|
1776
|
-
}
|
|
1777
|
-
interface FileErrors {
|
|
1778
|
-
File: File[];
|
|
1779
|
-
}
|
|
1780
|
-
interface Response {
|
|
1781
|
-
Exceptions: Exceptions;
|
|
1782
|
-
Wuid: string;
|
|
1783
|
-
Result: string;
|
|
1784
|
-
QuerySet: string;
|
|
1785
|
-
QueryName: string;
|
|
1786
|
-
QueryId: string;
|
|
1787
|
-
ReloadFailed: boolean;
|
|
1788
|
-
Suspended: boolean;
|
|
1789
|
-
ErrorMessage: string;
|
|
1790
|
-
ClusterFiles: ClusterFiles;
|
|
1791
|
-
FileErrors: FileErrors;
|
|
1792
|
-
}
|
|
1793
|
-
}
|
|
1794
|
-
export declare namespace WUGetGraph {
|
|
1795
|
-
interface Request {
|
|
1796
|
-
Wuid: string;
|
|
1797
|
-
GraphName: string;
|
|
1798
|
-
SubGraphId: string;
|
|
1799
|
-
}
|
|
1800
|
-
interface Exception {
|
|
1801
|
-
Code: string;
|
|
1802
|
-
Audience: string;
|
|
1803
|
-
Source: string;
|
|
1804
|
-
Message: string;
|
|
1805
|
-
}
|
|
1806
|
-
interface Exceptions {
|
|
1807
|
-
Source: string;
|
|
1808
|
-
Exception: Exception[];
|
|
1809
|
-
}
|
|
1810
|
-
interface ECLGraphEx {
|
|
1811
|
-
Name: string;
|
|
1812
|
-
Label: string;
|
|
1813
|
-
Type: string;
|
|
1814
|
-
Graph: string;
|
|
1815
|
-
Running: boolean;
|
|
1816
|
-
RunningId: number;
|
|
1817
|
-
Complete: boolean;
|
|
1818
|
-
Failed: boolean;
|
|
1819
|
-
}
|
|
1820
|
-
interface Graphs {
|
|
1821
|
-
ECLGraphEx: ECLGraphEx[];
|
|
1822
|
-
}
|
|
1823
|
-
interface Response {
|
|
1824
|
-
Exceptions: Exceptions;
|
|
1825
|
-
Graphs: Graphs;
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1828
|
-
export declare namespace WUResult {
|
|
1829
|
-
interface Request {
|
|
1830
|
-
Wuid?: string;
|
|
1831
|
-
Sequence?: number;
|
|
1832
|
-
ResultName?: string;
|
|
1833
|
-
LogicalName?: string;
|
|
1834
|
-
Cluster?: string;
|
|
1835
|
-
SuppressXmlSchema?: boolean;
|
|
1836
|
-
BypassCachedResult?: boolean;
|
|
1837
|
-
FilterBy?: any;
|
|
1838
|
-
Start: number;
|
|
1839
|
-
Count: number;
|
|
1840
|
-
}
|
|
1841
|
-
interface Exception {
|
|
1842
|
-
Code: string;
|
|
1843
|
-
Audience: string;
|
|
1844
|
-
Source: string;
|
|
1845
|
-
Message: string;
|
|
1846
|
-
}
|
|
1847
|
-
interface Exceptions {
|
|
1848
|
-
Source: string;
|
|
1849
|
-
Exception: Exception[];
|
|
1850
|
-
}
|
|
1851
|
-
interface XmlSchema {
|
|
1852
|
-
"@name": string;
|
|
1853
|
-
xml: string;
|
|
1854
|
-
}
|
|
1855
|
-
interface Result {
|
|
1856
|
-
XmlSchema: XmlSchema;
|
|
1857
|
-
"@xmlSchema": string;
|
|
1858
|
-
Row: any[];
|
|
1859
|
-
}
|
|
1860
|
-
interface Response {
|
|
1861
|
-
Exceptions: Exceptions;
|
|
1862
|
-
Wuid: string;
|
|
1863
|
-
Sequence: number;
|
|
1864
|
-
LogicalName: string;
|
|
1865
|
-
Cluster: string;
|
|
1866
|
-
Name: string;
|
|
1867
|
-
Start: number;
|
|
1868
|
-
Requested: number;
|
|
1869
|
-
Count: number;
|
|
1870
|
-
Total: number;
|
|
1871
|
-
Result: Result;
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
export declare namespace WUQueryGetGraph {
|
|
1875
|
-
interface Request {
|
|
1876
|
-
Target: string;
|
|
1877
|
-
QueryId: string;
|
|
1878
|
-
GraphName: string;
|
|
1879
|
-
SubGraphId: string;
|
|
1880
|
-
}
|
|
1881
|
-
interface Exception {
|
|
1882
|
-
Code: string;
|
|
1883
|
-
Audience: string;
|
|
1884
|
-
Source: string;
|
|
1885
|
-
Message: string;
|
|
1886
|
-
}
|
|
1887
|
-
interface Exceptions {
|
|
1888
|
-
Source: string;
|
|
1889
|
-
Exception: Exception[];
|
|
1890
|
-
}
|
|
1891
|
-
interface ECLGraphEx {
|
|
1892
|
-
Name: string;
|
|
1893
|
-
Label: string;
|
|
1894
|
-
Type: string;
|
|
1895
|
-
Graph: string;
|
|
1896
|
-
Running: boolean;
|
|
1897
|
-
RunningId: number;
|
|
1898
|
-
Complete: boolean;
|
|
1899
|
-
Failed: boolean;
|
|
1900
|
-
}
|
|
1901
|
-
interface Graphs {
|
|
1902
|
-
ECLGraphEx: ECLGraphEx[];
|
|
1903
|
-
}
|
|
1904
|
-
interface Response {
|
|
1905
|
-
Exceptions: Exceptions;
|
|
1906
|
-
Graphs: Graphs;
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1909
|
-
export interface WUFileRequest {
|
|
1910
|
-
Wuid: string;
|
|
1911
|
-
Type: string;
|
|
1912
|
-
Name?: string;
|
|
1913
|
-
Option?: string;
|
|
1914
|
-
SlaveIP?: string;
|
|
1915
|
-
IPAddress?: string;
|
|
1916
|
-
Description?: string;
|
|
1917
|
-
QuerySet?: string;
|
|
1918
|
-
Query?: string;
|
|
1919
|
-
Process?: string;
|
|
1920
|
-
ClusterGroup?: string;
|
|
1921
|
-
LogDate?: string;
|
|
1922
|
-
SlaveNumber?: number;
|
|
1923
|
-
SizeLimit?: number;
|
|
1924
|
-
PlainText?: string;
|
|
1925
|
-
}
|
|
1926
|
-
export declare namespace WUGetStats {
|
|
1927
|
-
interface Request {
|
|
1928
|
-
WUID: string;
|
|
1929
|
-
CreatorType: string;
|
|
1930
|
-
Creator: string;
|
|
1931
|
-
ScopeType: string;
|
|
1932
|
-
Scope: string;
|
|
1933
|
-
Kind: string;
|
|
1934
|
-
Measure: string;
|
|
1935
|
-
MinScopeDepth: number;
|
|
1936
|
-
MaxScopeDepth: number;
|
|
1937
|
-
IncludeGraphs: boolean;
|
|
1938
|
-
CreateDescriptions: boolean;
|
|
1939
|
-
MinValue: number;
|
|
1940
|
-
MaxValue: number;
|
|
1941
|
-
Filter: string;
|
|
1942
|
-
}
|
|
1943
|
-
interface Exception {
|
|
1944
|
-
Code: string;
|
|
1945
|
-
Audience: string;
|
|
1946
|
-
Source: string;
|
|
1947
|
-
Message: string;
|
|
1948
|
-
}
|
|
1949
|
-
interface Exceptions {
|
|
1950
|
-
Source: string;
|
|
1951
|
-
Exception: Exception[];
|
|
1952
|
-
}
|
|
1953
|
-
interface WUStatisticItem {
|
|
1954
|
-
Creator: string;
|
|
1955
|
-
CreatorType: string;
|
|
1956
|
-
Scope: string;
|
|
1957
|
-
ScopeType: string;
|
|
1958
|
-
Description: string;
|
|
1959
|
-
TimeStamp: string;
|
|
1960
|
-
Measure: string;
|
|
1961
|
-
Kind: string;
|
|
1962
|
-
Value: string;
|
|
1963
|
-
RawValue: number;
|
|
1964
|
-
Count: number;
|
|
1965
|
-
Max: number;
|
|
1966
|
-
Wuid: string;
|
|
1967
|
-
}
|
|
1968
|
-
interface Statistics {
|
|
1969
|
-
WUStatisticItem: WUStatisticItem[];
|
|
1970
|
-
}
|
|
1971
|
-
interface Response {
|
|
1972
|
-
Exceptions: Exceptions;
|
|
1973
|
-
WUID: string;
|
|
1974
|
-
Statistics: Statistics;
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
export declare namespace WUCDebug {
|
|
1978
|
-
interface Request {
|
|
1979
|
-
Wuid: string;
|
|
1980
|
-
Command: string;
|
|
1981
|
-
}
|
|
1982
|
-
interface Exception {
|
|
1983
|
-
Code: string;
|
|
1984
|
-
Audience: string;
|
|
1985
|
-
Source: string;
|
|
1986
|
-
Message: string;
|
|
1987
|
-
}
|
|
1988
|
-
interface Exceptions {
|
|
1989
|
-
Source: string;
|
|
1990
|
-
Exception: Exception[];
|
|
1991
|
-
}
|
|
1992
|
-
interface Response {
|
|
1993
|
-
Exceptions: Exceptions;
|
|
1994
|
-
Result: string;
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
|
-
export declare namespace WUDetailsMeta {
|
|
1998
|
-
interface Request {
|
|
1999
|
-
}
|
|
2000
|
-
interface Exception {
|
|
2001
|
-
Code: string;
|
|
2002
|
-
Audience: string;
|
|
2003
|
-
Source: string;
|
|
2004
|
-
Message: string;
|
|
2005
|
-
}
|
|
2006
|
-
interface Exceptions {
|
|
2007
|
-
Source: string;
|
|
2008
|
-
Exception: Exception[];
|
|
2009
|
-
}
|
|
2010
|
-
interface Property {
|
|
2011
|
-
Name: string;
|
|
2012
|
-
ValueType: string;
|
|
2013
|
-
}
|
|
2014
|
-
interface Properties {
|
|
2015
|
-
Property: Property[];
|
|
2016
|
-
}
|
|
2017
|
-
interface ScopeTypes {
|
|
2018
|
-
ScopeType: string[];
|
|
2019
|
-
}
|
|
2020
|
-
interface Measures {
|
|
2021
|
-
Measure: string[];
|
|
2022
|
-
}
|
|
2023
|
-
interface Activity {
|
|
2024
|
-
Kind: number;
|
|
2025
|
-
Name: string;
|
|
2026
|
-
IsSink: boolean;
|
|
2027
|
-
IsSource: boolean;
|
|
2028
|
-
}
|
|
2029
|
-
interface Activities {
|
|
2030
|
-
Activity: Activity[];
|
|
2031
|
-
}
|
|
2032
|
-
interface Response {
|
|
2033
|
-
Exceptions: Exceptions;
|
|
2034
|
-
Properties: Properties;
|
|
2035
|
-
ScopeTypes: ScopeTypes;
|
|
2036
|
-
Measures: Measures;
|
|
2037
|
-
Activities: Activities;
|
|
2038
|
-
}
|
|
2039
|
-
}
|
|
2040
|
-
export declare namespace WUDetails {
|
|
2041
|
-
namespace RequestNS {
|
|
2042
|
-
interface Scopes {
|
|
2043
|
-
Scope: string[];
|
|
2044
|
-
}
|
|
2045
|
-
interface Ids {
|
|
2046
|
-
id: string[];
|
|
2047
|
-
}
|
|
2048
|
-
interface ScopeTypes {
|
|
2049
|
-
ScopeType: string[];
|
|
2050
|
-
}
|
|
2051
|
-
interface PropertyFilter {
|
|
2052
|
-
Name?: string;
|
|
2053
|
-
ExactValue?: string;
|
|
2054
|
-
MinValue?: string;
|
|
2055
|
-
MaxValue?: string;
|
|
2056
|
-
}
|
|
2057
|
-
interface PropertyFilters {
|
|
2058
|
-
PropertyFilter: PropertyFilter[];
|
|
2059
|
-
}
|
|
2060
|
-
interface ScopeFilter {
|
|
2061
|
-
MaxDepth?: number;
|
|
2062
|
-
Scopes?: Scopes;
|
|
2063
|
-
Ids?: string[];
|
|
2064
|
-
ScopeTypes?: string[];
|
|
2065
|
-
PropertyFilters?: PropertyFilters;
|
|
2066
|
-
}
|
|
2067
|
-
interface ScopeTypes2 {
|
|
2068
|
-
ScopeType: string[];
|
|
2069
|
-
}
|
|
2070
|
-
interface NestedFilter {
|
|
2071
|
-
Depth?: number;
|
|
2072
|
-
ScopeTypes: string[];
|
|
2073
|
-
}
|
|
2074
|
-
interface Properties {
|
|
2075
|
-
Property: string[];
|
|
2076
|
-
}
|
|
2077
|
-
interface Properties2 {
|
|
2078
|
-
Property: string[];
|
|
2079
|
-
}
|
|
2080
|
-
interface Extra {
|
|
2081
|
-
scopeType: string;
|
|
2082
|
-
Properties: Properties2;
|
|
2083
|
-
}
|
|
2084
|
-
interface ExtraProperties {
|
|
2085
|
-
Extra: Extra[];
|
|
2086
|
-
}
|
|
2087
|
-
interface PropertiesToReturn {
|
|
2088
|
-
AllStatistics?: boolean;
|
|
2089
|
-
AllAttributes?: boolean;
|
|
2090
|
-
AllHints?: boolean;
|
|
2091
|
-
AllScopes?: boolean;
|
|
2092
|
-
AllProperties?: boolean;
|
|
2093
|
-
AllNotes?: boolean;
|
|
2094
|
-
MinVersion?: string;
|
|
2095
|
-
Measure?: string;
|
|
2096
|
-
Properties?: string[];
|
|
2097
|
-
ExtraProperties?: ExtraProperties;
|
|
2098
|
-
}
|
|
2099
|
-
interface ScopeOptions {
|
|
2100
|
-
IncludeMatchedScopesInResults?: boolean;
|
|
2101
|
-
IncludeScope?: boolean;
|
|
2102
|
-
IncludeId?: boolean;
|
|
2103
|
-
IncludeScopeType?: boolean;
|
|
2104
|
-
}
|
|
2105
|
-
interface PropertyOptions {
|
|
2106
|
-
IncludeName?: boolean;
|
|
2107
|
-
IncludeRawValue?: boolean;
|
|
2108
|
-
IncludeFormatted?: boolean;
|
|
2109
|
-
IncludeMeasure?: boolean;
|
|
2110
|
-
IncludeCreator?: boolean;
|
|
2111
|
-
IncludeCreatorType?: boolean;
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
interface Request {
|
|
2115
|
-
WUID: string;
|
|
2116
|
-
ScopeFilter?: RequestNS.ScopeFilter;
|
|
2117
|
-
NestedFilter?: RequestNS.NestedFilter;
|
|
2118
|
-
PropertiesToReturn: RequestNS.PropertiesToReturn;
|
|
2119
|
-
Filter?: string;
|
|
2120
|
-
ScopeOptions: RequestNS.ScopeOptions;
|
|
2121
|
-
PropertyOptions: RequestNS.PropertyOptions;
|
|
2122
|
-
}
|
|
2123
|
-
interface Exception {
|
|
2124
|
-
Code: string;
|
|
2125
|
-
Audience: string;
|
|
2126
|
-
Source: string;
|
|
2127
|
-
Message: string;
|
|
2128
|
-
}
|
|
2129
|
-
interface Exceptions {
|
|
2130
|
-
Source: string;
|
|
2131
|
-
Exception: Exception[];
|
|
2132
|
-
}
|
|
2133
|
-
interface Property {
|
|
2134
|
-
Name: string;
|
|
2135
|
-
RawValue: string;
|
|
2136
|
-
Formatted: string;
|
|
2137
|
-
Measure: string;
|
|
2138
|
-
Creator: string;
|
|
2139
|
-
CreatorType: string;
|
|
2140
|
-
}
|
|
2141
|
-
interface Properties {
|
|
2142
|
-
Property: Property[];
|
|
2143
|
-
}
|
|
2144
|
-
interface Note {
|
|
2145
|
-
Source: string;
|
|
2146
|
-
Message: string;
|
|
2147
|
-
ErrorCode: number;
|
|
2148
|
-
Severity: string;
|
|
2149
|
-
Cost: number;
|
|
2150
|
-
}
|
|
2151
|
-
interface Notes {
|
|
2152
|
-
Note: Note[];
|
|
2153
|
-
}
|
|
2154
|
-
interface Scope {
|
|
2155
|
-
ScopeName: string;
|
|
2156
|
-
Id: string;
|
|
2157
|
-
ScopeType: string;
|
|
2158
|
-
Properties: Properties;
|
|
2159
|
-
Notes: Notes;
|
|
2160
|
-
}
|
|
2161
|
-
interface Scopes {
|
|
2162
|
-
Scope: Scope[];
|
|
2163
|
-
}
|
|
2164
|
-
interface Response {
|
|
2165
|
-
Exceptions: Exceptions;
|
|
2166
|
-
MaxVersion: string;
|
|
2167
|
-
WUID: string;
|
|
2168
|
-
Scopes: Scopes;
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
export declare function isWUQueryECLWorkunit(_: WUQuery.ECLWorkunit | WUInfo.Workunit): _ is WUQuery.ECLWorkunit;
|
|
2172
|
-
export declare function isWUInfoWorkunit(_: WUQuery.ECLWorkunit | WUInfo.Workunit): _ is WUInfo.Workunit;
|
|
2173
|
-
export declare namespace Ping {
|
|
2174
|
-
interface Response {
|
|
2175
|
-
result: boolean;
|
|
2176
|
-
error?: any;
|
|
2177
|
-
}
|
|
2178
|
-
}
|
|
2179
|
-
export declare namespace WUQueryGetSummaryStats {
|
|
2180
|
-
interface Request {
|
|
2181
|
-
Target: string;
|
|
2182
|
-
QueryId: string;
|
|
2183
|
-
FromTime?: string;
|
|
2184
|
-
ToTime?: string;
|
|
2185
|
-
IncludeRawStats?: boolean;
|
|
2186
|
-
}
|
|
2187
|
-
interface Exception {
|
|
2188
|
-
Code: string;
|
|
2189
|
-
Audience: string;
|
|
2190
|
-
Source: string;
|
|
2191
|
-
Message: string;
|
|
2192
|
-
}
|
|
2193
|
-
interface Exceptions {
|
|
2194
|
-
Source: string;
|
|
2195
|
-
Exception: Exception[];
|
|
2196
|
-
}
|
|
2197
|
-
interface QuerySummaryStat {
|
|
2198
|
-
Endpoint: string;
|
|
2199
|
-
Status: string;
|
|
2200
|
-
StartTime: string;
|
|
2201
|
-
EndTime: string;
|
|
2202
|
-
CountTotal: number;
|
|
2203
|
-
CountFailed: number;
|
|
2204
|
-
AverageSlavesReplyLen: number;
|
|
2205
|
-
AverageBytesOut: number;
|
|
2206
|
-
SizeAvgPeakMemory: number;
|
|
2207
|
-
TimeAvgTotalExecuteMinutes: number;
|
|
2208
|
-
TimeMinTotalExecuteMinutes: number;
|
|
2209
|
-
TimeMaxTotalExecuteMinutes: number;
|
|
2210
|
-
Percentile97: number;
|
|
2211
|
-
Percentile97Estimate: boolean;
|
|
2212
|
-
}
|
|
2213
|
-
interface StatsList {
|
|
2214
|
-
QuerySummaryStats: QuerySummaryStat[];
|
|
2215
|
-
}
|
|
2216
|
-
interface QuerySummaryStat2 {
|
|
2217
|
-
Endpoint: string;
|
|
2218
|
-
Status: string;
|
|
2219
|
-
StartTime: string;
|
|
2220
|
-
EndTime: string;
|
|
2221
|
-
CountTotal: number;
|
|
2222
|
-
CountFailed: number;
|
|
2223
|
-
AverageSlavesReplyLen: number;
|
|
2224
|
-
AverageBytesOut: number;
|
|
2225
|
-
SizeAvgPeakMemory: number;
|
|
2226
|
-
TimeAvgTotalExecuteMinutes: number;
|
|
2227
|
-
TimeMinTotalExecuteMinutes: number;
|
|
2228
|
-
TimeMaxTotalExecuteMinutes: number;
|
|
2229
|
-
Percentile97: number;
|
|
2230
|
-
Percentile97Estimate: boolean;
|
|
2231
|
-
}
|
|
2232
|
-
interface AggregateQueryStatsList {
|
|
2233
|
-
QuerySummaryStats: QuerySummaryStat2[];
|
|
2234
|
-
}
|
|
2235
|
-
interface QueryStatsRecord {
|
|
2236
|
-
StartTime: string;
|
|
2237
|
-
ElapsedTimeMs: number;
|
|
2238
|
-
MemoryUsed: number;
|
|
2239
|
-
BytesOut: number;
|
|
2240
|
-
SlavesReplyLen: number;
|
|
2241
|
-
Failed: boolean;
|
|
2242
|
-
}
|
|
2243
|
-
interface QueryStatsRecordList {
|
|
2244
|
-
QueryStatsRecord: QueryStatsRecord[];
|
|
2245
|
-
}
|
|
2246
|
-
interface QueryStat {
|
|
2247
|
-
ID: string;
|
|
2248
|
-
AggregateQueryStatsList: AggregateQueryStatsList;
|
|
2249
|
-
QueryStatsRecordList: QueryStatsRecordList;
|
|
2250
|
-
}
|
|
2251
|
-
interface QueryStatsList2 {
|
|
2252
|
-
QueryStats: QueryStat[];
|
|
2253
|
-
}
|
|
2254
|
-
interface EndpointQueryStat {
|
|
2255
|
-
Endpoint: string;
|
|
2256
|
-
Status: string;
|
|
2257
|
-
QueryStatsList: QueryStatsList2;
|
|
2258
|
-
}
|
|
2259
|
-
interface QueryStatsList {
|
|
2260
|
-
EndpointQueryStats: EndpointQueryStat[];
|
|
2261
|
-
}
|
|
2262
|
-
interface Response {
|
|
2263
|
-
Exceptions: Exceptions;
|
|
2264
|
-
StatsList: StatsList;
|
|
2265
|
-
QueryStatsList: QueryStatsList;
|
|
2266
|
-
}
|
|
2267
40
|
}
|
|
2268
|
-
export declare
|
|
41
|
+
export declare function isECLResult(_: any): _ is WsWorkunits.ECLResult;
|
|
42
|
+
export declare function isWUQueryECLWorkunit(_: WsWorkunits.ECLWorkunit | WsWorkunits.Workunit): _ is WsWorkunits.ECLWorkunit;
|
|
43
|
+
export declare function isWUInfoWorkunit(_: WsWorkunits.ECLWorkunit | WsWorkunits.Workunit): _ is WsWorkunits.Workunit;
|
|
44
|
+
export declare class WorkunitsService extends WorkunitsServiceBase {
|
|
2269
45
|
constructor(optsConnection: IOptions | IConnection);
|
|
2270
46
|
opts(): IOptions;
|
|
2271
47
|
connection(): ESPConnection;
|
|
2272
|
-
Ping(): Promise<
|
|
2273
|
-
WUQuery(request?: WUQuery
|
|
2274
|
-
WUInfo(_request: WUInfo
|
|
2275
|
-
WUCreate(): Promise<
|
|
2276
|
-
WUUpdate(request: WUUpdate
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
WUPushEvent(request: WUPushEvent.Request): Promise<WUPushEvent.Response>;
|
|
2282
|
-
WUAction(request: WUAction.Request): Promise<WUAction.Response>;
|
|
2283
|
-
WUGetZAPInfo(request: WUGetZAPInfo.Request): Promise<WUGetZAPInfo.Response>;
|
|
2284
|
-
WUShowScheduled(request: WUShowScheduled.Request): Promise<WUShowScheduled.Response>;
|
|
2285
|
-
WUQuerySetAliasAction(request: WUQuerySetAliasAction.Request): Promise<WUQuerySetAliasAction.Response>;
|
|
2286
|
-
WUQuerySetQueryAction(request: WUQuerySetQueryAction.Request): Promise<WUQuerySetQueryAction.Response>;
|
|
2287
|
-
WUPublishWorkunit(request: WUPublishWorkunit.Request): Promise<WUPublishWorkunit.Response>;
|
|
2288
|
-
WUQueryFiles(request: WUQueryFiles.Request): Promise<WUQueryFiles.Response>;
|
|
2289
|
-
WUGetGraph(request: WUGetGraph.Request): Promise<WUGetGraph.Response>;
|
|
2290
|
-
WUResult(request: WUResult.Request, abortSignal?: AbortSignal): Promise<WUResult.Response>;
|
|
2291
|
-
WUQueryGetGraph(request: WUQueryGetGraph.Request): Promise<WUQueryGetGraph.Response>;
|
|
2292
|
-
WUFile(request: WUFileRequest): Promise<string>;
|
|
2293
|
-
WUGetStats(request: WUGetStats.Request): Promise<WUGetStats.Response>;
|
|
2294
|
-
WUQueryGetSummaryStats(request: WUQueryGetSummaryStats.Request): Promise<WUQueryGetSummaryStats.Response>;
|
|
48
|
+
Ping(): Promise<WsWorkunits.WsWorkunitsPingResponse>;
|
|
49
|
+
WUQuery(request?: Partial<WsWorkunits.WUQuery>): Promise<WsWorkunits.WUQueryResponse>;
|
|
50
|
+
WUInfo(_request: Partial<WsWorkunits.WUInfo>): Promise<WsWorkunits.WUInfoResponse>;
|
|
51
|
+
WUCreate(): Promise<WsWorkunits.WUCreateResponse>;
|
|
52
|
+
WUUpdate(request: Partial<WsWorkunits.WUUpdate>): Promise<WsWorkunits.WUUpdateResponse>;
|
|
53
|
+
WUResubmit(request: WsWorkunits.WUResubmit): Promise<WsWorkunits.WUResubmitResponse>;
|
|
54
|
+
WUAction(request: Partial<WsWorkunits.WUAction>): Promise<WsWorkunits.WUActionResponse>;
|
|
55
|
+
WUResult(request: Partial<WsWorkunits.WUResult>, abortSignal?: AbortSignal): Promise<WsWorkunits.WUResultResponse>;
|
|
56
|
+
WUFileEx(request: Partial<WsWorkunits.WUFile>): Promise<string>;
|
|
2295
57
|
private _WUDetailsMetaPromise;
|
|
2296
|
-
WUDetailsMeta(request: WUDetailsMeta
|
|
2297
|
-
|
|
2298
|
-
WUCDebug(request: WUCDebug.Request): Promise<XMLNode | null>;
|
|
58
|
+
WUDetailsMeta(request: WsWorkunits.WUDetailsMeta): Promise<WsWorkunits.WUDetailsMetaResponse>;
|
|
59
|
+
WUCDebugEx(request: WsWorkunits.WUCDebug): Promise<XMLNode | null>;
|
|
2299
60
|
}
|
|
2300
61
|
export declare class WorkunitsServiceEx extends WorkunitsServiceBase {
|
|
2301
62
|
WUPublishWorkunitEx(request: Partial<WsWorkunits.WUPublishWorkunit>): Promise<WsWorkunits.WUPublishWorkunitResponse>;
|