@hpcc-js/comms 2.98.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -10388
- package/dist/index.js.map +7 -1
- package/dist/index.node.js +925 -10845
- package/dist/index.node.js.map +7 -1
- package/package.json +55 -60
- package/src/__package__.ts +1 -1
- package/src/clienttools/eclMeta.ts +1 -1
- package/src/clienttools/eclcc.ts +1 -1
- package/src/ecl/activity.ts +3 -3
- package/src/ecl/dfuWorkunit.ts +5 -5
- package/src/ecl/graph.ts +4 -4
- package/src/ecl/logicalFile.ts +3 -3
- package/src/ecl/machine.ts +2 -2
- package/src/ecl/query.ts +12 -12
- package/src/ecl/queryGraph.ts +3 -3
- package/src/ecl/resource.ts +1 -1
- package/src/ecl/result.ts +4 -4
- package/src/ecl/scope.ts +2 -2
- package/src/ecl/sourceFile.ts +2 -2
- package/src/ecl/store.ts +3 -3
- package/src/ecl/targetCluster.ts +4 -4
- package/src/ecl/timer.ts +2 -2
- package/src/ecl/topology.ts +3 -3
- package/src/ecl/workunit.ts +11 -11
- package/src/ecl/xsdParser.ts +0 -1
- package/src/espConnection.ts +1 -1
- package/src/index-common.ts +38 -38
- package/src/index.node.ts +9 -5
- package/src/index.ts +1 -3
- package/src/services/fileSpray.ts +1 -1
- package/src/services/wsAccess.ts +1 -1
- package/src/services/wsAccount.ts +2 -2
- package/src/services/wsCloud.ts +1 -1
- package/src/services/wsCodesign.ts +2 -2
- package/src/services/wsDFU.ts +1 -1
- package/src/services/wsDFUXRef.ts +2 -2
- package/src/services/wsDali.ts +1 -1
- package/src/services/wsEcl.ts +2 -2
- package/src/services/wsElk.ts +1 -1
- package/src/services/wsLogaccess.ts +3 -3
- package/src/services/wsMachine.ts +1 -1
- package/src/services/wsPackageProcess.ts +1 -1
- package/src/services/wsResources.ts +1 -1
- package/src/services/wsSMC.ts +2 -2
- package/src/services/wsSasha.ts +1 -1
- package/src/services/wsStore.ts +2 -2
- package/src/services/wsTopology.ts +2 -2
- package/src/services/wsWorkunits.ts +3 -3
- package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +828 -828
- package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +2 -2
- package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +2 -2
- package/src/services/wsdl/WsCloud/v1/WsCloud.ts +20 -20
- package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +165 -165
- package/src/services/wsdl/WsDali/v1.04/WsDali.ts +2 -2
- package/src/services/wsdl/WsDali/v1.07/WsDali.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +2 -2
- package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +86 -86
- package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +434 -434
- package/src/services/wsdl/WsResources/v1.01/WsResources.ts +2 -2
- package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +514 -514
- package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +2 -2
- package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2415 -2415
- package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +2 -2
- package/src/services/wsdl/ws_access/v1.16/ws_access.ts +953 -953
- package/src/services/wsdl/ws_access/v1.17/ws_access.ts +2 -2
- package/src/services/wsdl/ws_account/v1.05/ws_account.ts +78 -78
- package/src/services/wsdl/ws_account/v1.06/ws_account.ts +2 -2
- package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +68 -68
- package/src/services/wsdl/ws_elk/v1/ws_elk.ts +29 -29
- package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +54 -54
- package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +2 -2
- package/src/services/wsdl/wsstore/v1.02/wsstore.ts +213 -213
- package/types/__package__.d.ts +1 -2
- package/types/clienttools/eclMeta.d.ts +1 -2
- package/types/clienttools/eclcc.d.ts +1 -2
- package/types/connection.d.ts +0 -1
- package/types/ecl/activity.d.ts +3 -4
- package/types/ecl/dfuWorkunit.d.ts +4 -5
- package/types/ecl/graph.d.ts +4 -5
- package/types/ecl/logicalFile.d.ts +2 -3
- package/types/ecl/machine.d.ts +2 -3
- package/types/ecl/query.d.ts +6 -7
- package/types/ecl/queryGraph.d.ts +0 -1
- package/types/ecl/resource.d.ts +1 -2
- package/types/ecl/result.d.ts +4 -5
- package/types/ecl/scope.d.ts +2 -3
- package/types/ecl/sourceFile.d.ts +2 -3
- package/types/ecl/store.d.ts +3 -4
- package/types/ecl/targetCluster.d.ts +4 -5
- package/types/ecl/timer.d.ts +2 -3
- package/types/ecl/topology.d.ts +3 -4
- package/types/ecl/workunit.d.ts +10 -11
- package/types/ecl/xsdParser.d.ts +0 -1
- package/types/espConnection.d.ts +1 -2
- package/types/index-common.d.ts +38 -39
- package/types/index.node.d.ts +3 -4
- package/types/pem/trustwave.d.ts +0 -1
- package/types/services/fileSpray.d.ts +1 -2
- package/types/services/wsAccess.d.ts +1 -2
- package/types/services/wsAccount.d.ts +1 -2
- package/types/services/wsCloud.d.ts +1 -2
- package/types/services/wsCodesign.d.ts +1 -2
- package/types/services/wsDFU.d.ts +1 -2
- package/types/services/wsDFUXRef.d.ts +2 -3
- package/types/services/wsDali.d.ts +1 -2
- package/types/services/wsEcl.d.ts +2 -3
- package/types/services/wsElk.d.ts +1 -2
- package/types/services/wsLogaccess.d.ts +1 -2
- package/types/services/wsMachine.d.ts +1 -2
- package/types/services/wsPackageProcess.d.ts +1 -2
- package/types/services/wsResources.d.ts +1 -2
- package/types/services/wsSMC.d.ts +2 -3
- package/types/services/wsSasha.d.ts +1 -2
- package/types/services/wsStore.d.ts +2 -3
- package/types/services/wsTopology.d.ts +2 -3
- package/types/services/wsWorkunits.d.ts +3 -4
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +2 -3
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +2 -3
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +2 -3
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +2 -3
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +2 -3
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts +2 -3
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +2 -3
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +2 -3
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +2 -3
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2 -3
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +2 -3
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts +2 -3
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +2 -3
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +2 -3
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +2 -3
- package/dist/index.es6.js +0 -10704
- package/dist/index.es6.js.map +0 -1
- package/dist/index.min.js +0 -2
- package/dist/index.min.js.map +0 -1
- package/dist/index.node.min.js +0 -2
- package/dist/index.node.min.js.map +0 -1
- package/lib-es6/__package__.js +0 -4
- package/lib-es6/__package__.js.map +0 -1
- package/lib-es6/__tests__/dfuXRef.js +0 -32
- package/lib-es6/__tests__/dfuXRef.js.map +0 -1
- package/lib-es6/__tests__/https.js +0 -60
- package/lib-es6/__tests__/https.js.map +0 -1
- package/lib-es6/__tests__/workunit.js +0 -71
- package/lib-es6/__tests__/workunit.js.map +0 -1
- package/lib-es6/clienttools/eclMeta.js +0 -463
- package/lib-es6/clienttools/eclMeta.js.map +0 -1
- package/lib-es6/clienttools/eclcc.js +0 -585
- package/lib-es6/clienttools/eclcc.js.map +0 -1
- package/lib-es6/connection.js +0 -254
- package/lib-es6/connection.js.map +0 -1
- package/lib-es6/ecl/activity.js +0 -172
- package/lib-es6/ecl/activity.js.map +0 -1
- package/lib-es6/ecl/dfuWorkunit.js +0 -591
- package/lib-es6/ecl/dfuWorkunit.js.map +0 -1
- package/lib-es6/ecl/graph.js +0 -289
- package/lib-es6/ecl/graph.js.map +0 -1
- package/lib-es6/ecl/logicalFile.js +0 -391
- package/lib-es6/ecl/logicalFile.js.map +0 -1
- package/lib-es6/ecl/machine.js +0 -159
- package/lib-es6/ecl/machine.js.map +0 -1
- package/lib-es6/ecl/query.js +0 -422
- package/lib-es6/ecl/query.js.map +0 -1
- package/lib-es6/ecl/queryGraph.js +0 -759
- package/lib-es6/ecl/queryGraph.js.map +0 -1
- package/lib-es6/ecl/resource.js +0 -47
- package/lib-es6/ecl/resource.js.map +0 -1
- package/lib-es6/ecl/result.js +0 -288
- package/lib-es6/ecl/result.js.map +0 -1
- package/lib-es6/ecl/scope.js +0 -234
- package/lib-es6/ecl/scope.js.map +0 -1
- package/lib-es6/ecl/sourceFile.js +0 -60
- package/lib-es6/ecl/sourceFile.js.map +0 -1
- package/lib-es6/ecl/store.js +0 -166
- package/lib-es6/ecl/store.js.map +0 -1
- package/lib-es6/ecl/targetCluster.js +0 -194
- package/lib-es6/ecl/targetCluster.js.map +0 -1
- package/lib-es6/ecl/timer.js +0 -76
- package/lib-es6/ecl/timer.js.map +0 -1
- package/lib-es6/ecl/topology.js +0 -156
- package/lib-es6/ecl/topology.js.map +0 -1
- package/lib-es6/ecl/workunit.js +0 -1553
- package/lib-es6/ecl/workunit.js.map +0 -1
- package/lib-es6/ecl/xsdParser.js +0 -253
- package/lib-es6/ecl/xsdParser.js.map +0 -1
- package/lib-es6/espConnection.js +0 -148
- package/lib-es6/espConnection.js.map +0 -1
- package/lib-es6/index-common.js +0 -39
- package/lib-es6/index-common.js.map +0 -1
- package/lib-es6/index.js +0 -3
- package/lib-es6/index.js.map +0 -1
- package/lib-es6/index.node.js +0 -64
- package/lib-es6/index.node.js.map +0 -1
- package/lib-es6/pem/trustwave.js +0 -2
- package/lib-es6/pem/trustwave.js.map +0 -1
- package/lib-es6/services/fileSpray.js +0 -40
- package/lib-es6/services/fileSpray.js.map +0 -1
- package/lib-es6/services/wsAccess.js +0 -12
- package/lib-es6/services/wsAccess.js.map +0 -1
- package/lib-es6/services/wsAccount.js +0 -27
- package/lib-es6/services/wsAccount.js.map +0 -1
- package/lib-es6/services/wsCloud.js +0 -23
- package/lib-es6/services/wsCloud.js.map +0 -1
- package/lib-es6/services/wsCodesign.js +0 -26
- package/lib-es6/services/wsCodesign.js.map +0 -1
- package/lib-es6/services/wsDFU.js +0 -19
- package/lib-es6/services/wsDFU.js.map +0 -1
- package/lib-es6/services/wsDFUXRef.js +0 -45
- package/lib-es6/services/wsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsDali.js +0 -11
- package/lib-es6/services/wsDali.js.map +0 -1
- package/lib-es6/services/wsEcl.js +0 -111
- package/lib-es6/services/wsEcl.js.map +0 -1
- package/lib-es6/services/wsElk.js +0 -11
- package/lib-es6/services/wsElk.js.map +0 -1
- package/lib-es6/services/wsLogaccess.js +0 -226
- package/lib-es6/services/wsLogaccess.js.map +0 -1
- package/lib-es6/services/wsMachine.js +0 -57
- package/lib-es6/services/wsMachine.js.map +0 -1
- package/lib-es6/services/wsPackageProcess.js +0 -11
- package/lib-es6/services/wsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsResources.js +0 -11
- package/lib-es6/services/wsResources.js.map +0 -1
- package/lib-es6/services/wsSMC.js +0 -22
- package/lib-es6/services/wsSMC.js.map +0 -1
- package/lib-es6/services/wsSasha.js +0 -12
- package/lib-es6/services/wsSasha.js.map +0 -1
- package/lib-es6/services/wsStore.js +0 -56
- package/lib-es6/services/wsStore.js.map +0 -1
- package/lib-es6/services/wsTopology.js +0 -45
- package/lib-es6/services/wsTopology.js.map +0 -1
- package/lib-es6/services/wsWorkunits.js +0 -136
- package/lib-es6/services/wsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +0 -110
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js +0 -116
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js +0 -119
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +0 -17
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +0 -1
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +0 -47
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +0 -68
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js +0 -101
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js +0 -142
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +0 -23
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +0 -1
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +0 -62
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js +0 -20
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +0 -93
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js +0 -99
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js +0 -34
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +0 -80
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js +0 -83
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +0 -328
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js +0 -370
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js +0 -203
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js +0 -200
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +0 -27
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +0 -1
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +0 -17
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js +0 -28
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js +0 -47
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js +0 -63
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js +0 -85
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js +0 -88
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js +0 -41
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js.map +0 -1
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +0 -44
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +0 -1
- package/src/__tests__/dfuXRef.ts +0 -22
- package/src/__tests__/https.ts +0 -69
- package/src/__tests__/workunit.ts +0 -35
- package/types/__package__.d.ts.map +0 -1
- package/types/__tests__/dfuXRef.d.ts +0 -2
- package/types/__tests__/dfuXRef.d.ts.map +0 -1
- package/types/__tests__/https.d.ts +0 -2
- package/types/__tests__/https.d.ts.map +0 -1
- package/types/__tests__/workunit.d.ts +0 -2
- package/types/__tests__/workunit.d.ts.map +0 -1
- package/types/clienttools/eclMeta.d.ts.map +0 -1
- package/types/clienttools/eclcc.d.ts.map +0 -1
- package/types/connection.d.ts.map +0 -1
- package/types/ecl/activity.d.ts.map +0 -1
- package/types/ecl/dfuWorkunit.d.ts.map +0 -1
- package/types/ecl/graph.d.ts.map +0 -1
- package/types/ecl/logicalFile.d.ts.map +0 -1
- package/types/ecl/machine.d.ts.map +0 -1
- package/types/ecl/query.d.ts.map +0 -1
- package/types/ecl/queryGraph.d.ts.map +0 -1
- package/types/ecl/resource.d.ts.map +0 -1
- package/types/ecl/result.d.ts.map +0 -1
- package/types/ecl/scope.d.ts.map +0 -1
- package/types/ecl/sourceFile.d.ts.map +0 -1
- package/types/ecl/store.d.ts.map +0 -1
- package/types/ecl/targetCluster.d.ts.map +0 -1
- package/types/ecl/timer.d.ts.map +0 -1
- package/types/ecl/topology.d.ts.map +0 -1
- package/types/ecl/workunit.d.ts.map +0 -1
- package/types/ecl/xsdParser.d.ts.map +0 -1
- package/types/espConnection.d.ts.map +0 -1
- package/types/index-common.d.ts.map +0 -1
- package/types/index.d.ts +0 -3
- package/types/index.d.ts.map +0 -1
- package/types/index.node.d.ts.map +0 -1
- package/types/pem/trustwave.d.ts.map +0 -1
- package/types/services/fileSpray.d.ts.map +0 -1
- package/types/services/wsAccess.d.ts.map +0 -1
- package/types/services/wsAccount.d.ts.map +0 -1
- package/types/services/wsCloud.d.ts.map +0 -1
- package/types/services/wsCodesign.d.ts.map +0 -1
- package/types/services/wsDFU.d.ts.map +0 -1
- package/types/services/wsDFUXRef.d.ts.map +0 -1
- package/types/services/wsDali.d.ts.map +0 -1
- package/types/services/wsEcl.d.ts.map +0 -1
- package/types/services/wsElk.d.ts.map +0 -1
- package/types/services/wsLogaccess.d.ts.map +0 -1
- package/types/services/wsMachine.d.ts.map +0 -1
- package/types/services/wsPackageProcess.d.ts.map +0 -1
- package/types/services/wsResources.d.ts.map +0 -1
- package/types/services/wsSMC.d.ts.map +0 -1
- package/types/services/wsSasha.d.ts.map +0 -1
- package/types/services/wsStore.d.ts.map +0 -1
- package/types/services/wsTopology.d.ts.map +0 -1
- package/types/services/wsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +0 -1
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +0 -1
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +0 -1
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +0 -1
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts.map +0 -1
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +0 -1
- package/types-3.4/__package__.d.ts +0 -4
- package/types-3.4/__tests__/dfuXRef.d.ts +0 -2
- package/types-3.4/__tests__/https.d.ts +0 -2
- package/types-3.4/__tests__/workunit.d.ts +0 -2
- package/types-3.4/clienttools/eclMeta.d.ts +0 -124
- package/types-3.4/clienttools/eclcc.d.ts +0 -105
- package/types-3.4/connection.d.ts +0 -43
- package/types-3.4/ecl/activity.d.ts +0 -40
- package/types-3.4/ecl/dfuWorkunit.d.ts +0 -103
- package/types-3.4/ecl/graph.d.ts +0 -46
- package/types-3.4/ecl/logicalFile.d.ts +0 -91
- package/types-3.4/ecl/machine.d.ts +0 -40
- package/types-3.4/ecl/query.d.ts +0 -70
- package/types-3.4/ecl/queryGraph.d.ts +0 -101
- package/types-3.4/ecl/resource.d.ts +0 -16
- package/types-3.4/ecl/result.d.ts +0 -88
- package/types-3.4/ecl/scope.d.ts +0 -55
- package/types-3.4/ecl/sourceFile.d.ts +0 -19
- package/types-3.4/ecl/store.d.ts +0 -40
- package/types-3.4/ecl/targetCluster.d.ts +0 -43
- package/types-3.4/ecl/timer.d.ts +0 -24
- package/types-3.4/ecl/topology.d.ts +0 -33
- package/types-3.4/ecl/workunit.d.ts +0 -275
- package/types-3.4/ecl/xsdParser.d.ts +0 -42
- package/types-3.4/espConnection.d.ts +0 -42
- package/types-3.4/index-common.d.ts +0 -39
- package/types-3.4/index.d.ts +0 -3
- package/types-3.4/index.node.d.ts +0 -4
- package/types-3.4/pem/trustwave.d.ts +0 -2
- package/types-3.4/services/fileSpray.d.ts +0 -27
- package/types-3.4/services/wsAccess.d.ts +0 -5
- package/types-3.4/services/wsAccount.d.ts +0 -6
- package/types-3.4/services/wsCloud.d.ts +0 -6
- package/types-3.4/services/wsCodesign.d.ts +0 -57
- package/types-3.4/services/wsDFU.d.ts +0 -11
- package/types-3.4/services/wsDFUXRef.d.ts +0 -220
- package/types-3.4/services/wsDali.d.ts +0 -5
- package/types-3.4/services/wsEcl.d.ts +0 -18
- package/types-3.4/services/wsElk.d.ts +0 -5
- package/types-3.4/services/wsLogaccess.d.ts +0 -55
- package/types-3.4/services/wsMachine.d.ts +0 -29
- package/types-3.4/services/wsPackageProcess.d.ts +0 -5
- package/types-3.4/services/wsResources.d.ts +0 -5
- package/types-3.4/services/wsSMC.d.ts +0 -8
- package/types-3.4/services/wsSasha.d.ts +0 -5
- package/types-3.4/services/wsStore.d.ts +0 -147
- package/types-3.4/services/wsTopology.d.ts +0 -10
- package/types-3.4/services/wsWorkunits.d.ts +0 -64
- package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types-3.4/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +0 -736
- package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +0 -19
- package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types-3.4/services/wsdl/WsDali/v1.07/WsDali.d.ts +0 -158
- package/types-3.4/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +0 -1011
- package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +0 -396
- package/types-3.4/services/wsdl/WsResources/v1.01/WsResources.d.ts +0 -85
- package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types-3.4/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +0 -519
- package/types-3.4/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +0 -65
- package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types-3.4/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +0 -716
- package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types-3.4/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types-3.4/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types-3.4/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types-3.4/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +0 -2549
- package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types-3.4/services/wsdl/ws_access/v1.17/ws_access.d.ts +0 -721
- package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types-3.4/services/wsdl/ws_account/v1.06/ws_account.d.ts +0 -71
- package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +0 -28
- package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types-3.4/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types-3.4/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types-3.4/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types-3.4/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +0 -175
- package/types-3.4/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +0 -470
- package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
|
@@ -1,470 +0,0 @@
|
|
|
1
|
-
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
-
import { Service } from "../../../../espConnection";
|
|
3
|
-
type int = number;
|
|
4
|
-
type long = number;
|
|
5
|
-
type unsignedInt = number;
|
|
6
|
-
export declare namespace WsMachine {
|
|
7
|
-
interface GetComponentStatusRequest {
|
|
8
|
-
}
|
|
9
|
-
interface Exception {
|
|
10
|
-
Code: string;
|
|
11
|
-
Audience: string;
|
|
12
|
-
Source: string;
|
|
13
|
-
Message: string;
|
|
14
|
-
}
|
|
15
|
-
interface Exceptions {
|
|
16
|
-
Source: string;
|
|
17
|
-
Exception: Exception[];
|
|
18
|
-
}
|
|
19
|
-
interface StatusReport {
|
|
20
|
-
StatusID: int;
|
|
21
|
-
Status: string;
|
|
22
|
-
StatusDetails: string;
|
|
23
|
-
Reporter: string;
|
|
24
|
-
TimeReported: long;
|
|
25
|
-
TimeReportedStr: string;
|
|
26
|
-
TimeCached: string;
|
|
27
|
-
URL: string;
|
|
28
|
-
}
|
|
29
|
-
interface StatusReports {
|
|
30
|
-
StatusReport: StatusReport[];
|
|
31
|
-
}
|
|
32
|
-
interface ComponentStatus {
|
|
33
|
-
ComponentTypeID: int;
|
|
34
|
-
ComponentType: string;
|
|
35
|
-
EndPoint: string;
|
|
36
|
-
StatusID: int;
|
|
37
|
-
Status: string;
|
|
38
|
-
TimeReported: long;
|
|
39
|
-
TimeReportedStr: string;
|
|
40
|
-
Reporter: string;
|
|
41
|
-
StatusReports: {
|
|
42
|
-
StatusReport: StatusReport[];
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
interface ComponentStatusList {
|
|
46
|
-
ComponentStatus: ComponentStatus[];
|
|
47
|
-
}
|
|
48
|
-
interface GetComponentStatusResponse {
|
|
49
|
-
Exceptions: {
|
|
50
|
-
Source: string;
|
|
51
|
-
Exception: Exception[];
|
|
52
|
-
};
|
|
53
|
-
StatusCode: int;
|
|
54
|
-
Status: string;
|
|
55
|
-
ComponentType: string;
|
|
56
|
-
EndPoint: string;
|
|
57
|
-
ComponentStatusID: int;
|
|
58
|
-
ComponentStatus: string;
|
|
59
|
-
TimeReported: long;
|
|
60
|
-
TimeReportedStr: string;
|
|
61
|
-
Reporter: string;
|
|
62
|
-
StatusReport: {
|
|
63
|
-
StatusID: int;
|
|
64
|
-
Status: string;
|
|
65
|
-
StatusDetails: string;
|
|
66
|
-
Reporter: string;
|
|
67
|
-
TimeReported: long;
|
|
68
|
-
TimeReportedStr: string;
|
|
69
|
-
TimeCached: string;
|
|
70
|
-
URL: string;
|
|
71
|
-
};
|
|
72
|
-
ComponentStatusList: {
|
|
73
|
-
ComponentStatus: ComponentStatus[];
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
interface Component {
|
|
77
|
-
Type: string;
|
|
78
|
-
Name: string;
|
|
79
|
-
}
|
|
80
|
-
interface Components {
|
|
81
|
-
Component: Component[];
|
|
82
|
-
}
|
|
83
|
-
interface GetComponentUsageRequest {
|
|
84
|
-
Components?: {
|
|
85
|
-
Component?: Component[];
|
|
86
|
-
};
|
|
87
|
-
BypassCachedResult?: boolean;
|
|
88
|
-
}
|
|
89
|
-
interface DiskUsage {
|
|
90
|
-
Name: string;
|
|
91
|
-
Path: string;
|
|
92
|
-
Description: string;
|
|
93
|
-
InUse: long;
|
|
94
|
-
Available: long;
|
|
95
|
-
PercentAvailable: int;
|
|
96
|
-
Exception: string;
|
|
97
|
-
}
|
|
98
|
-
interface DiskUsages {
|
|
99
|
-
DiskUsage: DiskUsage[];
|
|
100
|
-
}
|
|
101
|
-
interface MachineUsage {
|
|
102
|
-
Name: string;
|
|
103
|
-
NetAddress: string;
|
|
104
|
-
Description: string;
|
|
105
|
-
Exception: string;
|
|
106
|
-
DiskUsages: {
|
|
107
|
-
DiskUsage: DiskUsage[];
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
interface MachineUsages {
|
|
111
|
-
MachineUsage: MachineUsage[];
|
|
112
|
-
}
|
|
113
|
-
interface ComponentUsage {
|
|
114
|
-
Type: string;
|
|
115
|
-
Name: string;
|
|
116
|
-
Description: string;
|
|
117
|
-
Exception: string;
|
|
118
|
-
MachineUsages: {
|
|
119
|
-
MachineUsage: MachineUsage[];
|
|
120
|
-
};
|
|
121
|
-
}
|
|
122
|
-
interface ComponentUsages {
|
|
123
|
-
ComponentUsage: ComponentUsage[];
|
|
124
|
-
}
|
|
125
|
-
interface GetComponentUsageResponse {
|
|
126
|
-
Exceptions: Exceptions;
|
|
127
|
-
ComponentUsages: {
|
|
128
|
-
ComponentUsage: ComponentUsage[];
|
|
129
|
-
};
|
|
130
|
-
UsageTime: string;
|
|
131
|
-
}
|
|
132
|
-
interface Addresses {
|
|
133
|
-
Item: string[];
|
|
134
|
-
}
|
|
135
|
-
interface GetMachineInfoRequest {
|
|
136
|
-
Addresses?: {
|
|
137
|
-
Item?: string[];
|
|
138
|
-
};
|
|
139
|
-
ClusterType?: string;
|
|
140
|
-
Cluster?: string;
|
|
141
|
-
OldIP?: string;
|
|
142
|
-
Path?: string;
|
|
143
|
-
AddProcessesToFilter?: string;
|
|
144
|
-
ApplyProcessFilter?: boolean;
|
|
145
|
-
GetProcessorInfo?: boolean;
|
|
146
|
-
GetStorageInfo?: boolean;
|
|
147
|
-
LocalFileSystemsOnly?: boolean;
|
|
148
|
-
GetSoftwareInfo?: boolean;
|
|
149
|
-
MemThreshold?: int;
|
|
150
|
-
DiskThreshold?: int;
|
|
151
|
-
CpuThreshold?: int;
|
|
152
|
-
AutoRefresh?: int;
|
|
153
|
-
MemThresholdType?: string;
|
|
154
|
-
DiskThresholdType?: string;
|
|
155
|
-
UserName?: string;
|
|
156
|
-
Password?: string;
|
|
157
|
-
SecurityString?: string;
|
|
158
|
-
}
|
|
159
|
-
interface RequestInfo {
|
|
160
|
-
Addresses: Addresses;
|
|
161
|
-
ClusterType: string;
|
|
162
|
-
Cluster: string;
|
|
163
|
-
OldIP: string;
|
|
164
|
-
Path: string;
|
|
165
|
-
AddProcessesToFilter: string;
|
|
166
|
-
ApplyProcessFilter: boolean;
|
|
167
|
-
GetProcessorInfo: boolean;
|
|
168
|
-
GetStorageInfo: boolean;
|
|
169
|
-
LocalFileSystemsOnly: boolean;
|
|
170
|
-
GetSoftwareInfo: boolean;
|
|
171
|
-
MemThreshold: int;
|
|
172
|
-
DiskThreshold: int;
|
|
173
|
-
CpuThreshold: int;
|
|
174
|
-
AutoRefresh: int;
|
|
175
|
-
MemThresholdType: string;
|
|
176
|
-
DiskThresholdType: string;
|
|
177
|
-
SecurityString: string;
|
|
178
|
-
UserName: string;
|
|
179
|
-
Password: string;
|
|
180
|
-
EnableSNMP: boolean;
|
|
181
|
-
}
|
|
182
|
-
interface Columns {
|
|
183
|
-
Item: string[];
|
|
184
|
-
}
|
|
185
|
-
interface ProcessorInfo {
|
|
186
|
-
Type: string;
|
|
187
|
-
Load: int;
|
|
188
|
-
}
|
|
189
|
-
interface Processors {
|
|
190
|
-
ProcessorInfo: ProcessorInfo[];
|
|
191
|
-
}
|
|
192
|
-
interface StorageInfo {
|
|
193
|
-
Description: string;
|
|
194
|
-
Type: string;
|
|
195
|
-
Available: long;
|
|
196
|
-
PercentAvail: int;
|
|
197
|
-
Total: long;
|
|
198
|
-
Failures: int;
|
|
199
|
-
}
|
|
200
|
-
interface Storage {
|
|
201
|
-
StorageInfo: StorageInfo[];
|
|
202
|
-
}
|
|
203
|
-
interface SWRunInfo {
|
|
204
|
-
Name: string;
|
|
205
|
-
Instances: int;
|
|
206
|
-
State: int;
|
|
207
|
-
}
|
|
208
|
-
interface Running {
|
|
209
|
-
SWRunInfo: SWRunInfo[];
|
|
210
|
-
}
|
|
211
|
-
interface PhysicalMemory {
|
|
212
|
-
Description: string;
|
|
213
|
-
Type: string;
|
|
214
|
-
Available: long;
|
|
215
|
-
PercentAvail: int;
|
|
216
|
-
Total: long;
|
|
217
|
-
Failures: int;
|
|
218
|
-
}
|
|
219
|
-
interface VirtualMemory {
|
|
220
|
-
Description: string;
|
|
221
|
-
Type: string;
|
|
222
|
-
Available: long;
|
|
223
|
-
PercentAvail: int;
|
|
224
|
-
Total: long;
|
|
225
|
-
Failures: int;
|
|
226
|
-
}
|
|
227
|
-
interface ComponentInfo {
|
|
228
|
-
Condition: int;
|
|
229
|
-
State: int;
|
|
230
|
-
UpTime: string;
|
|
231
|
-
}
|
|
232
|
-
interface MachineInfoEx {
|
|
233
|
-
Address: string;
|
|
234
|
-
ConfigAddress: string;
|
|
235
|
-
Name: string;
|
|
236
|
-
ProcessType: string;
|
|
237
|
-
DisplayType: string;
|
|
238
|
-
Description: string;
|
|
239
|
-
AgentVersion: string;
|
|
240
|
-
Contact: string;
|
|
241
|
-
Location: string;
|
|
242
|
-
UpTime: string;
|
|
243
|
-
ComponentName: string;
|
|
244
|
-
ComponentPath: string;
|
|
245
|
-
RoxieState: string;
|
|
246
|
-
RoxieStateDetails: string;
|
|
247
|
-
OS: int;
|
|
248
|
-
ProcessNumber: int;
|
|
249
|
-
Channels: unsignedInt;
|
|
250
|
-
Processors: {
|
|
251
|
-
ProcessorInfo: ProcessorInfo[];
|
|
252
|
-
};
|
|
253
|
-
Storage: {
|
|
254
|
-
StorageInfo: StorageInfo[];
|
|
255
|
-
};
|
|
256
|
-
Running: {
|
|
257
|
-
SWRunInfo: SWRunInfo[];
|
|
258
|
-
};
|
|
259
|
-
PhysicalMemory: {
|
|
260
|
-
Description: string;
|
|
261
|
-
Type: string;
|
|
262
|
-
Available: long;
|
|
263
|
-
PercentAvail: int;
|
|
264
|
-
Total: long;
|
|
265
|
-
Failures: int;
|
|
266
|
-
};
|
|
267
|
-
VirtualMemory: {
|
|
268
|
-
Description: string;
|
|
269
|
-
Type: string;
|
|
270
|
-
Available: long;
|
|
271
|
-
PercentAvail: int;
|
|
272
|
-
Total: long;
|
|
273
|
-
Failures: int;
|
|
274
|
-
};
|
|
275
|
-
ComponentInfo: {
|
|
276
|
-
Condition: int;
|
|
277
|
-
State: int;
|
|
278
|
-
UpTime: string;
|
|
279
|
-
};
|
|
280
|
-
Exception: string;
|
|
281
|
-
}
|
|
282
|
-
interface Machines {
|
|
283
|
-
MachineInfoEx: MachineInfoEx[];
|
|
284
|
-
}
|
|
285
|
-
interface GetMachineInfoResponse {
|
|
286
|
-
Exceptions: Exceptions;
|
|
287
|
-
RequestInfo: {
|
|
288
|
-
Addresses: Addresses;
|
|
289
|
-
ClusterType: string;
|
|
290
|
-
Cluster: string;
|
|
291
|
-
OldIP: string;
|
|
292
|
-
Path: string;
|
|
293
|
-
AddProcessesToFilter: string;
|
|
294
|
-
ApplyProcessFilter: boolean;
|
|
295
|
-
GetProcessorInfo: boolean;
|
|
296
|
-
GetStorageInfo: boolean;
|
|
297
|
-
LocalFileSystemsOnly: boolean;
|
|
298
|
-
GetSoftwareInfo: boolean;
|
|
299
|
-
MemThreshold: int;
|
|
300
|
-
DiskThreshold: int;
|
|
301
|
-
CpuThreshold: int;
|
|
302
|
-
AutoRefresh: int;
|
|
303
|
-
MemThresholdType: string;
|
|
304
|
-
DiskThresholdType: string;
|
|
305
|
-
SecurityString: string;
|
|
306
|
-
UserName: string;
|
|
307
|
-
Password: string;
|
|
308
|
-
EnableSNMP: boolean;
|
|
309
|
-
};
|
|
310
|
-
Columns: {
|
|
311
|
-
Item: string[];
|
|
312
|
-
};
|
|
313
|
-
Machines: {
|
|
314
|
-
MachineInfoEx: MachineInfoEx[];
|
|
315
|
-
};
|
|
316
|
-
TimeStamp: string;
|
|
317
|
-
UserName: string;
|
|
318
|
-
Password: string;
|
|
319
|
-
AcceptLanguage: string;
|
|
320
|
-
}
|
|
321
|
-
interface GetMachineInfoRequestEx {
|
|
322
|
-
Addresses: Addresses;
|
|
323
|
-
ClusterType: string;
|
|
324
|
-
}
|
|
325
|
-
interface GetMachineInfoResponseEx {
|
|
326
|
-
Exceptions: Exceptions;
|
|
327
|
-
AcceptLanguage: string;
|
|
328
|
-
Machines: Machines;
|
|
329
|
-
}
|
|
330
|
-
interface ShowColumns {
|
|
331
|
-
Item: string[];
|
|
332
|
-
}
|
|
333
|
-
interface MetricsRequest {
|
|
334
|
-
SecurityString?: string;
|
|
335
|
-
Addresses?: Addresses;
|
|
336
|
-
ShowColumns?: {
|
|
337
|
-
Item?: string[];
|
|
338
|
-
};
|
|
339
|
-
AutoRefresh?: int;
|
|
340
|
-
SelectAllChecked?: boolean;
|
|
341
|
-
Cluster?: string;
|
|
342
|
-
AutoUpdate?: boolean;
|
|
343
|
-
}
|
|
344
|
-
interface MetricsResponse {
|
|
345
|
-
Exceptions: Exceptions;
|
|
346
|
-
FieldInformation: string;
|
|
347
|
-
Metrics: string;
|
|
348
|
-
AutoRefresh: int;
|
|
349
|
-
Cluster: string;
|
|
350
|
-
SelectAllChecked: boolean;
|
|
351
|
-
AutoUpdate: boolean;
|
|
352
|
-
AcceptLanguage: string;
|
|
353
|
-
}
|
|
354
|
-
interface NodeGroups {
|
|
355
|
-
Item: string[];
|
|
356
|
-
}
|
|
357
|
-
interface GetNodeGroupUsageRequest {
|
|
358
|
-
NodeGroups?: {
|
|
359
|
-
Item?: string[];
|
|
360
|
-
};
|
|
361
|
-
BypassCachedResult?: boolean;
|
|
362
|
-
}
|
|
363
|
-
interface NodeGroupUsage {
|
|
364
|
-
Name: string;
|
|
365
|
-
Description: string;
|
|
366
|
-
Exception: string;
|
|
367
|
-
ComponentUsages: ComponentUsages;
|
|
368
|
-
}
|
|
369
|
-
interface NodeGroupUsages {
|
|
370
|
-
NodeGroupUsage: NodeGroupUsage[];
|
|
371
|
-
}
|
|
372
|
-
interface GetNodeGroupUsageResponse {
|
|
373
|
-
Exceptions: Exceptions;
|
|
374
|
-
NodeGroupUsages: {
|
|
375
|
-
NodeGroupUsage: NodeGroupUsage[];
|
|
376
|
-
};
|
|
377
|
-
UsageTime: string;
|
|
378
|
-
}
|
|
379
|
-
interface TargetClusters {
|
|
380
|
-
Item: string[];
|
|
381
|
-
}
|
|
382
|
-
interface GetTargetClusterInfoRequest {
|
|
383
|
-
TargetClusters?: {
|
|
384
|
-
Item?: string[];
|
|
385
|
-
};
|
|
386
|
-
AddProcessesToFilter?: string;
|
|
387
|
-
ApplyProcessFilter?: boolean;
|
|
388
|
-
GetProcessorInfo?: boolean;
|
|
389
|
-
GetStorageInfo?: boolean;
|
|
390
|
-
LocalFileSystemsOnly?: boolean;
|
|
391
|
-
GetSoftwareInfo?: boolean;
|
|
392
|
-
MemThreshold?: int;
|
|
393
|
-
DiskThreshold?: int;
|
|
394
|
-
CpuThreshold?: int;
|
|
395
|
-
AutoRefresh?: int;
|
|
396
|
-
MemThresholdType?: string;
|
|
397
|
-
DiskThresholdType?: string;
|
|
398
|
-
}
|
|
399
|
-
interface Processes {
|
|
400
|
-
MachineInfoEx: MachineInfoEx[];
|
|
401
|
-
}
|
|
402
|
-
interface TargetClusterInfo {
|
|
403
|
-
Name: string;
|
|
404
|
-
Type: string;
|
|
405
|
-
Processes: {
|
|
406
|
-
MachineInfoEx: MachineInfoEx[];
|
|
407
|
-
};
|
|
408
|
-
}
|
|
409
|
-
interface TargetClusterInfoList {
|
|
410
|
-
TargetClusterInfo: TargetClusterInfo[];
|
|
411
|
-
}
|
|
412
|
-
interface GetTargetClusterInfoResponse {
|
|
413
|
-
Exceptions: Exceptions;
|
|
414
|
-
Columns: Columns;
|
|
415
|
-
RequestInfo: RequestInfo;
|
|
416
|
-
TargetClusterInfoList: {
|
|
417
|
-
TargetClusterInfo: TargetClusterInfo[];
|
|
418
|
-
};
|
|
419
|
-
TimeStamp: string;
|
|
420
|
-
AcceptLanguage: string;
|
|
421
|
-
}
|
|
422
|
-
interface GetTargetClusterUsageRequest {
|
|
423
|
-
TargetClusters?: TargetClusters;
|
|
424
|
-
BypassCachedResult?: boolean;
|
|
425
|
-
}
|
|
426
|
-
interface TargetClusterUsage {
|
|
427
|
-
Name: string;
|
|
428
|
-
Description: string;
|
|
429
|
-
Exception: string;
|
|
430
|
-
ComponentUsages: ComponentUsages;
|
|
431
|
-
}
|
|
432
|
-
interface TargetClusterUsages {
|
|
433
|
-
TargetClusterUsage: TargetClusterUsage[];
|
|
434
|
-
}
|
|
435
|
-
interface GetTargetClusterUsageResponse {
|
|
436
|
-
Exceptions: Exceptions;
|
|
437
|
-
TargetClusterUsages: {
|
|
438
|
-
TargetClusterUsage: TargetClusterUsage[];
|
|
439
|
-
};
|
|
440
|
-
UsageTime: string;
|
|
441
|
-
}
|
|
442
|
-
interface ws_machinePingRequest {
|
|
443
|
-
}
|
|
444
|
-
interface ws_machinePingResponse {
|
|
445
|
-
}
|
|
446
|
-
interface UpdateComponentStatusRequest {
|
|
447
|
-
Reporter?: string;
|
|
448
|
-
ComponentStatusList?: ComponentStatusList;
|
|
449
|
-
}
|
|
450
|
-
interface UpdateComponentStatusResponse {
|
|
451
|
-
Exceptions: Exceptions;
|
|
452
|
-
StatusCode: int;
|
|
453
|
-
Status: string;
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
export declare class MachineServiceBase extends Service {
|
|
457
|
-
constructor(optsConnection: IOptions | IConnection);
|
|
458
|
-
GetComponentStatus(request: WsMachine.GetComponentStatusRequest): Promise<WsMachine.GetComponentStatusResponse>;
|
|
459
|
-
GetComponentUsage(request: WsMachine.GetComponentUsageRequest): Promise<WsMachine.GetComponentUsageResponse>;
|
|
460
|
-
GetMachineInfo(request: WsMachine.GetMachineInfoRequest): Promise<WsMachine.GetMachineInfoResponse>;
|
|
461
|
-
GetMachineInfoEx(request: WsMachine.GetMachineInfoRequestEx): Promise<WsMachine.GetMachineInfoResponseEx>;
|
|
462
|
-
GetMetrics(request: WsMachine.MetricsRequest): Promise<WsMachine.MetricsResponse>;
|
|
463
|
-
GetNodeGroupUsage(request: WsMachine.GetNodeGroupUsageRequest): Promise<WsMachine.GetNodeGroupUsageResponse>;
|
|
464
|
-
GetTargetClusterInfo(request: WsMachine.GetTargetClusterInfoRequest): Promise<WsMachine.GetTargetClusterInfoResponse>;
|
|
465
|
-
GetTargetClusterUsage(request: WsMachine.GetTargetClusterUsageRequest): Promise<WsMachine.GetTargetClusterUsageResponse>;
|
|
466
|
-
Ping(request: WsMachine.ws_machinePingRequest): Promise<WsMachine.ws_machinePingResponse>;
|
|
467
|
-
UpdateComponentStatus(request: WsMachine.UpdateComponentStatusRequest): Promise<WsMachine.UpdateComponentStatusResponse>;
|
|
468
|
-
}
|
|
469
|
-
export {};
|
|
470
|
-
//# sourceMappingURL=ws_machine.d.ts.map
|
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
-
import { Service } from "../../../../espConnection";
|
|
3
|
-
type int = number;
|
|
4
|
-
export declare namespace Wsstore {
|
|
5
|
-
interface CreateStoreRequest {
|
|
6
|
-
Name?: string;
|
|
7
|
-
Type?: string;
|
|
8
|
-
Description?: string;
|
|
9
|
-
MaxValueSize?: int;
|
|
10
|
-
}
|
|
11
|
-
interface Exception {
|
|
12
|
-
Code: string;
|
|
13
|
-
Audience: string;
|
|
14
|
-
Source: string;
|
|
15
|
-
Message: string;
|
|
16
|
-
}
|
|
17
|
-
interface Exceptions {
|
|
18
|
-
Source: string;
|
|
19
|
-
Exception: Exception[];
|
|
20
|
-
}
|
|
21
|
-
interface CreateStoreResponse {
|
|
22
|
-
Exceptions: {
|
|
23
|
-
Source: string;
|
|
24
|
-
Exception: Exception[];
|
|
25
|
-
};
|
|
26
|
-
Name: string;
|
|
27
|
-
Type: string;
|
|
28
|
-
Description: string;
|
|
29
|
-
Owner: string;
|
|
30
|
-
Success: boolean;
|
|
31
|
-
}
|
|
32
|
-
interface DeleteRequest {
|
|
33
|
-
StoreName?: string;
|
|
34
|
-
Namespace?: string;
|
|
35
|
-
Key?: string;
|
|
36
|
-
UserSpecific?: boolean;
|
|
37
|
-
TargetUser?: string;
|
|
38
|
-
}
|
|
39
|
-
interface DeleteResponse {
|
|
40
|
-
Exceptions: Exceptions;
|
|
41
|
-
Success: boolean;
|
|
42
|
-
}
|
|
43
|
-
interface DeleteNamespaceRequest {
|
|
44
|
-
StoreName?: string;
|
|
45
|
-
Namespace?: string;
|
|
46
|
-
UserSpecific?: boolean;
|
|
47
|
-
TargetUser?: string;
|
|
48
|
-
}
|
|
49
|
-
interface DeleteNamespaceResponse {
|
|
50
|
-
Exceptions: Exceptions;
|
|
51
|
-
Success: boolean;
|
|
52
|
-
}
|
|
53
|
-
interface FetchRequest {
|
|
54
|
-
StoreName?: string;
|
|
55
|
-
Namespace?: string;
|
|
56
|
-
Key?: string;
|
|
57
|
-
UserSpecific?: boolean;
|
|
58
|
-
}
|
|
59
|
-
interface FetchResponse {
|
|
60
|
-
Exceptions: Exceptions;
|
|
61
|
-
Value: string;
|
|
62
|
-
}
|
|
63
|
-
interface FetchAllRequest {
|
|
64
|
-
StoreName?: string;
|
|
65
|
-
Namespace?: string;
|
|
66
|
-
UserSpecific?: boolean;
|
|
67
|
-
}
|
|
68
|
-
interface Pair {
|
|
69
|
-
Key: string;
|
|
70
|
-
Value: string;
|
|
71
|
-
}
|
|
72
|
-
interface Pairs {
|
|
73
|
-
Pair: Pair[];
|
|
74
|
-
}
|
|
75
|
-
interface FetchAllResponse {
|
|
76
|
-
Exceptions: Exceptions;
|
|
77
|
-
Namespace: string;
|
|
78
|
-
Pairs: {
|
|
79
|
-
Pair: Pair[];
|
|
80
|
-
};
|
|
81
|
-
}
|
|
82
|
-
interface FetchKeyMDRequest {
|
|
83
|
-
StoreName?: string;
|
|
84
|
-
Namespace?: string;
|
|
85
|
-
Key?: string;
|
|
86
|
-
UserSpecific?: boolean;
|
|
87
|
-
}
|
|
88
|
-
interface FetchKeyMDResponse {
|
|
89
|
-
Exceptions: Exceptions;
|
|
90
|
-
StoreName: string;
|
|
91
|
-
Namespace: string;
|
|
92
|
-
Key: string;
|
|
93
|
-
Pairs: Pairs;
|
|
94
|
-
}
|
|
95
|
-
interface ListKeysRequest {
|
|
96
|
-
StoreName?: string;
|
|
97
|
-
Namespace?: string;
|
|
98
|
-
UserSpecific?: boolean;
|
|
99
|
-
}
|
|
100
|
-
interface KeySet {
|
|
101
|
-
Key: string[];
|
|
102
|
-
}
|
|
103
|
-
interface ListKeysResponse {
|
|
104
|
-
Exceptions: Exceptions;
|
|
105
|
-
StoreName: string;
|
|
106
|
-
Namespace: string;
|
|
107
|
-
KeySet: {
|
|
108
|
-
Key: string[];
|
|
109
|
-
};
|
|
110
|
-
}
|
|
111
|
-
interface ListNamespacesRequest {
|
|
112
|
-
StoreName?: string;
|
|
113
|
-
UserSpecific?: boolean;
|
|
114
|
-
}
|
|
115
|
-
interface Namespaces {
|
|
116
|
-
Namespace: string[];
|
|
117
|
-
}
|
|
118
|
-
interface ListNamespacesResponse {
|
|
119
|
-
Exceptions: Exceptions;
|
|
120
|
-
StoreName: string;
|
|
121
|
-
Namespaces: {
|
|
122
|
-
Namespace: string[];
|
|
123
|
-
};
|
|
124
|
-
}
|
|
125
|
-
interface ListStoresRequest {
|
|
126
|
-
NameFilter?: string;
|
|
127
|
-
TypeFilter?: string;
|
|
128
|
-
OwnerFilter?: string;
|
|
129
|
-
}
|
|
130
|
-
interface Store {
|
|
131
|
-
Name: string;
|
|
132
|
-
Type: string;
|
|
133
|
-
Description: string;
|
|
134
|
-
Owner: string;
|
|
135
|
-
CreateTime: string;
|
|
136
|
-
MaxValSize: string;
|
|
137
|
-
IsDefault: boolean;
|
|
138
|
-
}
|
|
139
|
-
interface Stores {
|
|
140
|
-
Store: Store[];
|
|
141
|
-
}
|
|
142
|
-
interface ListStoresResponse {
|
|
143
|
-
Exceptions: Exceptions;
|
|
144
|
-
Stores: {
|
|
145
|
-
Store: Store[];
|
|
146
|
-
};
|
|
147
|
-
}
|
|
148
|
-
interface wsstorePingRequest {
|
|
149
|
-
}
|
|
150
|
-
interface wsstorePingResponse {
|
|
151
|
-
}
|
|
152
|
-
interface SetRequest {
|
|
153
|
-
StoreName?: string;
|
|
154
|
-
Namespace?: string;
|
|
155
|
-
Key?: string;
|
|
156
|
-
Value?: string;
|
|
157
|
-
UserSpecific?: boolean;
|
|
158
|
-
}
|
|
159
|
-
interface SetResponse {
|
|
160
|
-
Exceptions: Exceptions;
|
|
161
|
-
Success: boolean;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
export declare class storeServiceBase extends Service {
|
|
165
|
-
constructor(optsConnection: IOptions | IConnection);
|
|
166
|
-
CreateStore(request: Wsstore.CreateStoreRequest): Promise<Wsstore.CreateStoreResponse>;
|
|
167
|
-
Delete(request: Wsstore.DeleteRequest): Promise<Wsstore.DeleteResponse>;
|
|
168
|
-
DeleteNamespace(request: Wsstore.DeleteNamespaceRequest): Promise<Wsstore.DeleteNamespaceResponse>;
|
|
169
|
-
Fetch(request: Wsstore.FetchRequest): Promise<Wsstore.FetchResponse>;
|
|
170
|
-
FetchAll(request: Wsstore.FetchAllRequest): Promise<Wsstore.FetchAllResponse>;
|
|
171
|
-
FetchKeyMetadata(request: Wsstore.FetchKeyMDRequest): Promise<Wsstore.FetchKeyMDResponse>;
|
|
172
|
-
ListKeys(request: Wsstore.ListKeysRequest): Promise<Wsstore.ListKeysResponse>;
|
|
173
|
-
ListNamespaces(request: Wsstore.ListNamespacesRequest): Promise<Wsstore.ListNamespacesResponse>;
|
|
174
|
-
ListStores(request: Wsstore.ListStoresRequest): Promise<Wsstore.ListStoresResponse>;
|
|
175
|
-
Ping(request: Wsstore.wsstorePingRequest): Promise<Wsstore.wsstorePingResponse>;
|
|
176
|
-
Set(request: Wsstore.SetRequest): Promise<Wsstore.SetResponse>;
|
|
177
|
-
}
|
|
178
|
-
export {};
|
|
179
|
-
//# sourceMappingURL=wsstore.d.ts.map
|