@broadcom/mat-analyze-for-zowe-cli 4.0.0 → 4.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/CHANGELOG.md +38 -29
- package/LICENSE +17 -20
- package/README.md +1749 -1729
- package/lib/api/MATRest.js +17 -19
- package/lib/api/error/HistogramError.js +17 -19
- package/lib/api/error/HttpError.js +2 -1
- package/lib/api/request/ICreateProfile.js +17 -19
- package/lib/api/request/ICreateProfileRequest.js +17 -19
- package/lib/api/request/IInvokeProfile.js +17 -19
- package/lib/api/request/IInvokeProfileRequest.js +17 -19
- package/lib/api/response/IAdabas.js +17 -19
- package/lib/api/response/IAnalysis.js +17 -19
- package/lib/api/response/IAuth.js +17 -19
- package/lib/api/response/ICallStack.js +17 -19
- package/lib/api/response/ICallerid.js +17 -19
- package/lib/api/response/ICicstat.js +17 -19
- package/lib/api/response/ICodeview.js +17 -19
- package/lib/api/response/ICsect.js +17 -19
- package/lib/api/response/IDB2View.js +17 -19
- package/lib/api/response/IDML.js +17 -19
- package/lib/api/response/IDelayLocations.js +17 -19
- package/lib/api/response/IDelayviews.js +17 -19
- package/lib/api/response/IHistogram.js +17 -19
- package/lib/api/response/IHistory.js +17 -19
- package/lib/api/response/IIDMSModule.js +17 -19
- package/lib/api/response/IIDMSModuleDetail.js +17 -19
- package/lib/api/response/IIDMSTask.js +17 -19
- package/lib/api/response/IIMSSSAView.js +17 -19
- package/lib/api/response/IIMSStatement.js +17 -19
- package/lib/api/response/IIMSView.js +17 -19
- package/lib/api/response/IIMSViewDBDName.js +17 -19
- package/lib/api/response/IIMSViewPSBName.js +17 -19
- package/lib/api/response/IIMSViewRegion.js +17 -19
- package/lib/api/response/IMonitorList.js +17 -19
- package/lib/api/response/IOverview.js +17 -19
- package/lib/api/response/IProfileList.js +17 -19
- package/lib/api/response/IResponse.js +17 -19
- package/lib/api/response/ITranview.js +17 -19
- package/lib/cli/monitor/Monitor.definition.js +17 -19
- package/lib/cli/monitor/adabas/Adabas.definition.js +17 -19
- package/lib/cli/monitor/adabas/Adabas.handler.js +17 -19
- package/lib/cli/monitor/codeview/Codeview.definition.js +17 -19
- package/lib/cli/monitor/codeview/callerid/Callerid.definition.js +17 -19
- package/lib/cli/monitor/codeview/callerid/Callerid.handler.js +17 -19
- package/lib/cli/monitor/codeview/csect/Csect.definition.js +17 -19
- package/lib/cli/monitor/codeview/csect/Csect.handler.js +17 -19
- package/lib/cli/monitor/codeview/histogram/Histogram.definition.js +17 -19
- package/lib/cli/monitor/codeview/histogram/csect/HistogramCsect.definition.js +34 -23
- package/lib/cli/monitor/codeview/histogram/csect/HistogramCsect.handler.js +108 -49
- package/lib/cli/monitor/codeview/histogram/ideal/HistogramIdeal.definition.js +17 -19
- package/lib/cli/monitor/codeview/histogram/ideal/HistogramIdeal.handler.js +17 -19
- package/lib/cli/monitor/codeview/histogram/natural/HistogramNatural.definition.js +17 -19
- package/lib/cli/monitor/codeview/histogram/natural/HistogramNatural.handler.js +17 -19
- package/lib/cli/monitor/codeview/ideal/Ideal.definition.js +17 -19
- package/lib/cli/monitor/codeview/ideal/Ideal.handler.js +17 -19
- package/lib/cli/monitor/codeview/module/Module.definition.js +17 -19
- package/lib/cli/monitor/codeview/module/Module.handler.js +17 -19
- package/lib/cli/monitor/codeview/natural/Natural.definition.js +17 -19
- package/lib/cli/monitor/codeview/natural/Natural.handler.js +17 -19
- package/lib/cli/monitor/db2/DB2.definition.js +17 -19
- package/lib/cli/monitor/db2/db2view/DB2View.definition.js +17 -19
- package/lib/cli/monitor/db2/db2view/DB2View.handler.js +17 -19
- package/lib/cli/monitor/db2/sqlview/SQLView.definition.js +17 -19
- package/lib/cli/monitor/db2/sqlview/SQLView.handler.js +17 -19
- package/lib/cli/monitor/delayview/Delayview.definition.js +17 -19
- package/lib/cli/monitor/delayview/address/Address.definition.js +17 -19
- package/lib/cli/monitor/delayview/address/Address.handler.js +17 -19
- package/lib/cli/monitor/delayview/delay/Delay.definition.js +17 -19
- package/lib/cli/monitor/delayview/delay/Delay.handler.js +17 -19
- package/lib/cli/monitor/history/History.definition.js +17 -19
- package/lib/cli/monitor/history/History.handler.js +17 -19
- package/lib/cli/monitor/idms/IDMS.definition.js +17 -19
- package/lib/cli/monitor/idms/dml/DML.definition.js +17 -19
- package/lib/cli/monitor/idms/dml/DML.handler.js +17 -19
- package/lib/cli/monitor/idms/module/IDMSModule.definition.js +17 -19
- package/lib/cli/monitor/idms/module/IDMSModule.handler.js +17 -19
- package/lib/cli/monitor/idms/task/IDMSTask.definition.js +17 -19
- package/lib/cli/monitor/idms/task/IDMSTask.handler.js +17 -19
- package/lib/cli/monitor/ims/IMS.definition.js +17 -19
- package/lib/cli/monitor/ims/dbdname/DBDName.definition.js +17 -19
- package/lib/cli/monitor/ims/dbdname/DBDName.handler.js +17 -19
- package/lib/cli/monitor/ims/imsview/IMSView.definition.js +17 -19
- package/lib/cli/monitor/ims/imsview/IMSView.handler.js +17 -19
- package/lib/cli/monitor/ims/psbname/PSBName.definition.js +17 -19
- package/lib/cli/monitor/ims/psbname/PSBName.handler.js +17 -19
- package/lib/cli/monitor/ims/region/Region.definition.js +17 -19
- package/lib/cli/monitor/ims/region/Region.handler.js +17 -19
- package/lib/cli/monitor/ims/ssa/SSA.definition.js +17 -19
- package/lib/cli/monitor/ims/ssa/SSA.handler.js +17 -19
- package/lib/cli/monitor/ims/statement/Statement.definition.js +17 -19
- package/lib/cli/monitor/ims/statement/Statement.handler.js +17 -19
- package/lib/cli/monitor/overview/Overview.definition.js +17 -19
- package/lib/cli/monitor/overview/Overview.handler.js +17 -19
- package/lib/cli/monitor/tranview/Tranview.definition.js +17 -19
- package/lib/cli/monitor/tranview/all/All.definition.js +17 -19
- package/lib/cli/monitor/tranview/all/All.handler.js +17 -19
- package/lib/cli/monitor/tranview/callerid/Callerid.definition.js +17 -19
- package/lib/cli/monitor/tranview/callerid/Callerid.handler.js +17 -19
- package/lib/cli/monitor/tranview/callstack/CallStack.definition.js +17 -19
- package/lib/cli/monitor/tranview/callstack/CallStack.handler.js +17 -19
- package/lib/cli/monitor/tranview/csect/CsectDetail.definition.js +17 -19
- package/lib/cli/monitor/tranview/csect/CsectDetail.handler.js +17 -19
- package/lib/cli/monitor/tranview/delay/DelayDetail.definition.js +17 -19
- package/lib/cli/monitor/tranview/delay/DelayDetail.handler.js +17 -19
- package/lib/cli/monitor/tranview/module/Module.definition.js +17 -19
- package/lib/cli/monitor/tranview/module/Module.handler.js +17 -19
- package/lib/cli/monitor/tranview/stat/Cicstat.definition.js +17 -19
- package/lib/cli/monitor/tranview/stat/Cicstat.handler.js +17 -19
- package/lib/cli/profile/Profile.definition.js +17 -19
- package/lib/cli/profile/create/CreateProfile.definition.js +17 -19
- package/lib/cli/profile/create/CreateProfile.handler.js +17 -19
- package/lib/cli/profile/invoke/InvokeProfile.definition.js +17 -19
- package/lib/cli/profile/invoke/InvokeProfile.handler.js +17 -19
- package/lib/cli/profile/listprofile/ListProfile.definition.js +17 -19
- package/lib/cli/profile/listprofile/ListProfile.handler.js +17 -19
- package/lib/cli/session/EndevorSession.d.ts +33 -0
- package/lib/cli/session/EndevorSession.js +120 -0
- package/lib/cli/session/MATSession.js +17 -19
- package/lib/config/config.js +17 -19
- package/lib/handlers/AbstractAnalyzeHandler.js +17 -19
- package/lib/handlers/AbstractGetHandler.js +17 -19
- package/lib/handlers/AbstractObjectDisplayHandler.js +17 -19
- package/lib/handlers/AbstractPostHandler.js +17 -19
- package/lib/handlers/AbstractProfileActionHandler.js +17 -19
- package/lib/handlers/AbstractRestHandler.js +17 -19
- package/lib/handlers/AbstractTableDisplayHandler.js +17 -19
- package/lib/healthCheck.Handler.js +15 -5
- package/lib/imperative.js +17 -19
- package/lib/index.js +17 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,38 @@
|
|
|
1
|
-
# Change log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project are documented in this file.
|
|
4
|
-
|
|
5
|
-
## `4.
|
|
6
|
-
###
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
# Change log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file.
|
|
4
|
+
|
|
5
|
+
## `4.1.0` - 2026-07-30
|
|
6
|
+
### Bug Fix
|
|
7
|
+
- Hardened listing downloads (`monitor codeview histogram csect`) to reject unsafe file names returned by the server.
|
|
8
|
+
- Endevor connection details for --listing (host, port, credentials) must be configured locally with the --endevor-* options or ZOWE_OPT_ENDEVOR_* environment variables.
|
|
9
|
+
|
|
10
|
+
## `4.0.1` - 2026-03-25
|
|
11
|
+
### Bug Fix
|
|
12
|
+
- Resolved an issue where histogram listings were not displayed in responses.
|
|
13
|
+
|
|
14
|
+
## `4.0.0` - 2026-02-11
|
|
15
|
+
### Added
|
|
16
|
+
- The MAT plug-in for Zowe CLI v3 has been updated to support the MAT REST API SpringBoot v3.
|
|
17
|
+
(`/matapi/api/v3`, `/api/v3`).
|
|
18
|
+
|
|
19
|
+
### Bug Fix
|
|
20
|
+
- Fixed issue with displaying numeric values in responses.
|
|
21
|
+
|
|
22
|
+
## `3.1.0` - 2025-03-26
|
|
23
|
+
### Added
|
|
24
|
+
- Support for the `histogram` commands in **IDEAL** and **NATURAL** modes.
|
|
25
|
+
- Support for the `codeview` commands in **IDEAL** and **NATURAL** modes.
|
|
26
|
+
- Support for the `adabas` commands.
|
|
27
|
+
### Changed
|
|
28
|
+
- The previous histogram command has been replaced with a new version that supports **CSECT**
|
|
29
|
+
mode. Command `zowe mat monitor codeview histogram` require positional argument `csect` for the
|
|
30
|
+
**CSECT** mode: `zowe mat monitor codeview histogram csect [options]`
|
|
31
|
+
|
|
32
|
+
## `3.0.1`
|
|
33
|
+
|
|
34
|
+
- Updated the profile creation instructions in documentation
|
|
35
|
+
|
|
36
|
+
## `3.0.0`
|
|
37
|
+
|
|
38
|
+
- Release for Zowe v3
|
package/LICENSE
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
This software and all information contained therein is
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
|
|
19
|
-
INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
|
|
20
|
-
EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
|
|
1
|
+
**************************************************************************************
|
|
2
|
+
Copyright © 2025 BROADCOM Inc and/or its subsidiaries.
|
|
3
|
+
|
|
4
|
+
This software and all information contained therein is confidential and
|
|
5
|
+
proprietary and shall not be duplicated, used, disclosed or disseminated in any
|
|
6
|
+
way except as authorized by the applicable license agreement, without the
|
|
7
|
+
express written permission of Broadcom. All authorized reproductions must be marked
|
|
8
|
+
with this language.
|
|
9
|
+
|
|
10
|
+
EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE EXTENT PERMITTED
|
|
11
|
+
BY APPLICABLE LAW, BROADCOM PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND,
|
|
12
|
+
INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
|
|
13
|
+
FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM BE LIABLE TO THE END USER
|
|
14
|
+
OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF
|
|
15
|
+
THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION,
|
|
16
|
+
GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
|
|
17
|
+
**************************************************************************************
|