oci-jms 2.102.1 → 2.103.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 (219) hide show
  1. package/lib/client.d.ts +111 -75
  2. package/lib/client.js +356 -75
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/blocklist-target.d.ts +2 -2
  5. package/lib/model/change-fleet-compartment-details.d.ts +1 -1
  6. package/lib/model/create-fleet-details.d.ts +3 -3
  7. package/lib/model/create-jms-plugin-details.d.ts +5 -5
  8. package/lib/model/custom-log.d.ts +2 -2
  9. package/lib/model/deployed-application-installation-usage-summary.d.ts +1 -1
  10. package/lib/model/deployed-application-usage.d.ts +1 -1
  11. package/lib/model/existing-installation-site-id.d.ts +1 -1
  12. package/lib/model/export-setting.d.ts +1 -1
  13. package/lib/model/export-status.d.ts +1 -1
  14. package/lib/model/fleet-error-aggregation-collection.d.ts +26 -0
  15. package/lib/model/fleet-error-aggregation-collection.js +61 -0
  16. package/lib/model/fleet-error-aggregation-collection.js.map +1 -0
  17. package/lib/model/fleet-error-aggregation-summary.d.ts +30 -0
  18. package/lib/model/fleet-error-aggregation-summary.js +61 -0
  19. package/lib/model/fleet-error-aggregation-summary.js.map +1 -0
  20. package/lib/model/fleet-error-aggregation.d.ts +30 -0
  21. package/lib/model/fleet-error-aggregation.js +29 -0
  22. package/lib/model/fleet-error-aggregation.js.map +1 -0
  23. package/lib/model/fleet-error-collection.d.ts +26 -0
  24. package/lib/model/fleet-error-collection.js +61 -0
  25. package/lib/model/fleet-error-collection.js.map +1 -0
  26. package/lib/model/fleet-error-details.d.ts +38 -0
  27. package/lib/model/fleet-error-details.js +29 -0
  28. package/lib/model/fleet-error-details.js.map +1 -0
  29. package/lib/model/fleet-error-reason.d.ts +28 -0
  30. package/lib/model/fleet-error-reason.js +39 -0
  31. package/lib/model/fleet-error-reason.js.map +1 -0
  32. package/lib/model/fleet-error-sort-by.d.ts +23 -0
  33. package/lib/model/fleet-error-sort-by.js +34 -0
  34. package/lib/model/fleet-error-sort-by.js.map +1 -0
  35. package/lib/model/fleet-error-summary.d.ts +49 -0
  36. package/lib/model/fleet-error-summary.js +61 -0
  37. package/lib/model/fleet-error-summary.js.map +1 -0
  38. package/lib/model/fleet-summary.d.ts +5 -5
  39. package/lib/model/fleet.d.ts +5 -5
  40. package/lib/model/generate-agent-deploy-script-details.d.ts +1 -1
  41. package/lib/model/generate-agent-installer-configuration-details.d.ts +2 -2
  42. package/lib/model/index.d.ts +32 -0
  43. package/lib/model/index.js +36 -3
  44. package/lib/model/index.js.map +1 -1
  45. package/lib/model/installation-site-summary.d.ts +1 -1
  46. package/lib/model/installation-site.d.ts +1 -1
  47. package/lib/model/java-server-instance-usage.d.ts +2 -2
  48. package/lib/model/java-server-usage.d.ts +1 -1
  49. package/lib/model/jms-plugin-summary.d.ts +7 -7
  50. package/lib/model/jms-plugin.d.ts +7 -7
  51. package/lib/model/jre-usage.d.ts +2 -2
  52. package/lib/model/library-usage.d.ts +1 -1
  53. package/lib/model/managed-instance-usage.d.ts +2 -2
  54. package/lib/model/new-installation-site.d.ts +1 -1
  55. package/lib/model/operating-system.d.ts +4 -0
  56. package/lib/model/operating-system.js.map +1 -1
  57. package/lib/model/plugin-error-aggregation-collection.d.ts +26 -0
  58. package/lib/model/plugin-error-aggregation-collection.js +61 -0
  59. package/lib/model/plugin-error-aggregation-collection.js.map +1 -0
  60. package/lib/model/plugin-error-aggregation-summary.d.ts +30 -0
  61. package/lib/model/plugin-error-aggregation-summary.js +61 -0
  62. package/lib/model/plugin-error-aggregation-summary.js.map +1 -0
  63. package/lib/model/plugin-error-aggregation.d.ts +30 -0
  64. package/lib/model/plugin-error-aggregation.js +29 -0
  65. package/lib/model/plugin-error-aggregation.js.map +1 -0
  66. package/lib/model/plugin-error-collection.d.ts +26 -0
  67. package/lib/model/plugin-error-collection.js +61 -0
  68. package/lib/model/plugin-error-collection.js.map +1 -0
  69. package/lib/model/plugin-error-details.d.ts +38 -0
  70. package/lib/model/plugin-error-details.js +29 -0
  71. package/lib/model/plugin-error-details.js.map +1 -0
  72. package/lib/model/plugin-error-reason.d.ts +29 -0
  73. package/lib/model/plugin-error-reason.js +40 -0
  74. package/lib/model/plugin-error-reason.js.map +1 -0
  75. package/lib/model/plugin-error-sort-by.d.ts +23 -0
  76. package/lib/model/plugin-error-sort-by.js +34 -0
  77. package/lib/model/plugin-error-sort-by.js.map +1 -0
  78. package/lib/model/plugin-error-summary.d.ts +53 -0
  79. package/lib/model/plugin-error-summary.js +61 -0
  80. package/lib/model/plugin-error-summary.js.map +1 -0
  81. package/lib/model/principal.d.ts +1 -1
  82. package/lib/model/scan-java-server-usage-details.d.ts +1 -1
  83. package/lib/model/scan-library-usage-details.d.ts +1 -1
  84. package/lib/model/summarized-events-log.d.ts +2 -2
  85. package/lib/model/update-fleet-details.d.ts +2 -2
  86. package/lib/model/update-jms-plugin-details.d.ts +3 -3
  87. package/lib/model/work-request-error.d.ts +1 -1
  88. package/lib/model/work-request-resource.d.ts +1 -1
  89. package/lib/model/work-request.d.ts +3 -3
  90. package/lib/request/add-fleet-installation-sites-request.d.ts +2 -2
  91. package/lib/request/cancel-work-request-request.d.ts +2 -2
  92. package/lib/request/change-fleet-compartment-request.d.ts +2 -2
  93. package/lib/request/create-blocklist-request.d.ts +2 -2
  94. package/lib/request/create-drs-file-request.d.ts +2 -2
  95. package/lib/request/create-fleet-request.d.ts +1 -1
  96. package/lib/request/create-jms-plugin-request.d.ts +1 -1
  97. package/lib/request/delete-blocklist-request.d.ts +2 -2
  98. package/lib/request/delete-crypto-analysis-result-request.d.ts +2 -2
  99. package/lib/request/delete-drs-file-request.d.ts +2 -2
  100. package/lib/request/delete-fleet-request.d.ts +2 -2
  101. package/lib/request/delete-java-migration-analysis-result-request.d.ts +2 -2
  102. package/lib/request/delete-jms-plugin-request.d.ts +2 -2
  103. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +2 -2
  104. package/lib/request/disable-drs-request.d.ts +2 -2
  105. package/lib/request/enable-drs-request.d.ts +2 -2
  106. package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
  107. package/lib/request/generate-agent-installer-configuration-request.d.ts +1 -1
  108. package/lib/request/generate-load-pipeline-script-request.d.ts +2 -2
  109. package/lib/request/get-crypto-analysis-result-request.d.ts +2 -2
  110. package/lib/request/get-drs-file-request.d.ts +2 -2
  111. package/lib/request/get-export-setting-request.d.ts +2 -2
  112. package/lib/request/get-export-status-request.d.ts +2 -2
  113. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +2 -2
  114. package/lib/request/get-fleet-agent-configuration-request.d.ts +2 -2
  115. package/lib/request/get-fleet-request.d.ts +2 -2
  116. package/lib/request/get-java-family-request.d.ts +1 -1
  117. package/lib/request/get-java-migration-analysis-result-request.d.ts +2 -2
  118. package/lib/request/get-java-release-request.d.ts +1 -1
  119. package/lib/request/get-jms-plugin-request.d.ts +2 -2
  120. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +2 -2
  121. package/lib/request/get-work-request-request.d.ts +2 -2
  122. package/lib/request/index.d.ts +8 -0
  123. package/lib/request/list-agent-installers-request.d.ts +2 -2
  124. package/lib/request/list-announcements-request.d.ts +1 -1
  125. package/lib/request/list-blocklists-request.d.ts +2 -2
  126. package/lib/request/list-crypto-analysis-results-request.d.ts +3 -3
  127. package/lib/request/list-drs-files-request.d.ts +2 -2
  128. package/lib/request/list-fleet-diagnoses-request.d.ts +2 -2
  129. package/lib/request/list-fleet-errors-request.d.ts +72 -0
  130. package/lib/request/list-fleet-errors-request.js +15 -0
  131. package/lib/request/list-fleet-errors-request.js.map +1 -0
  132. package/lib/request/list-fleets-request.d.ts +2 -2
  133. package/lib/request/list-installation-sites-request.d.ts +2 -2
  134. package/lib/request/list-java-families-request.d.ts +1 -1
  135. package/lib/request/list-java-migration-analysis-results-request.d.ts +3 -3
  136. package/lib/request/list-java-releases-request.d.ts +1 -1
  137. package/lib/request/list-jms-plugins-request.d.ts +8 -4
  138. package/lib/request/list-jre-usage-request.d.ts +3 -3
  139. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +7 -3
  140. package/lib/request/list-plugin-errors-request.d.ts +72 -0
  141. package/lib/request/list-plugin-errors-request.js +15 -0
  142. package/lib/request/list-plugin-errors-request.js.map +1 -0
  143. package/lib/request/list-work-items-request.d.ts +2 -2
  144. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  145. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  146. package/lib/request/list-work-requests-request.d.ts +3 -3
  147. package/lib/request/remove-fleet-installation-sites-request.d.ts +2 -2
  148. package/lib/request/request-crypto-analyses-request.d.ts +2 -2
  149. package/lib/request/request-deployed-application-migration-analyses-request.d.ts +2 -2
  150. package/lib/request/request-java-migration-analyses-request.d.ts +2 -2
  151. package/lib/request/request-jfr-recordings-request.d.ts +2 -2
  152. package/lib/request/request-performance-tuning-analyses-request.d.ts +2 -2
  153. package/lib/request/scan-java-server-usage-request.d.ts +2 -2
  154. package/lib/request/scan-library-usage-request.d.ts +2 -2
  155. package/lib/request/summarize-application-installation-usage-request.d.ts +2 -2
  156. package/lib/request/summarize-application-usage-request.d.ts +2 -2
  157. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +2 -2
  158. package/lib/request/summarize-deployed-application-usage-request.d.ts +2 -2
  159. package/lib/request/summarize-fleet-errors-request.d.ts +40 -0
  160. package/lib/request/summarize-fleet-errors-request.js +15 -0
  161. package/lib/request/summarize-fleet-errors-request.js.map +1 -0
  162. package/lib/request/summarize-installation-usage-request.d.ts +2 -2
  163. package/lib/request/summarize-java-server-instance-usage-request.d.ts +2 -2
  164. package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
  165. package/lib/request/summarize-jre-usage-request.d.ts +2 -2
  166. package/lib/request/summarize-library-usage-request.d.ts +2 -2
  167. package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
  168. package/lib/request/summarize-plugin-errors-request.d.ts +40 -0
  169. package/lib/request/summarize-plugin-errors-request.js +15 -0
  170. package/lib/request/summarize-plugin-errors-request.js.map +1 -0
  171. package/lib/request/summarize-resource-inventory-request.d.ts +7 -2
  172. package/lib/request/update-drs-file-request.d.ts +2 -2
  173. package/lib/request/update-export-setting-request.d.ts +2 -2
  174. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
  175. package/lib/request/update-fleet-agent-configuration-request.d.ts +2 -2
  176. package/lib/request/update-fleet-request.d.ts +2 -2
  177. package/lib/request/update-jms-plugin-request.d.ts +2 -2
  178. package/lib/response/index.d.ts +8 -0
  179. package/lib/response/list-agent-installers-response.d.ts +1 -1
  180. package/lib/response/list-announcements-response.d.ts +1 -1
  181. package/lib/response/list-blocklists-response.d.ts +1 -1
  182. package/lib/response/list-crypto-analysis-results-response.d.ts +1 -1
  183. package/lib/response/list-drs-files-response.d.ts +1 -1
  184. package/lib/response/list-fleet-diagnoses-response.d.ts +1 -1
  185. package/lib/response/list-fleet-errors-response.d.ts +32 -0
  186. package/lib/response/list-fleet-errors-response.js +15 -0
  187. package/lib/response/list-fleet-errors-response.js.map +1 -0
  188. package/lib/response/list-fleets-response.d.ts +1 -1
  189. package/lib/response/list-installation-sites-response.d.ts +1 -1
  190. package/lib/response/list-java-families-response.d.ts +1 -1
  191. package/lib/response/list-java-migration-analysis-results-response.d.ts +1 -1
  192. package/lib/response/list-java-releases-response.d.ts +1 -1
  193. package/lib/response/list-jms-plugins-response.d.ts +1 -1
  194. package/lib/response/list-jre-usage-response.d.ts +1 -1
  195. package/lib/response/list-performance-tuning-analysis-results-response.d.ts +1 -1
  196. package/lib/response/list-plugin-errors-response.d.ts +32 -0
  197. package/lib/response/list-plugin-errors-response.js +15 -0
  198. package/lib/response/list-plugin-errors-response.js.map +1 -0
  199. package/lib/response/list-work-items-response.d.ts +1 -1
  200. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  201. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  202. package/lib/response/list-work-requests-response.d.ts +1 -1
  203. package/lib/response/summarize-application-installation-usage-response.d.ts +1 -1
  204. package/lib/response/summarize-application-usage-response.d.ts +1 -1
  205. package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +1 -1
  206. package/lib/response/summarize-deployed-application-usage-response.d.ts +1 -1
  207. package/lib/response/summarize-fleet-errors-response.d.ts +32 -0
  208. package/lib/response/summarize-fleet-errors-response.js +15 -0
  209. package/lib/response/summarize-fleet-errors-response.js.map +1 -0
  210. package/lib/response/summarize-installation-usage-response.d.ts +1 -1
  211. package/lib/response/summarize-java-server-instance-usage-response.d.ts +1 -1
  212. package/lib/response/summarize-java-server-usage-response.d.ts +1 -1
  213. package/lib/response/summarize-jre-usage-response.d.ts +1 -1
  214. package/lib/response/summarize-library-usage-response.d.ts +1 -1
  215. package/lib/response/summarize-managed-instance-usage-response.d.ts +1 -1
  216. package/lib/response/summarize-plugin-errors-response.d.ts +32 -0
  217. package/lib/response/summarize-plugin-errors-response.js +15 -0
  218. package/lib/response/summarize-plugin-errors-response.js.map +1 -0
  219. package/package.json +3 -3
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResultsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResultsRequest.
17
17
  */
18
18
  export interface ListPerformanceTuningAnalysisResultsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -29,7 +29,11 @@ export interface ListPerformanceTuningAnalysisResultsRequest extends common.Base
29
29
  */
30
30
  "applicationId"?: string;
31
31
  /**
32
- * The host [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the managed instance.
32
+ * The name of the application.
33
+ */
34
+ "applicationName"?: string;
35
+ /**
36
+ * The host [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
33
37
  */
34
38
  "hostName"?: string;
35
39
  /**
@@ -0,0 +1,72 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListPluginErrors.ts.html |here} to see how to use ListPluginErrorsRequest.
17
+ */
18
+ export interface ListPluginErrorsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ *
22
+ */
23
+ "compartmentId"?: string;
24
+ /**
25
+ * Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
26
+ *
27
+ */
28
+ "compartmentIdInSubtree"?: boolean;
29
+ /**
30
+ * The Fleet-unique identifier of the managed instance.
31
+ */
32
+ "managedInstanceId"?: string;
33
+ /**
34
+ * If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
35
+ */
36
+ "timeFirstSeenLessThanOrEqualTo"?: Date;
37
+ /**
38
+ * If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
39
+ */
40
+ "timeFirstSeenGreaterThanOrEqualTo"?: Date;
41
+ /**
42
+ * If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
43
+ */
44
+ "timeLastSeenLessThanOrEqualTo"?: Date;
45
+ /**
46
+ * If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
47
+ */
48
+ "timeLastSeenGreaterThanOrEqualTo"?: Date;
49
+ /**
50
+ * The maximum number of items to return.
51
+ */
52
+ "limit"?: number;
53
+ /**
54
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
55
+ */
56
+ "page"?: string;
57
+ /**
58
+ * The field to sort PluginError. Only one sort order may be provided.
59
+ * Default order is **descending**.
60
+ * If no value is specified _timeLastSeen_ is default.
61
+ *
62
+ */
63
+ "sortBy"?: model.PluginErrorSortBy;
64
+ /**
65
+ * The sort order, either 'asc' or 'desc'.
66
+ */
67
+ "sortOrder"?: model.SortOrder;
68
+ /**
69
+ * The client request ID for tracing.
70
+ */
71
+ "opcRequestId"?: string;
72
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-plugin-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-plugin-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/list-plugin-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
16
16
  */
17
17
  export interface ListWorkItemsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
21
  *
22
22
  */
23
23
  "compartmentId"?: string;
@@ -26,7 +26,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
26
26
  */
27
27
  "id"?: string;
28
28
  /**
29
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the fleet.
29
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
30
30
  */
31
31
  "fleetId"?: string;
32
32
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
17
17
  */
18
18
  export interface RemoveFleetInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalysesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalysesRequest.
17
17
  */
18
18
  export interface RequestCryptoAnalysesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestDeployedApplicationMigrationAnalyses.ts.html |here} to see how to use RequestDeployedApplicationMigrationAnalysesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestDeployedApplicationMigrationAnalyses.ts.html |here} to see how to use RequestDeployedApplicationMigrationAnalysesRequest.
17
17
  */
18
18
  export interface RequestDeployedApplicationMigrationAnalysesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalysesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalysesRequest.
17
17
  */
18
18
  export interface RequestJavaMigrationAnalysesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordingsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordingsRequest.
17
17
  */
18
18
  export interface RequestJfrRecordingsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalysesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalysesRequest.
17
17
  */
18
18
  export interface RequestPerformanceTuningAnalysesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsageRequest.
17
17
  */
18
18
  export interface ScanJavaServerUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsageRequest.
17
17
  */
18
18
  export interface ScanLibraryUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeApplicationInstallationUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeDeployedApplicationInstallationUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeDeployedApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeFleetErrors.ts.html |here} to see how to use SummarizeFleetErrorsRequest.
16
+ */
17
+ export interface SummarizeFleetErrorsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ *
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
25
+ *
26
+ */
27
+ "compartmentIdInSubtree"?: boolean;
28
+ /**
29
+ * The maximum number of items to return.
30
+ */
31
+ "limit"?: number;
32
+ /**
33
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
34
+ */
35
+ "page"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=summarize-fleet-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-fleet-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-fleet-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeInstallationUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeJavaServerInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsageRequest.
17
17
  */
18
18
  export interface SummarizeJavaServerUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
17
17
  */
18
18
  export interface SummarizeJreUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsageRequest.
17
17
  */
18
18
  export interface SummarizeLibraryUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizePluginErrors.ts.html |here} to see how to use SummarizePluginErrorsRequest.
16
+ */
17
+ export interface SummarizePluginErrorsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ *
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
25
+ *
26
+ */
27
+ "compartmentIdInSubtree"?: boolean;
28
+ /**
29
+ * The maximum number of items to return.
30
+ */
31
+ "limit"?: number;
32
+ /**
33
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
34
+ */
35
+ "page"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=summarize-plugin-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-plugin-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-plugin-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,14 +12,19 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
16
16
  */
17
17
  export interface SummarizeResourceInventoryRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
20
  *
21
21
  */
22
22
  "compartmentId"?: string;
23
+ /**
24
+ * Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
25
+ *
26
+ */
27
+ "compartmentIdInSubtree"?: boolean;
23
28
  /**
24
29
  * The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
25
30
  */