@broadcom/mat-analyze-for-zowe-cli 2.0.8 → 2.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.
Files changed (230) hide show
  1. package/LICENSE +17 -20
  2. package/README.md +1514 -1494
  3. package/lib/api/MATRest.js +16 -18
  4. package/lib/api/MATRest.js.map +1 -1
  5. package/lib/api/error/HistogramError.js +16 -18
  6. package/lib/api/error/HistogramError.js.map +1 -1
  7. package/lib/api/error/HttpError.js +1 -0
  8. package/lib/api/error/HttpError.js.map +1 -1
  9. package/lib/api/request/ICreateProfile.js +16 -18
  10. package/lib/api/request/ICreateProfile.js.map +1 -1
  11. package/lib/api/request/ICreateProfileRequest.js +16 -18
  12. package/lib/api/request/ICreateProfileRequest.js.map +1 -1
  13. package/lib/api/request/IInvokeProfile.js +16 -18
  14. package/lib/api/request/IInvokeProfile.js.map +1 -1
  15. package/lib/api/request/IInvokeProfileRequest.js +16 -18
  16. package/lib/api/request/IInvokeProfileRequest.js.map +1 -1
  17. package/lib/api/response/IAnalysis.js +16 -18
  18. package/lib/api/response/IAnalysis.js.map +1 -1
  19. package/lib/api/response/IAuth.js +16 -18
  20. package/lib/api/response/IAuth.js.map +1 -1
  21. package/lib/api/response/ICallStack.js +16 -18
  22. package/lib/api/response/ICallStack.js.map +1 -1
  23. package/lib/api/response/ICallerid.js +16 -18
  24. package/lib/api/response/ICallerid.js.map +1 -1
  25. package/lib/api/response/ICicstat.js +16 -18
  26. package/lib/api/response/ICicstat.js.map +1 -1
  27. package/lib/api/response/ICodeview.js +16 -18
  28. package/lib/api/response/ICodeview.js.map +1 -1
  29. package/lib/api/response/ICsect.js +16 -18
  30. package/lib/api/response/ICsect.js.map +1 -1
  31. package/lib/api/response/IDB2View.js +16 -18
  32. package/lib/api/response/IDB2View.js.map +1 -1
  33. package/lib/api/response/IDML.js +16 -18
  34. package/lib/api/response/IDML.js.map +1 -1
  35. package/lib/api/response/IDelayLocations.js +16 -18
  36. package/lib/api/response/IDelayLocations.js.map +1 -1
  37. package/lib/api/response/IDelayviews.js +16 -18
  38. package/lib/api/response/IDelayviews.js.map +1 -1
  39. package/lib/api/response/IHistogram.js +16 -18
  40. package/lib/api/response/IHistogram.js.map +1 -1
  41. package/lib/api/response/IHistory.js +16 -18
  42. package/lib/api/response/IHistory.js.map +1 -1
  43. package/lib/api/response/IIDMSModule.js +16 -18
  44. package/lib/api/response/IIDMSModule.js.map +1 -1
  45. package/lib/api/response/IIDMSModuleDetail.js +16 -18
  46. package/lib/api/response/IIDMSModuleDetail.js.map +1 -1
  47. package/lib/api/response/IIDMSTask.js +16 -18
  48. package/lib/api/response/IIDMSTask.js.map +1 -1
  49. package/lib/api/response/IIMSSSAView.js +16 -18
  50. package/lib/api/response/IIMSSSAView.js.map +1 -1
  51. package/lib/api/response/IIMSStatement.js +16 -18
  52. package/lib/api/response/IIMSStatement.js.map +1 -1
  53. package/lib/api/response/IIMSView.js +16 -18
  54. package/lib/api/response/IIMSView.js.map +1 -1
  55. package/lib/api/response/IIMSViewDBDName.js +16 -18
  56. package/lib/api/response/IIMSViewDBDName.js.map +1 -1
  57. package/lib/api/response/IIMSViewPSBName.js +16 -18
  58. package/lib/api/response/IIMSViewPSBName.js.map +1 -1
  59. package/lib/api/response/IIMSViewRegion.js +16 -18
  60. package/lib/api/response/IIMSViewRegion.js.map +1 -1
  61. package/lib/api/response/IListProfile.js +16 -18
  62. package/lib/api/response/IListProfile.js.map +1 -1
  63. package/lib/api/response/IMonitorList.js +16 -18
  64. package/lib/api/response/IMonitorList.js.map +1 -1
  65. package/lib/api/response/IOverview.js +16 -18
  66. package/lib/api/response/IOverview.js.map +1 -1
  67. package/lib/api/response/IProfileList.js +16 -18
  68. package/lib/api/response/IProfileList.js.map +1 -1
  69. package/lib/api/response/IResponse.js +16 -18
  70. package/lib/api/response/IResponse.js.map +1 -1
  71. package/lib/api/response/ITranview.js +16 -18
  72. package/lib/api/response/ITranview.js.map +1 -1
  73. package/lib/cli/monitor/Monitor.definition.js +16 -18
  74. package/lib/cli/monitor/Monitor.definition.js.map +1 -1
  75. package/lib/cli/monitor/codeview/Codeview.definition.js +16 -18
  76. package/lib/cli/monitor/codeview/Codeview.definition.js.map +1 -1
  77. package/lib/cli/monitor/codeview/Histogram/Histogram.definition.js +33 -22
  78. package/lib/cli/monitor/codeview/Histogram/Histogram.definition.js.map +1 -1
  79. package/lib/cli/monitor/codeview/Histogram/Histogram.handler.js +100 -191
  80. package/lib/cli/monitor/codeview/Histogram/Histogram.handler.js.map +1 -1
  81. package/lib/cli/monitor/codeview/callerid/Callerid.definition.js +16 -18
  82. package/lib/cli/monitor/codeview/callerid/Callerid.definition.js.map +1 -1
  83. package/lib/cli/monitor/codeview/callerid/Callerid.handler.js +16 -18
  84. package/lib/cli/monitor/codeview/callerid/Callerid.handler.js.map +1 -1
  85. package/lib/cli/monitor/codeview/csect/Csect.definition.js +16 -18
  86. package/lib/cli/monitor/codeview/csect/Csect.definition.js.map +1 -1
  87. package/lib/cli/monitor/codeview/csect/Csect.handler.js +16 -18
  88. package/lib/cli/monitor/codeview/csect/Csect.handler.js.map +1 -1
  89. package/lib/cli/monitor/codeview/module/Module.definition.js +16 -18
  90. package/lib/cli/monitor/codeview/module/Module.definition.js.map +1 -1
  91. package/lib/cli/monitor/codeview/module/Module.handler.js +16 -18
  92. package/lib/cli/monitor/codeview/module/Module.handler.js.map +1 -1
  93. package/lib/cli/monitor/db2/DB2.definition.js +16 -18
  94. package/lib/cli/monitor/db2/DB2.definition.js.map +1 -1
  95. package/lib/cli/monitor/db2/db2view/DB2View.definition.js +16 -18
  96. package/lib/cli/monitor/db2/db2view/DB2View.definition.js.map +1 -1
  97. package/lib/cli/monitor/db2/db2view/DB2View.handler.js +16 -18
  98. package/lib/cli/monitor/db2/db2view/DB2View.handler.js.map +1 -1
  99. package/lib/cli/monitor/db2/sqlview/SQLView.definition.js +16 -18
  100. package/lib/cli/monitor/db2/sqlview/SQLView.definition.js.map +1 -1
  101. package/lib/cli/monitor/db2/sqlview/SQLView.handler.js +16 -18
  102. package/lib/cli/monitor/db2/sqlview/SQLView.handler.js.map +1 -1
  103. package/lib/cli/monitor/delayview/Delayview.definition.js +16 -18
  104. package/lib/cli/monitor/delayview/Delayview.definition.js.map +1 -1
  105. package/lib/cli/monitor/delayview/address/Address.definition.js +16 -18
  106. package/lib/cli/monitor/delayview/address/Address.definition.js.map +1 -1
  107. package/lib/cli/monitor/delayview/address/Address.handler.js +16 -18
  108. package/lib/cli/monitor/delayview/address/Address.handler.js.map +1 -1
  109. package/lib/cli/monitor/delayview/delay/Delay.definition.js +16 -18
  110. package/lib/cli/monitor/delayview/delay/Delay.definition.js.map +1 -1
  111. package/lib/cli/monitor/delayview/delay/Delay.handler.js +16 -18
  112. package/lib/cli/monitor/delayview/delay/Delay.handler.js.map +1 -1
  113. package/lib/cli/monitor/history/History.definition.js +16 -18
  114. package/lib/cli/monitor/history/History.definition.js.map +1 -1
  115. package/lib/cli/monitor/history/History.handler.js +16 -18
  116. package/lib/cli/monitor/history/History.handler.js.map +1 -1
  117. package/lib/cli/monitor/idms/IDMS.definition.js +16 -18
  118. package/lib/cli/monitor/idms/IDMS.definition.js.map +1 -1
  119. package/lib/cli/monitor/idms/dml/DML.definition.js +16 -18
  120. package/lib/cli/monitor/idms/dml/DML.definition.js.map +1 -1
  121. package/lib/cli/monitor/idms/dml/DML.handler.js +16 -18
  122. package/lib/cli/monitor/idms/dml/DML.handler.js.map +1 -1
  123. package/lib/cli/monitor/idms/module/IDMSModule.definition.js +16 -18
  124. package/lib/cli/monitor/idms/module/IDMSModule.definition.js.map +1 -1
  125. package/lib/cli/monitor/idms/module/IDMSModule.handler.js +16 -18
  126. package/lib/cli/monitor/idms/module/IDMSModule.handler.js.map +1 -1
  127. package/lib/cli/monitor/idms/task/IDMSTask.definition.js +16 -18
  128. package/lib/cli/monitor/idms/task/IDMSTask.definition.js.map +1 -1
  129. package/lib/cli/monitor/idms/task/IDMSTask.handler.js +16 -18
  130. package/lib/cli/monitor/idms/task/IDMSTask.handler.js.map +1 -1
  131. package/lib/cli/monitor/ims/IMS.definition.js +16 -18
  132. package/lib/cli/monitor/ims/IMS.definition.js.map +1 -1
  133. package/lib/cli/monitor/ims/dbdname/DBDName.definition.js +16 -18
  134. package/lib/cli/monitor/ims/dbdname/DBDName.definition.js.map +1 -1
  135. package/lib/cli/monitor/ims/dbdname/DBDName.handler.js +16 -18
  136. package/lib/cli/monitor/ims/dbdname/DBDName.handler.js.map +1 -1
  137. package/lib/cli/monitor/ims/imsview/IMSView.definition.js +16 -18
  138. package/lib/cli/monitor/ims/imsview/IMSView.definition.js.map +1 -1
  139. package/lib/cli/monitor/ims/imsview/IMSView.handler.js +16 -18
  140. package/lib/cli/monitor/ims/imsview/IMSView.handler.js.map +1 -1
  141. package/lib/cli/monitor/ims/psbname/PSBName.definition.js +16 -18
  142. package/lib/cli/monitor/ims/psbname/PSBName.definition.js.map +1 -1
  143. package/lib/cli/monitor/ims/psbname/PSBName.handler.js +16 -18
  144. package/lib/cli/monitor/ims/psbname/PSBName.handler.js.map +1 -1
  145. package/lib/cli/monitor/ims/region/Region.definition.js +16 -18
  146. package/lib/cli/monitor/ims/region/Region.definition.js.map +1 -1
  147. package/lib/cli/monitor/ims/region/Region.handler.js +16 -18
  148. package/lib/cli/monitor/ims/region/Region.handler.js.map +1 -1
  149. package/lib/cli/monitor/ims/ssa/SSA.definition.js +16 -18
  150. package/lib/cli/monitor/ims/ssa/SSA.definition.js.map +1 -1
  151. package/lib/cli/monitor/ims/ssa/SSA.handler.js +16 -18
  152. package/lib/cli/monitor/ims/ssa/SSA.handler.js.map +1 -1
  153. package/lib/cli/monitor/ims/statement/Statement.definition.js +16 -18
  154. package/lib/cli/monitor/ims/statement/Statement.definition.js.map +1 -1
  155. package/lib/cli/monitor/ims/statement/Statement.handler.js +16 -18
  156. package/lib/cli/monitor/ims/statement/Statement.handler.js.map +1 -1
  157. package/lib/cli/monitor/overview/Overview.definition.js +16 -18
  158. package/lib/cli/monitor/overview/Overview.definition.js.map +1 -1
  159. package/lib/cli/monitor/overview/Overview.handler.js +16 -18
  160. package/lib/cli/monitor/overview/Overview.handler.js.map +1 -1
  161. package/lib/cli/monitor/tranview/Tranview.definition.js +16 -18
  162. package/lib/cli/monitor/tranview/Tranview.definition.js.map +1 -1
  163. package/lib/cli/monitor/tranview/all/All.definition.js +16 -18
  164. package/lib/cli/monitor/tranview/all/All.definition.js.map +1 -1
  165. package/lib/cli/monitor/tranview/all/All.handler.js +16 -18
  166. package/lib/cli/monitor/tranview/all/All.handler.js.map +1 -1
  167. package/lib/cli/monitor/tranview/callerid/Callerid.definition.js +16 -18
  168. package/lib/cli/monitor/tranview/callerid/Callerid.definition.js.map +1 -1
  169. package/lib/cli/monitor/tranview/callerid/Callerid.handler.js +16 -18
  170. package/lib/cli/monitor/tranview/callerid/Callerid.handler.js.map +1 -1
  171. package/lib/cli/monitor/tranview/callstack/CallStack.definition.js +16 -18
  172. package/lib/cli/monitor/tranview/callstack/CallStack.definition.js.map +1 -1
  173. package/lib/cli/monitor/tranview/callstack/CallStack.handler.js +16 -18
  174. package/lib/cli/monitor/tranview/callstack/CallStack.handler.js.map +1 -1
  175. package/lib/cli/monitor/tranview/csect/CsectDetail.definition.js +16 -18
  176. package/lib/cli/monitor/tranview/csect/CsectDetail.definition.js.map +1 -1
  177. package/lib/cli/monitor/tranview/csect/CsectDetail.handler.js +16 -18
  178. package/lib/cli/monitor/tranview/csect/CsectDetail.handler.js.map +1 -1
  179. package/lib/cli/monitor/tranview/delay/DelayDetail.definition.js +16 -18
  180. package/lib/cli/monitor/tranview/delay/DelayDetail.definition.js.map +1 -1
  181. package/lib/cli/monitor/tranview/delay/DelayDetail.handler.js +16 -18
  182. package/lib/cli/monitor/tranview/delay/DelayDetail.handler.js.map +1 -1
  183. package/lib/cli/monitor/tranview/module/Module.definition.js +16 -18
  184. package/lib/cli/monitor/tranview/module/Module.definition.js.map +1 -1
  185. package/lib/cli/monitor/tranview/module/Module.handler.js +16 -18
  186. package/lib/cli/monitor/tranview/module/Module.handler.js.map +1 -1
  187. package/lib/cli/monitor/tranview/stat/Cicstat.definition.js +16 -18
  188. package/lib/cli/monitor/tranview/stat/Cicstat.definition.js.map +1 -1
  189. package/lib/cli/monitor/tranview/stat/Cicstat.handler.js +16 -18
  190. package/lib/cli/monitor/tranview/stat/Cicstat.handler.js.map +1 -1
  191. package/lib/cli/profile/Profile.definition.js +16 -18
  192. package/lib/cli/profile/Profile.definition.js.map +1 -1
  193. package/lib/cli/profile/create/CreateProfile.definition.js +16 -18
  194. package/lib/cli/profile/create/CreateProfile.definition.js.map +1 -1
  195. package/lib/cli/profile/create/CreateProfile.handler.js +16 -18
  196. package/lib/cli/profile/create/CreateProfile.handler.js.map +1 -1
  197. package/lib/cli/profile/invoke/InvokeProfile.definition.js +16 -18
  198. package/lib/cli/profile/invoke/InvokeProfile.definition.js.map +1 -1
  199. package/lib/cli/profile/invoke/InvokeProfile.handler.js +16 -18
  200. package/lib/cli/profile/invoke/InvokeProfile.handler.js.map +1 -1
  201. package/lib/cli/profile/listprofile/ListProfile.definition.js +16 -18
  202. package/lib/cli/profile/listprofile/ListProfile.definition.js.map +1 -1
  203. package/lib/cli/profile/listprofile/ListProfile.handler.js +16 -18
  204. package/lib/cli/profile/listprofile/ListProfile.handler.js.map +1 -1
  205. package/lib/cli/session/EndevorSession.d.ts +33 -0
  206. package/lib/cli/session/EndevorSession.js +120 -0
  207. package/lib/cli/session/EndevorSession.js.map +1 -0
  208. package/lib/cli/session/MATSession.js +16 -18
  209. package/lib/cli/session/MATSession.js.map +1 -1
  210. package/lib/handlers/AbstractAnalyzeHandler.js +16 -18
  211. package/lib/handlers/AbstractAnalyzeHandler.js.map +1 -1
  212. package/lib/handlers/AbstractGetHandler.js +16 -18
  213. package/lib/handlers/AbstractGetHandler.js.map +1 -1
  214. package/lib/handlers/AbstractObjectDisplayHandler.js +16 -18
  215. package/lib/handlers/AbstractObjectDisplayHandler.js.map +1 -1
  216. package/lib/handlers/AbstractPostHandler.js +16 -18
  217. package/lib/handlers/AbstractPostHandler.js.map +1 -1
  218. package/lib/handlers/AbstractProfileActionHandler.js +16 -18
  219. package/lib/handlers/AbstractProfileActionHandler.js.map +1 -1
  220. package/lib/handlers/AbstractRestHandler.js +16 -18
  221. package/lib/handlers/AbstractRestHandler.js.map +1 -1
  222. package/lib/handlers/AbstractTableDisplayHandler.js +16 -18
  223. package/lib/handlers/AbstractTableDisplayHandler.js.map +1 -1
  224. package/lib/healthCheck.Handler.js +10 -6
  225. package/lib/healthCheck.Handler.js.map +1 -1
  226. package/lib/imperative.js +16 -18
  227. package/lib/imperative.js.map +1 -1
  228. package/lib/index.js +16 -18
  229. package/lib/index.js.map +1 -1
  230. package/package.json +1 -1
@@ -1,28 +1,27 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2023 Broadcom. All Rights Reserved. The term
4
- * "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
3
+ * **************************************************************************************
4
+ * Copyright © 2025 BROADCOM Inc and/or its subsidiaries.
5
5
  *
6
- * This software and all information contained therein is
7
- * confidential and proprietary and shall not be duplicated,
8
- * used, disclosed, or disseminated in any way except as
9
- * authorized by the applicable license agreement, without the
10
- * express written permission of Broadcom. All authorized
11
- * reproductions must be marked with this language.
6
+ * This software and all information contained therein is confidential and
7
+ * proprietary and shall not be duplicated, used, disclosed or disseminated in any
8
+ * way except as authorized by the applicable license agreement, without the
9
+ * express written permission of Broadcom. All authorized reproductions must be marked
10
+ * with this language.
11
+ *
12
+ * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE EXTENT PERMITTED
13
+ * BY APPLICABLE LAW, BROADCOM PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND,
14
+ * INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
15
+ * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM BE LIABLE TO THE END USER
16
+ * OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF
17
+ * THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION,
18
+ * GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
19
+ * **************************************************************************************
12
20
  *
13
- * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
14
- * THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
15
- * SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
16
- * LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
17
- * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
18
- * BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
19
- * DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
20
- * INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
21
- * INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
22
- * EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
23
21
  */
24
22
  Object.defineProperty(exports, "__esModule", { value: true });
25
23
  exports.HistogramDefinition = void 0;
24
+ const EndevorSession_1 = require("../../../session/EndevorSession");
26
25
  exports.HistogramDefinition = {
27
26
  name: "histogram",
28
27
  aliases: ["hsg"],
@@ -81,9 +80,10 @@ exports.HistogramDefinition = {
81
80
  {
82
81
  name: "listing",
83
82
  description: "Enables you to retrieve program listing details that pertain to the specific CSECT and statement. " +
84
- "To use the listing retrieval option, you must install and configure the Endevor® Web Services and have the " +
85
- "program listing for the specific measurement registered with MAT. The source code listing is retrieved " +
86
- "through Endevor® footprints for Cobol, C/C++, and Assembler programs. The program listing file is downloaded " +
83
+ "To use the listing retrieval option, ensure that the program listing for the specific measurement is registered with MAT, " +
84
+ "and that you have the Endevor® Web Services connection configured locally via the --endevor-* " +
85
+ "options below (or the ZOWE_OPT_ENDEVOR_* environment variable). The source code listing is retrieved through Endevor® " +
86
+ "footprints for Cobol, C/C++, and Assembler programs. The program listing file is downloaded " +
87
87
  "to your local directory that you specified with the \'listingDir\' parameter in your MAT configuration profile. " +
88
88
  "When you request the histogram details with the \'--listing\' option, the \'histogram\' command returns the " +
89
89
  "additional \'listing\' column that contains a reference to the program listing with the specific CSECT name, " +
@@ -92,7 +92,8 @@ exports.HistogramDefinition = {
92
92
  "command responce in your VS Code terminal to navigate directly to the indicated source program location." +
93
93
  "The --listing parameter is optional.",
94
94
  type: "boolean"
95
- }
95
+ },
96
+ ...EndevorSession_1.EndevorSession.ENDEVOR_CONNECTION_OPTIONS
96
97
  ],
97
98
  examples: [
98
99
  {
@@ -114,6 +115,16 @@ exports.HistogramDefinition = {
114
115
  "with the specific MAT profile details defined",
115
116
  options: "--mon_num 5 --csect \"TUNCOB01\" --module \"RUNCOB\" --host \"example.com\" --port 12345 --user johndoe --password qwerty",
116
117
  },
118
+ {
119
+ description: "Get the Histogram details about listing retrieval with the re-used MAT profile credentials for a locally-configured Endevor host options",
120
+ options: "--csect \"TUNCOB01\" --listing --endevor-host \"endevor.example.com\" --endevor-port 8080 " +
121
+ "--endevor-base-path \"EndevorService/rest\" --endevor-reuse-mat-credentials",
122
+ },
123
+ {
124
+ description: "Get the Histogram details about listing retrieval with Endevor-specific credential options",
125
+ options: "--csect \"TUNCOB01\" --listing --endevor-host \"endevor.example.com\" --endevor-port 8080 " +
126
+ "--endevor-base-path \"EndevorService/rest\" --endevor-user janedoe --endevor-password qwerty",
127
+ },
117
128
  ]
118
129
  };
119
130
  //# sourceMappingURL=Histogram.definition.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Histogram.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGU,QAAA,mBAAmB,GAAuB;IACnD,IAAI,EAAE,WAAW;IACjB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,oBAAoB;IAC7B,WAAW,EAAE,gDAAgD;IAC7D,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,oBAAoB;IACzC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,qEAAqE;gBAClF,yEAAyE;gBACzE,iFAAiF;YACjF,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,oEAAoE;gBACjF,oGAAoG;gBACpG,oDAAoD;YACpD,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,4FAA4F;gBACzG,2GAA2G;gBAC3G,6FAA6F;gBAC7F,qCAAqC;gBACrC,sGAAsG;gBACtG,uCAAuC;YACvC,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,6EAA6E;gBAC1F,mFAAmF;gBACnF,gGAAgG;gBAChG,qEAAqE;YACrE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,oGAAoG;gBACjH,6GAA6G;gBAC7G,yGAAyG;gBACzG,+GAA+G;gBAC/G,kHAAkH;gBAClH,8GAA8G;gBAC9G,+GAA+G;gBAC/G,uGAAuG;gBACvG,qHAAqH;gBACrH,0GAA0G;gBAC1G,sCAAsC;YACtC,IAAI,EAAE,SAAS;SAClB;KACJ;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,6FAA6F;YAC1G,OAAO,EAAE,sDAAsD;SAClE;QACD;YACI,WAAW,EAAE,oGAAoG;gBACjH,8GAA8G;YAC9G,OAAO,EAAE,8EAA8E;SAC1F;QACF;YACK,WAAW,EAAE,+FAA+F;gBAC5G,0FAA0F;YAC1F,OAAO,EAAE,wEAAwE;SACpF;QACD;YACI,WAAW,EAAE,+FAA+F;gBAC5G,+CAA+C;YAC/C,OAAO,EAAE,2HAA2H;SACvI;KACJ;CACJ,CAAC"}
1
+ {"version":3,"file":"Histogram.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAGH,oEAAiE;AACpD,QAAA,mBAAmB,GAAuB;IACnD,IAAI,EAAE,WAAW;IACjB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,oBAAoB;IAC7B,WAAW,EAAE,gDAAgD;IAC7D,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,oBAAoB;IACzC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,qEAAqE;gBAClF,yEAAyE;gBACzE,iFAAiF;YACjF,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,oEAAoE;gBACjF,oGAAoG;gBACpG,oDAAoD;YACpD,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,4FAA4F;gBACzG,2GAA2G;gBAC3G,6FAA6F;gBAC7F,qCAAqC;gBACrC,sGAAsG;gBACtG,uCAAuC;YACvC,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,6EAA6E;gBAC1F,mFAAmF;gBACnF,gGAAgG;gBAChG,qEAAqE;YACrE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,oGAAoG;gBAC7G,4HAA4H;gBAC5H,gGAAgG;gBAChG,wHAAwH;gBACxH,8FAA8F;gBAC9F,kHAAkH;gBAClH,8GAA8G;gBAC9G,+GAA+G;gBAC/G,uGAAuG;gBACvG,qHAAqH;gBACrH,0GAA0G;gBAC1G,sCAAsC;YAC1C,IAAI,EAAE,SAAS;SAClB;QACD,GAAG,+BAAc,CAAC,0BAA0B;KAC/C;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,6FAA6F;YAC1G,OAAO,EAAE,sDAAsD;SAClE;QACD;YACI,WAAW,EAAE,oGAAoG;gBACjH,8GAA8G;YAC9G,OAAO,EAAE,8EAA8E;SAC1F;QACF;YACK,WAAW,EAAE,+FAA+F;gBAC5G,0FAA0F;YAC1F,OAAO,EAAE,wEAAwE;SACpF;QACD;YACI,WAAW,EAAE,+FAA+F;gBAC5G,+CAA+C;YAC/C,OAAO,EAAE,2HAA2H;SACvI;QACD;YACI,WAAW,EAAE,0IAA0I;YACvJ,OAAO,EAAE,4FAA4F;gBACrG,6EAA6E;SAChF;QACD;YACI,WAAW,EAAE,4FAA4F;YACzG,OAAO,EAAE,4FAA4F;gBACrG,8FAA8F;SACjG;KACJ;CACJ,CAAC"}
@@ -1,25 +1,23 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2023 Broadcom. All Rights Reserved. The term
4
- * "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
3
+ * **************************************************************************************
4
+ * Copyright © 2025 BROADCOM Inc and/or its subsidiaries.
5
5
  *
6
- * This software and all information contained therein is
7
- * confidential and proprietary and shall not be duplicated,
8
- * used, disclosed, or disseminated in any way except as
9
- * authorized by the applicable license agreement, without the
10
- * express written permission of Broadcom. All authorized
11
- * reproductions must be marked with this language.
6
+ * This software and all information contained therein is confidential and
7
+ * proprietary and shall not be duplicated, used, disclosed or disseminated in any
8
+ * way except as authorized by the applicable license agreement, without the
9
+ * express written permission of Broadcom. All authorized reproductions must be marked
10
+ * with this language.
11
+ *
12
+ * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE EXTENT PERMITTED
13
+ * BY APPLICABLE LAW, BROADCOM PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND,
14
+ * INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
15
+ * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM BE LIABLE TO THE END USER
16
+ * OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF
17
+ * THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION,
18
+ * GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
19
+ * **************************************************************************************
12
20
  *
13
- * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
14
- * THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
15
- * SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
16
- * LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
17
- * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
18
- * BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
19
- * DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
20
- * INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
21
- * INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
22
- * EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
23
21
  */
24
22
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
25
23
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -34,6 +32,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
34
32
  const AbstractAnalyzeHandler_1 = require("../../../../handlers/AbstractAnalyzeHandler");
35
33
  const MATRest_1 = require("../../../../api/MATRest");
36
34
  const imperative_1 = require("@zowe/imperative");
35
+ const EndevorSession_1 = require("../../../session/EndevorSession");
37
36
  const fs = require("fs");
38
37
  const path = require("path");
39
38
  class HistogramHandler extends AbstractAnalyzeHandler_1.default {
@@ -47,25 +46,37 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
47
46
  footprint = footprint.substring(footprint.indexOf("[") + 1, footprint.indexOf("]"));
48
47
  return JSON.parse(footprint); // Return the parsed footprint object
49
48
  },
50
- // Construct the REST API request URL using the footprint data
51
- constructRequestUrl(jsonFootprint) {
52
- return "/" + jsonFootprint.endevorBasePath + "/" + jsonFootprint.endevorContext + "/env/" + jsonFootprint.environment + "/stgnum/"
53
- + jsonFootprint.stage + "/sys/" + jsonFootprint.system + "/subsys/" + jsonFootprint.subsystem + "/type/" + jsonFootprint.type + "/ele/"
54
- + jsonFootprint.element + "?print=listing";
49
+ // Construct the REST API request URL using the footprint data. endevorBasePath is a
50
+ // locally-configured value (TUNER-034) -- never taken from the footprint. The remaining
51
+ // segments only select which resource to fetch on the already-locally-pinned host, but
52
+ // are still server-supplied strings, so each is percent-encoded before landing in the URL.
53
+ constructRequestUrl(jsonFootprint, endevorBasePath) {
54
+ const seg = (value) => encodeURIComponent(String(value));
55
+ // encodeURI, not seg() -- endevorBasePath can be multi-segment (e.g. "EndevorService/rest").
56
+ return "/" + encodeURI(endevorBasePath) + "/" + seg(jsonFootprint.endevorContext) + "/env/" + seg(jsonFootprint.environment) + "/stgnum/"
57
+ + seg(jsonFootprint.stage) + "/sys/" + seg(jsonFootprint.system) + "/subsys/" + seg(jsonFootprint.subsystem) + "/type/"
58
+ + seg(jsonFootprint.type) + "/ele/" + seg(jsonFootprint.element) + "?print=listing";
59
+ },
60
+ // Create a session with the required authentication details. Every argument here comes
61
+ // from the CLI's own locally-configured options (TUNER-034) -- there is no parameter
62
+ // through which a MAT server response could influence host/port/protocol/creds.
63
+ createSession(endevorHost, endevorPort, user, password, rejectUnauthorized) {
64
+ return EndevorSession_1.EndevorSession.createSessionForListing({ endevorHost, endevorPort, user, password, rejectUnauthorized });
55
65
  },
56
- // Create a session with the required authentication details
57
- createSession(jsonFootprint, user, password) {
58
- const endevorProtocolFoot = jsonFootprint.endevorHost.substring(0, jsonFootprint.endevorHost.indexOf(":"));
59
- const endevorHostFoot = jsonFootprint.endevorHost.substring(jsonFootprint.endevorHost.indexOf("//") + 2);
60
- const auth = "Basic " + Buffer.from(user + ":" + password).toString("base64");
61
- // Return a new session object with the configured parameters
62
- return new imperative_1.Session({
63
- hostname: endevorHostFoot,
64
- port: jsonFootprint.endevorPort,
65
- protocol: endevorProtocolFoot,
66
- type: "basic",
67
- base64EncodedAuth: auth
68
- });
66
+ // Built from mDetails' safe fields only -- never .headers/.additionalDetails, which
67
+ // embed the raw Authorization header.
68
+ describeConnectionFailure(error) {
69
+ var _a;
70
+ const d = error.mDetails;
71
+ const target = `${d.protocol}://${d.host}:${d.port}${(_a = d.resource) !== null && _a !== void 0 ? _a : ""}`;
72
+ if (d.source === "timeout") {
73
+ return `Connection to ${target} timed out.`;
74
+ }
75
+ if (d.source === "client") {
76
+ return `Failed to connect to ${target}. Verify that the Endevor host and port are correct and reachable` +
77
+ (d.errno ? ` (${d.errno})` : "") + ".";
78
+ }
79
+ return `Endevor returned HTTP ${d.httpStatus} for ${target}.`;
69
80
  },
70
81
  // Write the API response to a file and return the file location
71
82
  writeResponseToFile(response, listingDir, elementName, extension) {
@@ -74,8 +85,22 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
74
85
  if (!fs.existsSync(dir)) {
75
86
  fs.mkdirSync(dir, { recursive: true });
76
87
  }
88
+ // SECURITY: elementName is server-supplied (footprint.element from the MAT/Endevor
89
+ // response, TUNER-036) -- confine it to a bare filename before it can traverse out
90
+ // of listingDir. path.basename() strips any directory components; reject outright
91
+ // if that changed the value, since a legitimate element name never contains one.
92
+ const safeName = path.basename(elementName);
93
+ if (safeName !== elementName || safeName === "" || safeName === "." || safeName === "..") {
94
+ throw new Error(`Invalid element name in server response: ${elementName}`);
95
+ }
77
96
  // Construct the full file path and write the response to the file
78
- const location = path.join(listingDir, elementName + "." + extension);
97
+ const location = path.join(listingDir, safeName + "." + extension);
98
+ // Second, independent check at the point the file is actually written: verify the
99
+ // resolved path still lands inside listingDir.
100
+ const resolvedListingDir = path.resolve(listingDir) + path.sep;
101
+ if (!path.resolve(location).startsWith(resolvedListingDir)) {
102
+ throw new Error(`Refusing to write listing outside of listingDir: ${location}`);
103
+ }
79
104
  fs.writeFileSync(location, response); // Write the response content to the file
80
105
  return location; // Return the location of the file
81
106
  },
@@ -114,160 +139,10 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
114
139
  }
115
140
  return fields;
116
141
  }
117
- /*protected async getOutput(json: any, params: IHandlerParameters) {
118
- if (params.arguments.listing === true) {
119
- if ("footprint" in json) {
120
- const endconerror = "Endevor Connection Error";
121
- // const matProfile = params.profiles.get("mat", true);
122
- const endevorFootprint = json.footprint[0]; // 1. CLARIFY WITH GAS WHY THE JSON FOOTPRINT IS AN ARRAY, CAN WE HAVE MORE THAN 1 FOOTPRINT PER MODULE AND CSECT?
123
-
124
- const requestBody: PrintElmCompDictionary = {
125
- print: "listing",
126
- };
127
- type CombinedElmArg = ElmSpecDictionary & PrintElmCompDictionary;
128
-
129
- const elemDef: CombinedElmArg = {
130
- "environment": endevorFootprint.environment.trim(),
131
- "stage-number": endevorFootprint.stage.trim(),
132
- "system": endevorFootprint.system.trim(),
133
- "subsystem": endevorFootprint.subsystem.trim(), // SUBSYSTEM IS COMING WITH WHITE SPACES IN THE END.
134
- "type": endevorFootprint.type.trim(),
135
- "element": endevorFootprint.element.trim(),
136
- "print": "listing",
137
- };
138
-
139
- let endevorSession;
140
- if (!endevorFootprint.endevorHost.includes("http")) {
141
- const exception: HistogramError = {
142
- name: "HistogramException",
143
- header: "Footprint Data Error",
144
- message: "Histogram footprint contains the wrong protocol type. The allowed protocol types are: http and https. \n REST client reports: " + endevorFootprint.endevorHost
145
- };
146
- throw exception;
147
- }
148
- if (!endevorFootprint.endevorHost.includes("//") || !endevorFootprint.endevorHost.includes(":")) {
149
- const exception: HistogramError = {
150
- name: "HistogramException",
151
- header: "Footprint Data Error",
152
- message: "Histogram footprint contains the wrong Endevor Host. \n REST client reports: " + endevorFootprint.endevorHost
153
- };
154
- throw exception;
155
- }
156
- try {
157
- endevorSession = new Session({
158
- hostname: endevorFootprint.endevorHost.substring(endevorFootprint.endevorHost.indexOf("//") + 2), // THE FOOTPRINT HOSTNAME MUST BE SPLIT IN PROTOCOL AND HOSTNAME.
159
- port: endevorFootprint.endevorPort,
160
- protocol: endevorFootprint.endevorHost.substring(0, endevorFootprint.endevorHost.indexOf(":")),
161
- user: params.arguments.user,
162
- password: params.arguments.password,
163
- basePath: endevorFootprint.endevorBasePath,
164
- rejectUnauthorized: false,
165
- type: "basic"
166
- });
167
- } catch (error) {
168
- const exception: HistogramError = {
169
- name: "HistogramException",
170
- header: endconerror,
171
- message: "An error occurred while connecting to the endevor web services: \n" + error.message
172
- };
173
- throw exception;
174
- }
175
- let responseEndevor;
176
- try {
177
- responseEndevor = await EndevorClient.printElement(endevorSession)(endevorFootprint.endevorContext.trim())(elemDef);
178
- // responseEndevor = await EndevorClient.printElement(endevorSession, elemDef, requestBody, false);
179
- } catch (error) {
180
- if (error instanceof RestClientError) {
181
- const exception: HistogramError = {
182
- name: "HistogramException",
183
- header: endconerror,
184
- message: "Cannot download the listing file from Endevor: \n" + error.mDetails.additionalDetails
185
- };
186
- throw exception;
187
- } else {
188
- const exception: HistogramError = {
189
- name: "HistogramException",
190
- header: endconerror,
191
- message: "An error occurred while connecting to the Endevor web services: \n" + error.message
192
- };
193
- throw exception;
194
- }
195
- }
196
- if (responseEndevor.body.data !== null && responseEndevor.body.data !== undefined) {
197
- let tofileName = params.arguments.listingDir === undefined ? "." : params.arguments.listingDir;
198
- try {
199
- const fs = require("fs");
200
- if (!fs.existsSync(tofileName)) {
201
- await fs.mkdirSync(tofileName, { recursive: true }, (err: any) => {
202
- if (err) {
203
- throw err;
204
- }
205
- });
206
- }
207
- tofileName += "\\" + endevorFootprint.element + "." + this.getExtension(endevorFootprint.type);
208
- fs.writeFileSync(tofileName, responseEndevor.body.data[0], { encoding: "latin1" });
209
- // THIS IS HOW YOU WRITE A FILE USING ENDEVOR
210
- // EndevorUtils.generalWriteFile(tofileName, responseEndevor.data[0]);
211
- } catch (error) {
212
- const exception: HistogramError = {
213
- name: "HistogramException",
214
- header: "File or Folder Access Error",
215
- errno: error.errno ? error.errno : null,
216
- message: error.message
217
- };
218
- throw exception;
219
- }
220
- if (responseEndevor.body.data[0].length === 0) {
221
- const exception: HistogramError = {
222
- name: "HistogramException",
223
- header: "Endevor Data Error",
224
- message: "No data in response from Endevor."
225
- };
226
- throw exception;
227
- }
228
- responseEndevor.body.data[0] = responseEndevor.body.data[0] + "";
229
- const lines = responseEndevor.body.data[0].split("\n");
230
- for (const histogram of json.histogram) {
231
- histogram.listing = "not found";
232
- for (let index = 0; index < lines.length; index++) {
233
- const stmtLine = lines[index].indexOf(histogram.stmt);
234
- if (stmtLine >= 0) {
235
- const columnNum = lines[index].indexOf(histogram.verb, stmtLine) + 1;
236
- if (columnNum >= 1) {
237
- const lineNum = index + 1;
238
- histogram.listing = tofileName + ":" + lineNum + ":" + columnNum;
239
- break;
240
- }
241
- }
242
- }
243
- }
244
- } else {
245
- const exception: HistogramError = {
246
- name: "HistogramException",
247
- header: "Resource Access Error",
248
- message: "Listing not found. Caused by: \n" + responseEndevor.body.messages
249
- };
250
- throw exception;
251
- }
252
- // } else if (("message" in json) && ((json.message === "No footprint data in the database for requested measurement") || (json.message === "No listing data in the database for requested measurement"))) {
253
- } else if (("message" in json) && (json.message !== "OK")) {
254
- for (const histogram of json.histogram) {
255
- histogram.listing = json.message;
256
- }
257
- } else {
258
- const exception: HistogramError = {
259
- name: "HistogramException",
260
- header: "Resource Access Error",
261
- message: "The listing data set for the measurement is not registered with MAT"
262
- };
263
- throw exception;
264
- }
265
- }
266
- return json.histogram;
267
- }*/
268
142
  // Main method to handle the histogram request
269
143
  getOutput(json, params) {
270
144
  return __awaiter(this, void 0, void 0, function* () {
145
+ var _a;
271
146
  // Check if the listing argument is not true
272
147
  // If listing is not true, return the histogram from json
273
148
  if (params.arguments.listing === true) {
@@ -275,13 +150,44 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
275
150
  const endconerror = "Endevor Connection Error";
276
151
  const listingDir = params.arguments.listingDir; // Directory where the listing will be stored
277
152
  const jsonFootprint = this.Helper.extractFootprint(json); // Extract and parse the footprint from JSON
278
- const request = this.Helper.constructRequestUrl(jsonFootprint); // Construct the REST API request URL
153
+ // SECURITY (TUNER-034): the Endevor host/port/credentials must come from local
154
+ // configuration only -- never from jsonFootprint.endevorHost/endevorPort, which is
155
+ // dictated by the MAT server response and previously received the user's mainframe
156
+ // Basic-auth credentials as-is.
157
+ const endevorHost = params.arguments.endevorHost;
158
+ const endevorPort = params.arguments.endevorPort;
159
+ if (!endevorHost || !endevorPort) {
160
+ const exception = {
161
+ name: "HistogramException",
162
+ header: "Endevor Configuration Missing",
163
+ message: "The --listing option requires a locally configured Endevor Web Services host " +
164
+ "and port. The MAT server's reported Endevor connection details cannot be used for " +
165
+ "security reasons. Specify --endevor-host and --endevor-port in this command, " +
166
+ "or set the ZOWE_OPT_ENDEVOR_HOST/ZOWE_OPT_ENDEVOR_PORT environment variables."
167
+ };
168
+ throw exception;
169
+ }
170
+ const reuseMatCredentials = params.arguments.endevorReuseMatCredentials === true;
171
+ const endevorUser = reuseMatCredentials ? params.arguments.user : params.arguments.endevorUser;
172
+ const endevorPassword = reuseMatCredentials ? params.arguments.password : params.arguments.endevorPassword;
173
+ if (!endevorUser || !endevorPassword) {
174
+ const exception = {
175
+ name: "HistogramException",
176
+ header: "Endevor Credentials Missing",
177
+ message: "The --listing option requires Endevor Web Services credentials. Provide " +
178
+ "--endevor-user and --endevor-password (or the ZOWE_OPT_ENDEVOR_USER/" +
179
+ "ZOWE_OPT_ENDEVOR_PASSWORD environment variables), or specify " +
180
+ "--endevor-reuse-mat-credentials to explicitly reuse your MAT profile credentials."
181
+ };
182
+ throw exception;
183
+ }
184
+ const request = this.Helper.constructRequestUrl(jsonFootprint, (_a = params.arguments.endevorBasePath) !== null && _a !== void 0 ? _a : ""); // Construct the REST API request URL
279
185
  let response;
280
186
  let session;
281
187
  let headers;
282
188
  // Create a session for making the API call with authentication
283
189
  try {
284
- session = this.Helper.createSession(jsonFootprint, params.arguments.user, params.arguments.password);
190
+ session = this.Helper.createSession(endevorHost, endevorPort, endevorUser, endevorPassword, params.arguments.endevorRejectUnauthorized);
285
191
  }
286
192
  catch (error) {
287
193
  const exception = {
@@ -295,6 +201,8 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
295
201
  try {
296
202
  // Prepare headers with the authorization information
297
203
  headers = [{ Authorization: session.ISession.base64EncodedAuth }];
204
+ // Enable with ZOWE_APP_LOG_LEVEL=DEBUG; deliberately excludes headers.
205
+ imperative_1.Logger.getAppLogger().debug(`[Endevor listing] GET ${session.ISession.protocol}://${session.ISession.hostname}:${session.ISession.port}${request}`);
298
206
  response = yield imperative_1.RestClient.getExpectString(session, request, headers);
299
207
  }
300
208
  catch (error) {
@@ -302,7 +210,8 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
302
210
  const exception = {
303
211
  name: "HistogramException",
304
212
  header: endconerror,
305
- message: "Cannot download the listing file from Endevor: \n" + error.mDetails.additionalDetails
213
+ message: "Cannot download the listing file from Endevor: \n" +
214
+ this.Helper.describeConnectionFailure(error)
306
215
  };
307
216
  throw exception;
308
217
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Histogram.handler.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.handler.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Histogram.handler.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.handler.ts"],"names":[],"mappings":"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"}
@@ -1,25 +1,23 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2023 Broadcom. All Rights Reserved. The term
4
- * "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
3
+ * **************************************************************************************
4
+ * Copyright © 2025 BROADCOM Inc and/or its subsidiaries.
5
5
  *
6
- * This software and all information contained therein is
7
- * confidential and proprietary and shall not be duplicated,
8
- * used, disclosed, or disseminated in any way except as
9
- * authorized by the applicable license agreement, without the
10
- * express written permission of Broadcom. All authorized
11
- * reproductions must be marked with this language.
6
+ * This software and all information contained therein is confidential and
7
+ * proprietary and shall not be duplicated, used, disclosed or disseminated in any
8
+ * way except as authorized by the applicable license agreement, without the
9
+ * express written permission of Broadcom. All authorized reproductions must be marked
10
+ * with this language.
11
+ *
12
+ * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE EXTENT PERMITTED
13
+ * BY APPLICABLE LAW, BROADCOM PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND,
14
+ * INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
15
+ * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM BE LIABLE TO THE END USER
16
+ * OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF
17
+ * THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION,
18
+ * GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
19
+ * **************************************************************************************
12
20
  *
13
- * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
14
- * THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
15
- * SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
16
- * LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
17
- * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
18
- * BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
19
- * DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
20
- * INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
21
- * INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
22
- * EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
23
21
  */
24
22
  Object.defineProperty(exports, "__esModule", { value: true });
25
23
  exports.CallerIDDefinition = void 0;
@@ -1 +1 @@
1
- {"version":3,"file":"Callerid.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/callerid/Callerid.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGU,QAAA,kBAAkB,GAAuB;IAClD,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,+BAA+B;IACxC,WAAW,EAAE,sEAAsE;IACnF,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,mBAAmB;IACxC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,uEAAuE;gBACpF,yEAAyE;gBACzE,iFAAiF;YACjF,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,sEAAsE;gBACnF,oGAAoG;gBACpG,oDAAoD;YACpD,IAAI,EAAE,eAAe;SACxB;KACJ;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,4FAA4F;YACzG,OAAO,EAAE,sDAAsD;SAClE;QACD;YACI,WAAW,EAAE,kGAAkG;gBAC/G,uBAAuB;YACvB,OAAO,EAAE,2DAA2D;SACvE;QACD;YACI,WAAW,EAAE,8FAA8F;gBAC3G,+CAA+C;YAC/C,OAAO,EAAE,2HAA2H;SACvI;KACJ;CACJ,CAAC"}
1
+ {"version":3,"file":"Callerid.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/callerid/Callerid.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAGU,QAAA,kBAAkB,GAAuB;IAClD,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,+BAA+B;IACxC,WAAW,EAAE,sEAAsE;IACnF,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,mBAAmB;IACxC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,uEAAuE;gBACpF,yEAAyE;gBACzE,iFAAiF;YACjF,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,sEAAsE;gBACnF,oGAAoG;gBACpG,oDAAoD;YACpD,IAAI,EAAE,eAAe;SACxB;KACJ;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,4FAA4F;YACzG,OAAO,EAAE,sDAAsD;SAClE;QACD;YACI,WAAW,EAAE,kGAAkG;gBAC/G,uBAAuB;YACvB,OAAO,EAAE,2DAA2D;SACvE;QACD;YACI,WAAW,EAAE,8FAA8F;gBAC3G,+CAA+C;YAC/C,OAAO,EAAE,2HAA2H;SACvI;KACJ;CACJ,CAAC"}
@@ -1,25 +1,23 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2023 Broadcom. All Rights Reserved. The term
4
- * "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
3
+ * **************************************************************************************
4
+ * Copyright © 2025 BROADCOM Inc and/or its subsidiaries.
5
5
  *
6
- * This software and all information contained therein is
7
- * confidential and proprietary and shall not be duplicated,
8
- * used, disclosed, or disseminated in any way except as
9
- * authorized by the applicable license agreement, without the
10
- * express written permission of Broadcom. All authorized
11
- * reproductions must be marked with this language.
6
+ * This software and all information contained therein is confidential and
7
+ * proprietary and shall not be duplicated, used, disclosed or disseminated in any
8
+ * way except as authorized by the applicable license agreement, without the
9
+ * express written permission of Broadcom. All authorized reproductions must be marked
10
+ * with this language.
11
+ *
12
+ * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE EXTENT PERMITTED
13
+ * BY APPLICABLE LAW, BROADCOM PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND,
14
+ * INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
15
+ * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM BE LIABLE TO THE END USER
16
+ * OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF
17
+ * THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION,
18
+ * GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
19
+ * **************************************************************************************
12
20
  *
13
- * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
14
- * THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
15
- * SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
16
- * LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
17
- * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
18
- * BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
19
- * DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
20
- * INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
21
- * INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
22
- * EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
23
21
  */
24
22
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
25
23
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -1 +1 @@
1
- {"version":3,"file":"Callerid.handler.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/callerid/Callerid.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;;;;;;;;;AAGH,wFAAiF;AACjF,qDAAkD;AAGlD,MAAqB,eAAgB,SAAQ,gCAAiC;IAEhE,aAAa;QACnB,OAAO,iBAAO,CAAC,0BAA0B,CAAC;IAC9C,CAAC;IAED,0BAA0B;IAChB,SAAS;QACf,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,KAAK,CAAC,CAAC;IAC5E,CAAC;IACe,SAAS,CAAC,IAAS;;YAC/B,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;KAAA;IAED,0BAA0B;IAChB,gBAAgB;QACtB,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IAC/B,CAAC;CACJ;AAlBD,kCAkBC"}
1
+ {"version":3,"file":"Callerid.handler.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/callerid/Callerid.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;AAGH,wFAAiF;AACjF,qDAAkD;AAGlD,MAAqB,eAAgB,SAAQ,gCAAiC;IAEhE,aAAa;QACnB,OAAO,iBAAO,CAAC,0BAA0B,CAAC;IAC9C,CAAC;IAED,0BAA0B;IAChB,SAAS;QACf,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,KAAK,CAAC,CAAC;IAC5E,CAAC;IACe,SAAS,CAAC,IAAS;;YAC/B,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;KAAA;IAED,0BAA0B;IAChB,gBAAgB;QACtB,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IAC/B,CAAC;CACJ;AAlBD,kCAkBC"}