@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
|
@@ -36,124 +36,124 @@ export declare namespace WsTopology {
|
|
|
36
36
|
Zip?: int;
|
|
37
37
|
}
|
|
38
38
|
interface Exception {
|
|
39
|
-
Code
|
|
40
|
-
Audience
|
|
41
|
-
Source
|
|
42
|
-
Message
|
|
39
|
+
Code?: string;
|
|
40
|
+
Audience?: string;
|
|
41
|
+
Source?: string;
|
|
42
|
+
Message?: string;
|
|
43
43
|
}
|
|
44
44
|
interface Exceptions {
|
|
45
|
-
Source
|
|
46
|
-
Exception
|
|
45
|
+
Source?: string;
|
|
46
|
+
Exception?: Exception[];
|
|
47
47
|
}
|
|
48
48
|
interface SystemLogResponse {
|
|
49
|
-
Exceptions
|
|
50
|
-
thefile
|
|
49
|
+
Exceptions?: Exceptions;
|
|
50
|
+
thefile?: base64Binary;
|
|
51
51
|
}
|
|
52
52
|
interface TpClusterInfoRequest {
|
|
53
53
|
Name?: string;
|
|
54
54
|
}
|
|
55
55
|
interface TpQueue {
|
|
56
|
-
Name
|
|
57
|
-
WorkUnit
|
|
56
|
+
Name?: string;
|
|
57
|
+
WorkUnit?: string;
|
|
58
58
|
}
|
|
59
59
|
interface TpQueues {
|
|
60
|
-
TpQueue
|
|
60
|
+
TpQueue?: TpQueue[];
|
|
61
61
|
}
|
|
62
62
|
interface TpClusterInfoResponse {
|
|
63
|
-
Exceptions
|
|
64
|
-
Name
|
|
65
|
-
WorkUnit
|
|
66
|
-
TpQueues
|
|
63
|
+
Exceptions?: Exceptions;
|
|
64
|
+
Name?: string;
|
|
65
|
+
WorkUnit?: string;
|
|
66
|
+
TpQueues?: TpQueues;
|
|
67
67
|
}
|
|
68
68
|
interface TpClusterQueryRequest {
|
|
69
69
|
Type?: string;
|
|
70
70
|
}
|
|
71
71
|
interface TpMachine {
|
|
72
|
-
Name
|
|
73
|
-
Netaddress
|
|
74
|
-
ConfigNetaddress
|
|
75
|
-
Domain
|
|
76
|
-
Directory
|
|
77
|
-
Type
|
|
78
|
-
Available
|
|
79
|
-
OS
|
|
80
|
-
Path
|
|
81
|
-
Port
|
|
82
|
-
ProcessNumber
|
|
83
|
-
Channels
|
|
72
|
+
Name?: string;
|
|
73
|
+
Netaddress?: string;
|
|
74
|
+
ConfigNetaddress?: string;
|
|
75
|
+
Domain?: string;
|
|
76
|
+
Directory?: string;
|
|
77
|
+
Type?: string;
|
|
78
|
+
Available?: string;
|
|
79
|
+
OS?: int;
|
|
80
|
+
Path?: string;
|
|
81
|
+
Port?: int;
|
|
82
|
+
ProcessNumber?: int;
|
|
83
|
+
Channels?: unsignedInt;
|
|
84
84
|
}
|
|
85
85
|
interface TpMachines {
|
|
86
|
-
TpMachine
|
|
86
|
+
TpMachine?: TpMachine[];
|
|
87
87
|
}
|
|
88
88
|
interface TpCluster {
|
|
89
|
-
Type
|
|
90
|
-
Name
|
|
91
|
-
QueueName
|
|
92
|
-
Build
|
|
93
|
-
Directory
|
|
94
|
-
LogDirectory
|
|
95
|
-
Desc
|
|
96
|
-
Path
|
|
97
|
-
DataModel
|
|
98
|
-
OS
|
|
99
|
-
HasThorSpareProcess
|
|
100
|
-
TpMachines
|
|
89
|
+
Type?: string;
|
|
90
|
+
Name?: string;
|
|
91
|
+
QueueName?: string;
|
|
92
|
+
Build?: string;
|
|
93
|
+
Directory?: string;
|
|
94
|
+
LogDirectory?: string;
|
|
95
|
+
Desc?: string;
|
|
96
|
+
Path?: string;
|
|
97
|
+
DataModel?: string;
|
|
98
|
+
OS?: int;
|
|
99
|
+
HasThorSpareProcess?: boolean;
|
|
100
|
+
TpMachines?: TpMachines;
|
|
101
101
|
}
|
|
102
102
|
interface TpClusters {
|
|
103
|
-
TpCluster
|
|
103
|
+
TpCluster?: TpCluster[];
|
|
104
104
|
}
|
|
105
105
|
interface TpClusterQueryResponse {
|
|
106
|
-
Exceptions
|
|
107
|
-
EnableSNMP
|
|
108
|
-
AcceptLanguage
|
|
109
|
-
TpClusters
|
|
106
|
+
Exceptions?: Exceptions;
|
|
107
|
+
EnableSNMP?: boolean;
|
|
108
|
+
AcceptLanguage?: string;
|
|
109
|
+
TpClusters?: TpClusters;
|
|
110
110
|
}
|
|
111
111
|
interface ComponentNames {
|
|
112
|
-
Item
|
|
112
|
+
Item?: string[];
|
|
113
113
|
}
|
|
114
114
|
interface TpComponentConfigurationRequest {
|
|
115
115
|
ComponentNames?: ComponentNames;
|
|
116
116
|
}
|
|
117
117
|
interface Result {
|
|
118
|
-
ComponentName
|
|
119
|
-
Configuration
|
|
118
|
+
ComponentName?: string;
|
|
119
|
+
Configuration?: string;
|
|
120
120
|
}
|
|
121
121
|
interface Results {
|
|
122
|
-
Result
|
|
122
|
+
Result?: Result[];
|
|
123
123
|
}
|
|
124
124
|
interface TpComponentConfigurationResponse {
|
|
125
|
-
Exceptions
|
|
126
|
-
ConfigFormat
|
|
127
|
-
Results
|
|
125
|
+
Exceptions?: Exceptions;
|
|
126
|
+
ConfigFormat?: TpConfigResponseFormat;
|
|
127
|
+
Results?: Results;
|
|
128
128
|
}
|
|
129
129
|
interface TpConfiguredComponentsRequest {
|
|
130
130
|
}
|
|
131
131
|
interface ConfiguredComponents {
|
|
132
|
-
Item
|
|
132
|
+
Item?: string[];
|
|
133
133
|
}
|
|
134
134
|
interface TpConfiguredComponentsResponse {
|
|
135
|
-
Exceptions
|
|
136
|
-
ConfiguredComponents
|
|
135
|
+
Exceptions?: Exceptions;
|
|
136
|
+
ConfiguredComponents?: ConfiguredComponents;
|
|
137
137
|
}
|
|
138
138
|
interface TpDropZoneQueryRequest {
|
|
139
139
|
Name?: string;
|
|
140
140
|
ECLWatchVisibleOnly?: boolean;
|
|
141
141
|
}
|
|
142
142
|
interface TpDropZone {
|
|
143
|
-
Name
|
|
144
|
-
Description
|
|
145
|
-
Build
|
|
146
|
-
Path
|
|
147
|
-
ECLWatchVisible
|
|
148
|
-
UMask
|
|
149
|
-
TpMachines
|
|
143
|
+
Name?: string;
|
|
144
|
+
Description?: string;
|
|
145
|
+
Build?: string;
|
|
146
|
+
Path?: string;
|
|
147
|
+
ECLWatchVisible?: boolean;
|
|
148
|
+
UMask?: string;
|
|
149
|
+
TpMachines?: TpMachines;
|
|
150
150
|
}
|
|
151
151
|
interface TpDropZones {
|
|
152
|
-
TpDropZone
|
|
152
|
+
TpDropZone?: TpDropZone[];
|
|
153
153
|
}
|
|
154
154
|
interface TpDropZoneQueryResponse {
|
|
155
|
-
Exceptions
|
|
156
|
-
TpDropZones
|
|
155
|
+
Exceptions?: Exceptions;
|
|
156
|
+
TpDropZones?: TpDropZones;
|
|
157
157
|
}
|
|
158
158
|
interface TpGetComponentFileRequest {
|
|
159
159
|
CompType?: string;
|
|
@@ -165,71 +165,71 @@ export declare namespace WsTopology {
|
|
|
165
165
|
PlainText?: string;
|
|
166
166
|
}
|
|
167
167
|
interface TpGetComponentFileResponse {
|
|
168
|
-
Exceptions
|
|
169
|
-
FileContents
|
|
168
|
+
Exceptions?: Exceptions;
|
|
169
|
+
FileContents?: base64Binary;
|
|
170
170
|
}
|
|
171
171
|
interface TpGetServicePluginsRequest {
|
|
172
172
|
}
|
|
173
173
|
interface Plugin {
|
|
174
|
-
ShortName
|
|
175
|
-
LongName
|
|
176
|
-
FolderName
|
|
177
|
-
WidgetName
|
|
174
|
+
ShortName?: string;
|
|
175
|
+
LongName?: string;
|
|
176
|
+
FolderName?: string;
|
|
177
|
+
WidgetName?: string;
|
|
178
178
|
}
|
|
179
179
|
interface Plugins {
|
|
180
|
-
Plugin
|
|
180
|
+
Plugin?: Plugin[];
|
|
181
181
|
}
|
|
182
182
|
interface TpGetServicePluginsResponse {
|
|
183
|
-
Exceptions
|
|
184
|
-
Plugins
|
|
183
|
+
Exceptions?: Exceptions;
|
|
184
|
+
Plugins?: Plugins;
|
|
185
185
|
}
|
|
186
186
|
interface TpGroupQueryRequest {
|
|
187
187
|
Kind?: string;
|
|
188
188
|
}
|
|
189
189
|
interface TpGroup {
|
|
190
|
-
Name
|
|
191
|
-
Kind
|
|
192
|
-
ReplicateOutputs
|
|
190
|
+
Name?: string;
|
|
191
|
+
Kind?: string;
|
|
192
|
+
ReplicateOutputs?: boolean;
|
|
193
193
|
}
|
|
194
194
|
interface TpGroups {
|
|
195
|
-
TpGroup
|
|
195
|
+
TpGroup?: TpGroup[];
|
|
196
196
|
}
|
|
197
197
|
interface TpGroupQueryResponse {
|
|
198
|
-
Exceptions
|
|
199
|
-
TpGroups
|
|
198
|
+
Exceptions?: Exceptions;
|
|
199
|
+
TpGroups?: TpGroups;
|
|
200
200
|
}
|
|
201
201
|
interface TpListLogFilesRequest {
|
|
202
202
|
NetworkAddress?: string;
|
|
203
203
|
Path?: string;
|
|
204
204
|
}
|
|
205
205
|
interface LogFileStruct {
|
|
206
|
-
Name
|
|
207
|
-
Path
|
|
208
|
-
Host
|
|
209
|
-
IsDir
|
|
210
|
-
FileSize
|
|
211
|
-
Modifiedtime
|
|
206
|
+
Name?: string;
|
|
207
|
+
Path?: string;
|
|
208
|
+
Host?: string;
|
|
209
|
+
IsDir?: boolean;
|
|
210
|
+
FileSize?: long;
|
|
211
|
+
Modifiedtime?: string;
|
|
212
212
|
}
|
|
213
213
|
interface Files {
|
|
214
|
-
LogFileStruct
|
|
214
|
+
LogFileStruct?: LogFileStruct[];
|
|
215
215
|
}
|
|
216
216
|
interface TpListLogFilesResponse {
|
|
217
|
-
Exceptions
|
|
218
|
-
Files
|
|
217
|
+
Exceptions?: Exceptions;
|
|
218
|
+
Files?: Files;
|
|
219
219
|
}
|
|
220
220
|
interface TpListTargetClustersRequest {
|
|
221
221
|
}
|
|
222
222
|
interface TpClusterNameType {
|
|
223
|
-
Name
|
|
224
|
-
Type
|
|
225
|
-
IsDefault
|
|
223
|
+
Name?: string;
|
|
224
|
+
Type?: string;
|
|
225
|
+
IsDefault?: boolean;
|
|
226
226
|
}
|
|
227
227
|
interface TargetClusters {
|
|
228
|
-
TpClusterNameType
|
|
228
|
+
TpClusterNameType?: TpClusterNameType[];
|
|
229
229
|
}
|
|
230
230
|
interface TpListTargetClustersResponse {
|
|
231
|
-
Exceptions
|
|
232
|
-
TargetClusters
|
|
231
|
+
Exceptions?: Exceptions;
|
|
232
|
+
TargetClusters?: TargetClusters;
|
|
233
233
|
}
|
|
234
234
|
interface TpLogFileRequest {
|
|
235
235
|
Name?: string;
|
|
@@ -247,72 +247,72 @@ export declare namespace WsTopology {
|
|
|
247
247
|
IncludeLogFieldNames?: boolean;
|
|
248
248
|
}
|
|
249
249
|
interface LogFieldNames {
|
|
250
|
-
Item
|
|
250
|
+
Item?: string[];
|
|
251
251
|
}
|
|
252
252
|
interface TpLogFileResponse {
|
|
253
|
-
Exceptions
|
|
254
|
-
Name
|
|
255
|
-
Type
|
|
256
|
-
StartDate
|
|
257
|
-
EndDate
|
|
258
|
-
LastHours
|
|
259
|
-
FirstRows
|
|
260
|
-
LastRows
|
|
261
|
-
Reversely
|
|
262
|
-
Zip
|
|
263
|
-
FilterType
|
|
264
|
-
LogData
|
|
265
|
-
HasDate
|
|
266
|
-
FileSize
|
|
267
|
-
PageFrom
|
|
268
|
-
PageTo
|
|
269
|
-
PageNumber
|
|
270
|
-
PrevPage
|
|
271
|
-
NextPage
|
|
272
|
-
TotalPages
|
|
273
|
-
AcceptLanguage
|
|
274
|
-
LogFieldNames
|
|
253
|
+
Exceptions?: Exceptions;
|
|
254
|
+
Name?: string;
|
|
255
|
+
Type?: string;
|
|
256
|
+
StartDate?: string;
|
|
257
|
+
EndDate?: string;
|
|
258
|
+
LastHours?: int;
|
|
259
|
+
FirstRows?: int;
|
|
260
|
+
LastRows?: int;
|
|
261
|
+
Reversely?: boolean;
|
|
262
|
+
Zip?: boolean;
|
|
263
|
+
FilterType?: int;
|
|
264
|
+
LogData?: string;
|
|
265
|
+
HasDate?: boolean;
|
|
266
|
+
FileSize?: long;
|
|
267
|
+
PageFrom?: long;
|
|
268
|
+
PageTo?: long;
|
|
269
|
+
PageNumber?: int;
|
|
270
|
+
PrevPage?: int;
|
|
271
|
+
NextPage?: int;
|
|
272
|
+
TotalPages?: int;
|
|
273
|
+
AcceptLanguage?: string;
|
|
274
|
+
LogFieldNames?: LogFieldNames;
|
|
275
275
|
}
|
|
276
276
|
interface TpLogicalClusterQueryRequest {
|
|
277
277
|
EclServerQueue?: string;
|
|
278
278
|
RoxieQueueFilter?: RoxieQueueFilter;
|
|
279
279
|
}
|
|
280
280
|
interface TpLogicalCluster {
|
|
281
|
-
Name
|
|
282
|
-
Queue
|
|
283
|
-
LanguageVersion
|
|
284
|
-
Process
|
|
285
|
-
Type
|
|
286
|
-
QueriesOnly
|
|
281
|
+
Name?: string;
|
|
282
|
+
Queue?: string;
|
|
283
|
+
LanguageVersion?: string;
|
|
284
|
+
Process?: string;
|
|
285
|
+
Type?: string;
|
|
286
|
+
QueriesOnly?: boolean;
|
|
287
287
|
}
|
|
288
288
|
interface TpLogicalClusters {
|
|
289
|
-
TpLogicalCluster
|
|
289
|
+
TpLogicalCluster?: TpLogicalCluster[];
|
|
290
290
|
}
|
|
291
291
|
interface TpLogicalClusterQueryResponse {
|
|
292
|
-
Exceptions
|
|
293
|
-
TpLogicalClusters
|
|
292
|
+
Exceptions?: Exceptions;
|
|
293
|
+
TpLogicalClusters?: TpLogicalClusters;
|
|
294
294
|
}
|
|
295
295
|
interface TpMachineInfoRequest {
|
|
296
296
|
Name?: string;
|
|
297
297
|
NetAddress?: string;
|
|
298
298
|
}
|
|
299
299
|
interface MachineInfo {
|
|
300
|
-
Name
|
|
301
|
-
Netaddress
|
|
302
|
-
ConfigNetaddress
|
|
303
|
-
Domain
|
|
304
|
-
Directory
|
|
305
|
-
Type
|
|
306
|
-
Available
|
|
307
|
-
OS
|
|
308
|
-
Path
|
|
309
|
-
Port
|
|
310
|
-
ProcessNumber
|
|
311
|
-
Channels
|
|
300
|
+
Name?: string;
|
|
301
|
+
Netaddress?: string;
|
|
302
|
+
ConfigNetaddress?: string;
|
|
303
|
+
Domain?: string;
|
|
304
|
+
Directory?: string;
|
|
305
|
+
Type?: string;
|
|
306
|
+
Available?: string;
|
|
307
|
+
OS?: int;
|
|
308
|
+
Path?: string;
|
|
309
|
+
Port?: int;
|
|
310
|
+
ProcessNumber?: int;
|
|
311
|
+
Channels?: unsignedInt;
|
|
312
312
|
}
|
|
313
313
|
interface TpMachineInfoResponse {
|
|
314
|
-
Exceptions
|
|
315
|
-
MachineInfo
|
|
314
|
+
Exceptions?: Exceptions;
|
|
315
|
+
MachineInfo?: MachineInfo;
|
|
316
316
|
}
|
|
317
317
|
interface TpMachineQueryRequest {
|
|
318
318
|
Type?: TpMachineType;
|
|
@@ -323,237 +323,237 @@ export declare namespace WsTopology {
|
|
|
323
323
|
LogDirectory?: string;
|
|
324
324
|
}
|
|
325
325
|
interface TpMachineQueryResponse {
|
|
326
|
-
Exceptions
|
|
327
|
-
EnablePreflightInfo
|
|
328
|
-
HasThorSpareProcess
|
|
329
|
-
Type
|
|
330
|
-
Cluster
|
|
331
|
-
OldIP
|
|
332
|
-
LogDirectory
|
|
333
|
-
Path
|
|
334
|
-
MemThreshold
|
|
335
|
-
DiskThreshold
|
|
336
|
-
CpuThreshold
|
|
337
|
-
MemThresholdType
|
|
338
|
-
DiskThresholdType
|
|
339
|
-
PreflightProcessFilter
|
|
340
|
-
EnableSNMP
|
|
341
|
-
AcceptLanguage
|
|
342
|
-
TpMachines
|
|
326
|
+
Exceptions?: Exceptions;
|
|
327
|
+
EnablePreflightInfo?: boolean;
|
|
328
|
+
HasThorSpareProcess?: boolean;
|
|
329
|
+
Type?: TpMachineType;
|
|
330
|
+
Cluster?: string;
|
|
331
|
+
OldIP?: string;
|
|
332
|
+
LogDirectory?: string;
|
|
333
|
+
Path?: string;
|
|
334
|
+
MemThreshold?: int;
|
|
335
|
+
DiskThreshold?: int;
|
|
336
|
+
CpuThreshold?: int;
|
|
337
|
+
MemThresholdType?: string;
|
|
338
|
+
DiskThresholdType?: string;
|
|
339
|
+
PreflightProcessFilter?: string;
|
|
340
|
+
EnableSNMP?: boolean;
|
|
341
|
+
AcceptLanguage?: string;
|
|
342
|
+
TpMachines?: TpMachines;
|
|
343
343
|
}
|
|
344
344
|
interface TpServiceQueryRequest {
|
|
345
345
|
Type?: string;
|
|
346
346
|
}
|
|
347
347
|
interface TpDali {
|
|
348
|
-
Name
|
|
349
|
-
Description
|
|
350
|
-
Build
|
|
351
|
-
BackupComputer
|
|
352
|
-
BackupDirectory
|
|
353
|
-
Type
|
|
354
|
-
Path
|
|
355
|
-
LogDirectory
|
|
356
|
-
AuditLogDirectory
|
|
357
|
-
TpMachines
|
|
348
|
+
Name?: string;
|
|
349
|
+
Description?: string;
|
|
350
|
+
Build?: string;
|
|
351
|
+
BackupComputer?: string;
|
|
352
|
+
BackupDirectory?: string;
|
|
353
|
+
Type?: string;
|
|
354
|
+
Path?: string;
|
|
355
|
+
LogDirectory?: string;
|
|
356
|
+
AuditLogDirectory?: string;
|
|
357
|
+
TpMachines?: TpMachines;
|
|
358
358
|
}
|
|
359
359
|
interface TpDalis {
|
|
360
|
-
TpDali
|
|
360
|
+
TpDali?: TpDali[];
|
|
361
361
|
}
|
|
362
362
|
interface TpDfuServer {
|
|
363
|
-
Name
|
|
364
|
-
Description
|
|
365
|
-
Build
|
|
366
|
-
Queue
|
|
367
|
-
Type
|
|
368
|
-
Path
|
|
369
|
-
LogDirectory
|
|
370
|
-
TpMachines
|
|
363
|
+
Name?: string;
|
|
364
|
+
Description?: string;
|
|
365
|
+
Build?: string;
|
|
366
|
+
Queue?: string;
|
|
367
|
+
Type?: string;
|
|
368
|
+
Path?: string;
|
|
369
|
+
LogDirectory?: string;
|
|
370
|
+
TpMachines?: TpMachines;
|
|
371
371
|
}
|
|
372
372
|
interface TpDfuServers {
|
|
373
|
-
TpDfuServer
|
|
373
|
+
TpDfuServer?: TpDfuServer[];
|
|
374
374
|
}
|
|
375
375
|
interface TpDkcSlave {
|
|
376
|
-
Name
|
|
377
|
-
Description
|
|
378
|
-
Build
|
|
379
|
-
Path
|
|
380
|
-
TpMachines
|
|
376
|
+
Name?: string;
|
|
377
|
+
Description?: string;
|
|
378
|
+
Build?: string;
|
|
379
|
+
Path?: string;
|
|
380
|
+
TpMachines?: TpMachines;
|
|
381
381
|
}
|
|
382
382
|
interface TpDkcSlaves {
|
|
383
|
-
TpDkcSlave
|
|
383
|
+
TpDkcSlave?: TpDkcSlave[];
|
|
384
384
|
}
|
|
385
385
|
interface TpEclAgent {
|
|
386
|
-
Name
|
|
387
|
-
Description
|
|
388
|
-
Build
|
|
389
|
-
Type
|
|
390
|
-
Path
|
|
391
|
-
DaliServer
|
|
392
|
-
LogDir
|
|
393
|
-
TpMachines
|
|
386
|
+
Name?: string;
|
|
387
|
+
Description?: string;
|
|
388
|
+
Build?: string;
|
|
389
|
+
Type?: string;
|
|
390
|
+
Path?: string;
|
|
391
|
+
DaliServer?: string;
|
|
392
|
+
LogDir?: string;
|
|
393
|
+
TpMachines?: TpMachines;
|
|
394
394
|
}
|
|
395
395
|
interface TpEclAgents {
|
|
396
|
-
TpEclAgent
|
|
396
|
+
TpEclAgent?: TpEclAgent[];
|
|
397
397
|
}
|
|
398
398
|
interface TpEclServer {
|
|
399
|
-
Name
|
|
400
|
-
Description
|
|
401
|
-
Build
|
|
402
|
-
LogDirectory
|
|
403
|
-
Type
|
|
404
|
-
Path
|
|
405
|
-
TpMachines
|
|
399
|
+
Name?: string;
|
|
400
|
+
Description?: string;
|
|
401
|
+
Build?: string;
|
|
402
|
+
LogDirectory?: string;
|
|
403
|
+
Type?: string;
|
|
404
|
+
Path?: string;
|
|
405
|
+
TpMachines?: TpMachines;
|
|
406
406
|
}
|
|
407
407
|
interface TpEclServers {
|
|
408
|
-
TpEclServer
|
|
408
|
+
TpEclServer?: TpEclServer[];
|
|
409
409
|
}
|
|
410
410
|
interface TpEclCCServers {
|
|
411
|
-
TpEclServer
|
|
411
|
+
TpEclServer?: TpEclServer[];
|
|
412
412
|
}
|
|
413
413
|
interface TpEclScheduler {
|
|
414
|
-
Name
|
|
415
|
-
Description
|
|
416
|
-
Build
|
|
417
|
-
LogDirectory
|
|
418
|
-
Type
|
|
419
|
-
Path
|
|
420
|
-
TpMachines
|
|
414
|
+
Name?: string;
|
|
415
|
+
Description?: string;
|
|
416
|
+
Build?: string;
|
|
417
|
+
LogDirectory?: string;
|
|
418
|
+
Type?: string;
|
|
419
|
+
Path?: string;
|
|
420
|
+
TpMachines?: TpMachines;
|
|
421
421
|
}
|
|
422
422
|
interface TpEclSchedulers {
|
|
423
|
-
TpEclScheduler
|
|
423
|
+
TpEclScheduler?: TpEclScheduler[];
|
|
424
424
|
}
|
|
425
425
|
interface TpBinding {
|
|
426
|
-
Name
|
|
427
|
-
Service
|
|
428
|
-
ServiceType
|
|
429
|
-
BindingType
|
|
430
|
-
ServiceBuildSet
|
|
431
|
-
Port
|
|
432
|
-
Protocol
|
|
426
|
+
Name?: string;
|
|
427
|
+
Service?: string;
|
|
428
|
+
ServiceType?: string;
|
|
429
|
+
BindingType?: string;
|
|
430
|
+
ServiceBuildSet?: string;
|
|
431
|
+
Port?: string;
|
|
432
|
+
Protocol?: string;
|
|
433
433
|
}
|
|
434
434
|
interface TpBindings {
|
|
435
|
-
TpBinding
|
|
435
|
+
TpBinding?: TpBinding[];
|
|
436
436
|
}
|
|
437
437
|
interface TpEspServer {
|
|
438
|
-
Name
|
|
439
|
-
Description
|
|
440
|
-
Build
|
|
441
|
-
Type
|
|
442
|
-
Path
|
|
443
|
-
LogDirectory
|
|
444
|
-
TpMachines
|
|
445
|
-
TpBindings
|
|
438
|
+
Name?: string;
|
|
439
|
+
Description?: string;
|
|
440
|
+
Build?: string;
|
|
441
|
+
Type?: string;
|
|
442
|
+
Path?: string;
|
|
443
|
+
LogDirectory?: string;
|
|
444
|
+
TpMachines?: TpMachines;
|
|
445
|
+
TpBindings?: TpBindings;
|
|
446
446
|
}
|
|
447
447
|
interface TpEspServers {
|
|
448
|
-
TpEspServer
|
|
448
|
+
TpEspServer?: TpEspServer[];
|
|
449
449
|
}
|
|
450
450
|
interface TpFTSlave {
|
|
451
|
-
Name
|
|
452
|
-
Description
|
|
453
|
-
Build
|
|
454
|
-
Path
|
|
455
|
-
TpMachines
|
|
451
|
+
Name?: string;
|
|
452
|
+
Description?: string;
|
|
453
|
+
Build?: string;
|
|
454
|
+
Path?: string;
|
|
455
|
+
TpMachines?: TpMachines;
|
|
456
456
|
}
|
|
457
457
|
interface TpFTSlaves {
|
|
458
|
-
TpFTSlave
|
|
458
|
+
TpFTSlave?: TpFTSlave[];
|
|
459
459
|
}
|
|
460
460
|
interface TpGenesisServer {
|
|
461
|
-
Name
|
|
462
|
-
Description
|
|
463
|
-
Build
|
|
464
|
-
Path
|
|
465
|
-
TpMachines
|
|
461
|
+
Name?: string;
|
|
462
|
+
Description?: string;
|
|
463
|
+
Build?: string;
|
|
464
|
+
Path?: string;
|
|
465
|
+
TpMachines?: TpMachines;
|
|
466
466
|
}
|
|
467
467
|
interface TpGenesisServers {
|
|
468
|
-
TpGenesisServer
|
|
468
|
+
TpGenesisServer?: TpGenesisServer[];
|
|
469
469
|
}
|
|
470
470
|
interface TpLdapServer {
|
|
471
|
-
Name
|
|
472
|
-
Description
|
|
473
|
-
Build
|
|
474
|
-
Path
|
|
475
|
-
TpMachines
|
|
471
|
+
Name?: string;
|
|
472
|
+
Description?: string;
|
|
473
|
+
Build?: string;
|
|
474
|
+
Path?: string;
|
|
475
|
+
TpMachines?: TpMachines;
|
|
476
476
|
}
|
|
477
477
|
interface TpLdapServers {
|
|
478
|
-
TpLdapServer
|
|
478
|
+
TpLdapServer?: TpLdapServer[];
|
|
479
479
|
}
|
|
480
480
|
interface TpMySqlServer {
|
|
481
|
-
Name
|
|
482
|
-
Description
|
|
483
|
-
Build
|
|
484
|
-
Path
|
|
485
|
-
TpMachines
|
|
481
|
+
Name?: string;
|
|
482
|
+
Description?: string;
|
|
483
|
+
Build?: string;
|
|
484
|
+
Path?: string;
|
|
485
|
+
TpMachines?: TpMachines;
|
|
486
486
|
}
|
|
487
487
|
interface TpMySqlServers {
|
|
488
|
-
TpMySqlServer
|
|
488
|
+
TpMySqlServer?: TpMySqlServer[];
|
|
489
489
|
}
|
|
490
490
|
interface TpSashaServer {
|
|
491
|
-
Name
|
|
492
|
-
Description
|
|
493
|
-
Build
|
|
494
|
-
Path
|
|
495
|
-
LogDirectory
|
|
496
|
-
TpMachines
|
|
491
|
+
Name?: string;
|
|
492
|
+
Description?: string;
|
|
493
|
+
Build?: string;
|
|
494
|
+
Path?: string;
|
|
495
|
+
LogDirectory?: string;
|
|
496
|
+
TpMachines?: TpMachines;
|
|
497
497
|
}
|
|
498
498
|
interface TpSashaServers {
|
|
499
|
-
TpSashaServer
|
|
499
|
+
TpSashaServer?: TpSashaServer[];
|
|
500
500
|
}
|
|
501
501
|
interface TpSparkThor {
|
|
502
|
-
Name
|
|
503
|
-
Build
|
|
504
|
-
ThorClusterName
|
|
505
|
-
ThorPath
|
|
506
|
-
SparkExecutorCores
|
|
507
|
-
SparkExecutorMemory
|
|
508
|
-
SparkMasterPort
|
|
509
|
-
SparkMasterWebUIPort
|
|
510
|
-
SparkWorkerCores
|
|
511
|
-
SparkWorkerMemory
|
|
512
|
-
SparkWorkerPort
|
|
513
|
-
LogDirectory
|
|
514
|
-
Path
|
|
515
|
-
TpMachines
|
|
502
|
+
Name?: string;
|
|
503
|
+
Build?: string;
|
|
504
|
+
ThorClusterName?: string;
|
|
505
|
+
ThorPath?: string;
|
|
506
|
+
SparkExecutorCores?: unsignedInt;
|
|
507
|
+
SparkExecutorMemory?: long;
|
|
508
|
+
SparkMasterPort?: unsignedInt;
|
|
509
|
+
SparkMasterWebUIPort?: unsignedInt;
|
|
510
|
+
SparkWorkerCores?: unsignedInt;
|
|
511
|
+
SparkWorkerMemory?: long;
|
|
512
|
+
SparkWorkerPort?: unsignedInt;
|
|
513
|
+
LogDirectory?: string;
|
|
514
|
+
Path?: string;
|
|
515
|
+
TpMachines?: TpMachines;
|
|
516
516
|
}
|
|
517
517
|
interface TpSparkThors {
|
|
518
|
-
TpSparkThor
|
|
518
|
+
TpSparkThor?: TpSparkThor[];
|
|
519
519
|
}
|
|
520
520
|
interface ServiceList {
|
|
521
|
-
TpDalis
|
|
522
|
-
TpDfuServers
|
|
523
|
-
TpDkcSlaves
|
|
524
|
-
TpDropZones
|
|
525
|
-
TpEclAgents
|
|
526
|
-
TpEclServers
|
|
527
|
-
TpEclCCServers
|
|
528
|
-
TpEclSchedulers
|
|
529
|
-
TpEspServers
|
|
530
|
-
TpFTSlaves
|
|
531
|
-
TpGenesisServers
|
|
532
|
-
TpLdapServers
|
|
533
|
-
TpMySqlServers
|
|
534
|
-
TpSashaServers
|
|
535
|
-
TpSparkThors
|
|
521
|
+
TpDalis?: TpDalis;
|
|
522
|
+
TpDfuServers?: TpDfuServers;
|
|
523
|
+
TpDkcSlaves?: TpDkcSlaves;
|
|
524
|
+
TpDropZones?: TpDropZones;
|
|
525
|
+
TpEclAgents?: TpEclAgents;
|
|
526
|
+
TpEclServers?: TpEclServers;
|
|
527
|
+
TpEclCCServers?: TpEclCCServers;
|
|
528
|
+
TpEclSchedulers?: TpEclSchedulers;
|
|
529
|
+
TpEspServers?: TpEspServers;
|
|
530
|
+
TpFTSlaves?: TpFTSlaves;
|
|
531
|
+
TpGenesisServers?: TpGenesisServers;
|
|
532
|
+
TpLdapServers?: TpLdapServers;
|
|
533
|
+
TpMySqlServers?: TpMySqlServers;
|
|
534
|
+
TpSashaServers?: TpSashaServers;
|
|
535
|
+
TpSparkThors?: TpSparkThors;
|
|
536
536
|
}
|
|
537
537
|
interface TpServiceQueryResponse {
|
|
538
|
-
Exceptions
|
|
539
|
-
MemThreshold
|
|
540
|
-
DiskThreshold
|
|
541
|
-
CpuThreshold
|
|
542
|
-
EncapsulatedSystem
|
|
543
|
-
EnableSNMP
|
|
544
|
-
PreflightProcessFilter
|
|
545
|
-
AcceptLanguage
|
|
546
|
-
MemThresholdType
|
|
547
|
-
DiskThresholdType
|
|
548
|
-
ServiceList
|
|
538
|
+
Exceptions?: Exceptions;
|
|
539
|
+
MemThreshold?: int;
|
|
540
|
+
DiskThreshold?: int;
|
|
541
|
+
CpuThreshold?: int;
|
|
542
|
+
EncapsulatedSystem?: boolean;
|
|
543
|
+
EnableSNMP?: boolean;
|
|
544
|
+
PreflightProcessFilter?: string;
|
|
545
|
+
AcceptLanguage?: string;
|
|
546
|
+
MemThresholdType?: string;
|
|
547
|
+
DiskThresholdType?: string;
|
|
548
|
+
ServiceList?: ServiceList;
|
|
549
549
|
}
|
|
550
550
|
interface TpSetMachineStatusRequest {
|
|
551
551
|
MachinePath?: string;
|
|
552
552
|
StatusValue?: string;
|
|
553
553
|
}
|
|
554
554
|
interface TpSetMachineStatusResponse {
|
|
555
|
-
Exceptions
|
|
556
|
-
TpSetMachineStatusResult
|
|
555
|
+
Exceptions?: Exceptions;
|
|
556
|
+
TpSetMachineStatusResult?: boolean;
|
|
557
557
|
}
|
|
558
558
|
interface TpSwapNodeRequest {
|
|
559
559
|
Cluster?: string;
|
|
@@ -561,8 +561,8 @@ export declare namespace WsTopology {
|
|
|
561
561
|
NewIP?: string;
|
|
562
562
|
}
|
|
563
563
|
interface TpSwapNodeResponse {
|
|
564
|
-
Exceptions
|
|
565
|
-
TpSwapNodeResult
|
|
564
|
+
Exceptions?: Exceptions;
|
|
565
|
+
TpSwapNodeResult?: boolean;
|
|
566
566
|
}
|
|
567
567
|
interface TpTargetClusterQueryRequest {
|
|
568
568
|
Type?: string;
|
|
@@ -570,79 +570,79 @@ export declare namespace WsTopology {
|
|
|
570
570
|
ShowDetails?: boolean;
|
|
571
571
|
}
|
|
572
572
|
interface TpTargetCluster {
|
|
573
|
-
Name
|
|
574
|
-
Prefix
|
|
575
|
-
Type
|
|
576
|
-
TpClusters
|
|
577
|
-
TpEclCCServers
|
|
578
|
-
TpEclServers
|
|
579
|
-
TpEclAgents
|
|
580
|
-
TpEclSchedulers
|
|
573
|
+
Name?: string;
|
|
574
|
+
Prefix?: string;
|
|
575
|
+
Type?: string;
|
|
576
|
+
TpClusters?: TpClusters;
|
|
577
|
+
TpEclCCServers?: TpEclCCServers;
|
|
578
|
+
TpEclServers?: TpEclServers;
|
|
579
|
+
TpEclAgents?: TpEclAgents;
|
|
580
|
+
TpEclSchedulers?: TpEclSchedulers;
|
|
581
581
|
}
|
|
582
582
|
interface TpTargetClusters {
|
|
583
|
-
TpTargetCluster
|
|
583
|
+
TpTargetCluster?: TpTargetCluster[];
|
|
584
584
|
}
|
|
585
585
|
interface TpTargetClusterQueryResponse {
|
|
586
|
-
Exceptions
|
|
587
|
-
ShowDetails
|
|
588
|
-
MemThreshold
|
|
589
|
-
DiskThreshold
|
|
590
|
-
CpuThreshold
|
|
591
|
-
MemThresholdType
|
|
592
|
-
DiskThresholdType
|
|
593
|
-
PreflightProcessFilter
|
|
594
|
-
AcceptLanguage
|
|
595
|
-
TpTargetClusters
|
|
586
|
+
Exceptions?: Exceptions;
|
|
587
|
+
ShowDetails?: boolean;
|
|
588
|
+
MemThreshold?: int;
|
|
589
|
+
DiskThreshold?: int;
|
|
590
|
+
CpuThreshold?: int;
|
|
591
|
+
MemThresholdType?: string;
|
|
592
|
+
DiskThresholdType?: string;
|
|
593
|
+
PreflightProcessFilter?: string;
|
|
594
|
+
AcceptLanguage?: string;
|
|
595
|
+
TpTargetClusters?: TpTargetClusters;
|
|
596
596
|
}
|
|
597
597
|
interface TpThorStatusRequest {
|
|
598
598
|
Name?: string;
|
|
599
599
|
}
|
|
600
600
|
interface TpThorStatusResponse {
|
|
601
|
-
Exceptions
|
|
602
|
-
Name
|
|
603
|
-
Queue
|
|
604
|
-
Group
|
|
605
|
-
ThorMasterIPAddress
|
|
606
|
-
Port
|
|
607
|
-
StartTime
|
|
608
|
-
LogFile
|
|
609
|
-
Wuid
|
|
610
|
-
Graph
|
|
611
|
-
SubGraph
|
|
612
|
-
SubGraphDuration
|
|
613
|
-
AutoRefresh
|
|
601
|
+
Exceptions?: Exceptions;
|
|
602
|
+
Name?: string;
|
|
603
|
+
Queue?: string;
|
|
604
|
+
Group?: string;
|
|
605
|
+
ThorMasterIPAddress?: string;
|
|
606
|
+
Port?: int;
|
|
607
|
+
StartTime?: string;
|
|
608
|
+
LogFile?: string;
|
|
609
|
+
Wuid?: string;
|
|
610
|
+
Graph?: string;
|
|
611
|
+
SubGraph?: int;
|
|
612
|
+
SubGraphDuration?: int;
|
|
613
|
+
AutoRefresh?: int;
|
|
614
614
|
}
|
|
615
615
|
interface TpXMLFileRequest {
|
|
616
616
|
Name?: string;
|
|
617
617
|
}
|
|
618
618
|
interface TpXMLFileResponse {
|
|
619
|
-
Exceptions
|
|
620
|
-
thefile
|
|
619
|
+
Exceptions?: Exceptions;
|
|
620
|
+
thefile?: base64Binary;
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
export declare class TopologyServiceBase extends Service {
|
|
624
624
|
constructor(optsConnection: IOptions | IConnection);
|
|
625
|
-
Ping(request:
|
|
626
|
-
SystemLog(request:
|
|
627
|
-
TpClusterInfo(request:
|
|
628
|
-
TpClusterQuery(request:
|
|
629
|
-
TpComponentConfiguration(request:
|
|
630
|
-
TpConfiguredComponents(request:
|
|
631
|
-
TpDropZoneQuery(request:
|
|
632
|
-
TpGetComponentFile(request:
|
|
633
|
-
TpGetServicePlugins(request:
|
|
634
|
-
TpGroupQuery(request:
|
|
635
|
-
TpListLogFiles(request:
|
|
636
|
-
TpListTargetClusters(request:
|
|
637
|
-
TpLogFile(request:
|
|
638
|
-
TpLogFileDisplay(request:
|
|
639
|
-
TpLogicalClusterQuery(request:
|
|
640
|
-
TpMachineInfo(request:
|
|
641
|
-
TpMachineQuery(request:
|
|
642
|
-
TpServiceQuery(request:
|
|
643
|
-
TpSetMachineStatus(request:
|
|
644
|
-
TpSwapNode(request:
|
|
645
|
-
TpTargetClusterQuery(request:
|
|
646
|
-
TpThorStatus(request:
|
|
647
|
-
TpXMLFile(request:
|
|
625
|
+
Ping(request: WsTopology.WsTopologyPingRequest, abortSignal?: AbortSignal): Promise<WsTopology.WsTopologyPingResponse>;
|
|
626
|
+
SystemLog(request: WsTopology.SystemLogRequest, abortSignal?: AbortSignal): Promise<WsTopology.SystemLogResponse>;
|
|
627
|
+
TpClusterInfo(request: WsTopology.TpClusterInfoRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpClusterInfoResponse>;
|
|
628
|
+
TpClusterQuery(request: WsTopology.TpClusterQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpClusterQueryResponse>;
|
|
629
|
+
TpComponentConfiguration(request: WsTopology.TpComponentConfigurationRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpComponentConfigurationResponse>;
|
|
630
|
+
TpConfiguredComponents(request: WsTopology.TpConfiguredComponentsRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpConfiguredComponentsResponse>;
|
|
631
|
+
TpDropZoneQuery(request: WsTopology.TpDropZoneQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpDropZoneQueryResponse>;
|
|
632
|
+
TpGetComponentFile(request: WsTopology.TpGetComponentFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpGetComponentFileResponse>;
|
|
633
|
+
TpGetServicePlugins(request: WsTopology.TpGetServicePluginsRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpGetServicePluginsResponse>;
|
|
634
|
+
TpGroupQuery(request: WsTopology.TpGroupQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpGroupQueryResponse>;
|
|
635
|
+
TpListLogFiles(request: WsTopology.TpListLogFilesRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpListLogFilesResponse>;
|
|
636
|
+
TpListTargetClusters(request: WsTopology.TpListTargetClustersRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpListTargetClustersResponse>;
|
|
637
|
+
TpLogFile(request: WsTopology.TpLogFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpLogFileResponse>;
|
|
638
|
+
TpLogFileDisplay(request: WsTopology.TpLogFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpLogFileResponse>;
|
|
639
|
+
TpLogicalClusterQuery(request: WsTopology.TpLogicalClusterQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpLogicalClusterQueryResponse>;
|
|
640
|
+
TpMachineInfo(request: WsTopology.TpMachineInfoRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpMachineInfoResponse>;
|
|
641
|
+
TpMachineQuery(request: WsTopology.TpMachineQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpMachineQueryResponse>;
|
|
642
|
+
TpServiceQuery(request: WsTopology.TpServiceQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpServiceQueryResponse>;
|
|
643
|
+
TpSetMachineStatus(request: WsTopology.TpSetMachineStatusRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpSetMachineStatusResponse>;
|
|
644
|
+
TpSwapNode(request: WsTopology.TpSwapNodeRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpSwapNodeResponse>;
|
|
645
|
+
TpTargetClusterQuery(request: WsTopology.TpTargetClusterQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpTargetClusterQueryResponse>;
|
|
646
|
+
TpThorStatus(request: WsTopology.TpThorStatusRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpThorStatusResponse>;
|
|
647
|
+
TpXMLFile(request: WsTopology.TpXMLFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpXMLFileResponse>;
|
|
648
648
|
}
|