oci-stackmonitoring 2.102.0 → 2.102.1

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 (213) hide show
  1. package/lib/client.d.ts +148 -0
  2. package/lib/client.js +1073 -31
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/alarm-condition-collection.d.ts +26 -0
  5. package/lib/model/alarm-condition-collection.js +61 -0
  6. package/lib/model/alarm-condition-collection.js.map +1 -0
  7. package/lib/model/alarm-condition-life-cycle-details.d.ts +30 -0
  8. package/lib/model/alarm-condition-life-cycle-details.js +41 -0
  9. package/lib/model/alarm-condition-life-cycle-details.js.map +1 -0
  10. package/lib/model/alarm-condition-life-cycle-states.d.ts +31 -0
  11. package/lib/model/alarm-condition-life-cycle-states.js +42 -0
  12. package/lib/model/alarm-condition-life-cycle-states.js.map +1 -0
  13. package/lib/model/alarm-condition-severity.d.ts +28 -0
  14. package/lib/model/alarm-condition-severity.js +39 -0
  15. package/lib/model/alarm-condition-severity.js.map +1 -0
  16. package/lib/model/alarm-condition-summary.d.ts +98 -0
  17. package/lib/model/alarm-condition-summary.js +61 -0
  18. package/lib/model/alarm-condition-summary.js.map +1 -0
  19. package/lib/model/alarm-condition.d.ts +98 -0
  20. package/lib/model/alarm-condition.js +61 -0
  21. package/lib/model/alarm-condition.js.map +1 -0
  22. package/lib/model/condition-type.d.ts +28 -0
  23. package/lib/model/condition-type.js +39 -0
  24. package/lib/model/condition-type.js.map +1 -0
  25. package/lib/model/condition.d.ts +46 -0
  26. package/lib/model/condition.js +29 -0
  27. package/lib/model/condition.js.map +1 -0
  28. package/lib/model/create-alarm-condition-details.d.ts +64 -0
  29. package/lib/model/create-alarm-condition-details.js +61 -0
  30. package/lib/model/create-alarm-condition-details.js.map +1 -0
  31. package/lib/model/create-monitoring-template-details.d.ts +76 -0
  32. package/lib/model/create-monitoring-template-details.js +61 -0
  33. package/lib/model/create-monitoring-template-details.js.map +1 -0
  34. package/lib/model/defined-alarm-condition.d.ts +34 -0
  35. package/lib/model/defined-alarm-condition.js +61 -0
  36. package/lib/model/defined-alarm-condition.js.map +1 -0
  37. package/lib/model/defined-monitoring-template-collection.d.ts +26 -0
  38. package/lib/model/defined-monitoring-template-collection.js +61 -0
  39. package/lib/model/defined-monitoring-template-collection.js.map +1 -0
  40. package/lib/model/defined-monitoring-template-summary.d.ts +64 -0
  41. package/lib/model/defined-monitoring-template-summary.js +61 -0
  42. package/lib/model/defined-monitoring-template-summary.js.map +1 -0
  43. package/lib/model/index.d.ts +58 -0
  44. package/lib/model/index.js +62 -4
  45. package/lib/model/index.js.map +1 -1
  46. package/lib/model/license-type.d.ts +1 -0
  47. package/lib/model/license-type.js +1 -0
  48. package/lib/model/license-type.js.map +1 -1
  49. package/lib/model/member-reference-type.d.ts +29 -0
  50. package/lib/model/member-reference-type.js +40 -0
  51. package/lib/model/member-reference-type.js.map +1 -0
  52. package/lib/model/member-reference.d.ts +34 -0
  53. package/lib/model/member-reference.js +29 -0
  54. package/lib/model/member-reference.js.map +1 -0
  55. package/lib/model/message-format.d.ts +29 -0
  56. package/lib/model/message-format.js +40 -0
  57. package/lib/model/message-format.js.map +1 -0
  58. package/lib/model/metric-extension-metric-aggregation-collection.d.ts +26 -0
  59. package/lib/model/metric-extension-metric-aggregation-collection.js +61 -0
  60. package/lib/model/metric-extension-metric-aggregation-collection.js.map +1 -0
  61. package/lib/model/metric-extension-resource-aggregation-collection.d.ts +26 -0
  62. package/lib/model/metric-extension-resource-aggregation-collection.js +61 -0
  63. package/lib/model/metric-extension-resource-aggregation-collection.js.map +1 -0
  64. package/lib/model/metric-extension-resource-aggregation.d.ts +33 -0
  65. package/lib/model/metric-extension-resource-aggregation.js +29 -0
  66. package/lib/model/metric-extension-resource-aggregation.js.map +1 -0
  67. package/lib/model/metric-extension.d.ts +1 -1
  68. package/lib/model/metric-extensions-metric-aggregation.d.ts +33 -0
  69. package/lib/model/metric-extensions-metric-aggregation.js +29 -0
  70. package/lib/model/metric-extensions-metric-aggregation.js.map +1 -0
  71. package/lib/model/monitored-resource-type-summary.d.ts +6 -0
  72. package/lib/model/monitored-resource-type-summary.js.map +1 -1
  73. package/lib/model/monitored-resource-type.d.ts +6 -0
  74. package/lib/model/monitored-resource-type.js.map +1 -1
  75. package/lib/model/monitoring-template-collection.d.ts +26 -0
  76. package/lib/model/monitoring-template-collection.js +61 -0
  77. package/lib/model/monitoring-template-collection.js.map +1 -0
  78. package/lib/model/monitoring-template-life-cycle-details.d.ts +29 -0
  79. package/lib/model/monitoring-template-life-cycle-details.js +40 -0
  80. package/lib/model/monitoring-template-life-cycle-details.js.map +1 -0
  81. package/lib/model/monitoring-template-life-cycle-states.d.ts +31 -0
  82. package/lib/model/monitoring-template-life-cycle-states.js +42 -0
  83. package/lib/model/monitoring-template-life-cycle-states.js.map +1 -0
  84. package/lib/model/monitoring-template-summary.d.ts +102 -0
  85. package/lib/model/monitoring-template-summary.js +61 -0
  86. package/lib/model/monitoring-template-summary.js.map +1 -0
  87. package/lib/model/monitoring-template.d.ts +118 -0
  88. package/lib/model/monitoring-template.js +61 -0
  89. package/lib/model/monitoring-template.js.map +1 -0
  90. package/lib/model/operation-status.d.ts +1 -0
  91. package/lib/model/operation-status.js +1 -0
  92. package/lib/model/operation-status.js.map +1 -1
  93. package/lib/model/operation-type.d.ts +2 -0
  94. package/lib/model/operation-type.js +2 -0
  95. package/lib/model/operation-type.js.map +1 -1
  96. package/lib/model/request-summarized-metric-extensions-metrics-details.d.ts +52 -0
  97. package/lib/model/request-summarized-metric-extensions-metrics-details.js +38 -0
  98. package/lib/model/request-summarized-metric-extensions-metrics-details.js.map +1 -0
  99. package/lib/model/request-summarized-metric-extensions-resources-details.d.ts +67 -0
  100. package/lib/model/request-summarized-metric-extensions-resources-details.js +47 -0
  101. package/lib/model/request-summarized-metric-extensions-resources-details.js.map +1 -0
  102. package/lib/model/system-format-resource-type-metadata-details.d.ts +7 -0
  103. package/lib/model/system-format-resource-type-metadata-details.js.map +1 -1
  104. package/lib/model/update-alarm-condition-details.d.ts +64 -0
  105. package/lib/model/update-alarm-condition-details.js +61 -0
  106. package/lib/model/update-alarm-condition-details.js.map +1 -0
  107. package/lib/model/update-monitoring-template-details.d.ts +72 -0
  108. package/lib/model/update-monitoring-template-details.js +61 -0
  109. package/lib/model/update-monitoring-template-details.js.map +1 -0
  110. package/lib/request/apply-monitoring-template-request.d.ts +46 -0
  111. package/lib/request/apply-monitoring-template-request.js +15 -0
  112. package/lib/request/apply-monitoring-template-request.js.map +1 -0
  113. package/lib/request/create-alarm-condition-request.d.ts +42 -0
  114. package/lib/request/create-alarm-condition-request.js +15 -0
  115. package/lib/request/create-alarm-condition-request.js.map +1 -0
  116. package/lib/request/create-monitoring-template-request.d.ts +38 -0
  117. package/lib/request/create-monitoring-template-request.js +15 -0
  118. package/lib/request/create-monitoring-template-request.js.map +1 -0
  119. package/lib/request/delete-alarm-condition-request.d.ts +41 -0
  120. package/lib/request/delete-alarm-condition-request.js +15 -0
  121. package/lib/request/delete-alarm-condition-request.js.map +1 -0
  122. package/lib/request/delete-monitoring-template-request.d.ts +37 -0
  123. package/lib/request/delete-monitoring-template-request.js +15 -0
  124. package/lib/request/delete-monitoring-template-request.js.map +1 -0
  125. package/lib/request/export-monitoring-template-request.d.ts +46 -0
  126. package/lib/request/export-monitoring-template-request.js +15 -0
  127. package/lib/request/export-monitoring-template-request.js.map +1 -0
  128. package/lib/request/get-alarm-condition-request.d.ts +32 -0
  129. package/lib/request/get-alarm-condition-request.js +15 -0
  130. package/lib/request/get-alarm-condition-request.js.map +1 -0
  131. package/lib/request/get-monitoring-template-request.d.ts +28 -0
  132. package/lib/request/get-monitoring-template-request.js +15 -0
  133. package/lib/request/get-monitoring-template-request.js.map +1 -0
  134. package/lib/request/index.d.ts +32 -0
  135. package/lib/request/index.js +7 -1
  136. package/lib/request/index.js.map +1 -1
  137. package/lib/request/list-alarm-conditions-request.d.ts +80 -0
  138. package/lib/request/list-alarm-conditions-request.js +28 -0
  139. package/lib/request/list-alarm-conditions-request.js.map +1 -0
  140. package/lib/request/list-defined-monitoring-templates-request.d.ts +69 -0
  141. package/lib/request/list-defined-monitoring-templates-request.js +23 -0
  142. package/lib/request/list-defined-monitoring-templates-request.js.map +1 -0
  143. package/lib/request/list-monitoring-templates-request.d.ts +91 -0
  144. package/lib/request/list-monitoring-templates-request.js +27 -0
  145. package/lib/request/list-monitoring-templates-request.js.map +1 -0
  146. package/lib/request/request-summarized-metric-extensions-metrics-request.d.ts +43 -0
  147. package/lib/request/request-summarized-metric-extensions-metrics-request.js +15 -0
  148. package/lib/request/request-summarized-metric-extensions-metrics-request.js.map +1 -0
  149. package/lib/request/request-summarized-metric-extensions-resources-request.d.ts +43 -0
  150. package/lib/request/request-summarized-metric-extensions-resources-request.js +15 -0
  151. package/lib/request/request-summarized-metric-extensions-resources-request.js.map +1 -0
  152. package/lib/request/unapply-monitoring-template-request.d.ts +46 -0
  153. package/lib/request/unapply-monitoring-template-request.js +15 -0
  154. package/lib/request/unapply-monitoring-template-request.js.map +1 -0
  155. package/lib/request/update-alarm-condition-request.d.ts +46 -0
  156. package/lib/request/update-alarm-condition-request.js +15 -0
  157. package/lib/request/update-alarm-condition-request.js.map +1 -0
  158. package/lib/request/update-monitoring-template-request.d.ts +42 -0
  159. package/lib/request/update-monitoring-template-request.js +15 -0
  160. package/lib/request/update-monitoring-template-request.js.map +1 -0
  161. package/lib/response/apply-monitoring-template-response.d.ts +25 -0
  162. package/lib/response/apply-monitoring-template-response.js +15 -0
  163. package/lib/response/apply-monitoring-template-response.js.map +1 -0
  164. package/lib/response/create-alarm-condition-response.d.ts +30 -0
  165. package/lib/response/create-alarm-condition-response.js +15 -0
  166. package/lib/response/create-alarm-condition-response.js.map +1 -0
  167. package/lib/response/create-monitoring-template-response.d.ts +30 -0
  168. package/lib/response/create-monitoring-template-response.js +15 -0
  169. package/lib/response/create-monitoring-template-response.js.map +1 -0
  170. package/lib/response/delete-alarm-condition-response.d.ts +20 -0
  171. package/lib/response/delete-alarm-condition-response.js +15 -0
  172. package/lib/response/delete-alarm-condition-response.js.map +1 -0
  173. package/lib/response/delete-monitoring-template-response.d.ts +20 -0
  174. package/lib/response/delete-monitoring-template-response.js +15 -0
  175. package/lib/response/delete-monitoring-template-response.js.map +1 -0
  176. package/lib/response/export-monitoring-template-response.d.ts +31 -0
  177. package/lib/response/export-monitoring-template-response.js +15 -0
  178. package/lib/response/export-monitoring-template-response.js.map +1 -0
  179. package/lib/response/get-alarm-condition-response.d.ts +30 -0
  180. package/lib/response/get-alarm-condition-response.js +15 -0
  181. package/lib/response/get-alarm-condition-response.js.map +1 -0
  182. package/lib/response/get-monitoring-template-response.d.ts +30 -0
  183. package/lib/response/get-monitoring-template-response.js +15 -0
  184. package/lib/response/get-monitoring-template-response.js.map +1 -0
  185. package/lib/response/index.d.ts +32 -0
  186. package/lib/response/list-alarm-conditions-response.d.ts +32 -0
  187. package/lib/response/list-alarm-conditions-response.js +15 -0
  188. package/lib/response/list-alarm-conditions-response.js.map +1 -0
  189. package/lib/response/list-defined-monitoring-templates-response.d.ts +32 -0
  190. package/lib/response/list-defined-monitoring-templates-response.js +15 -0
  191. package/lib/response/list-defined-monitoring-templates-response.js.map +1 -0
  192. package/lib/response/list-monitoring-templates-response.d.ts +32 -0
  193. package/lib/response/list-monitoring-templates-response.js +15 -0
  194. package/lib/response/list-monitoring-templates-response.js.map +1 -0
  195. package/lib/response/request-summarized-metric-extensions-metrics-response.d.ts +37 -0
  196. package/lib/response/request-summarized-metric-extensions-metrics-response.js +15 -0
  197. package/lib/response/request-summarized-metric-extensions-metrics-response.js.map +1 -0
  198. package/lib/response/request-summarized-metric-extensions-resources-response.d.ts +37 -0
  199. package/lib/response/request-summarized-metric-extensions-resources-response.js +15 -0
  200. package/lib/response/request-summarized-metric-extensions-resources-response.js.map +1 -0
  201. package/lib/response/unapply-monitoring-template-response.d.ts +25 -0
  202. package/lib/response/unapply-monitoring-template-response.js +15 -0
  203. package/lib/response/unapply-monitoring-template-response.js.map +1 -0
  204. package/lib/response/update-alarm-condition-response.d.ts +30 -0
  205. package/lib/response/update-alarm-condition-response.js +15 -0
  206. package/lib/response/update-alarm-condition-response.js.map +1 -0
  207. package/lib/response/update-monitoring-template-response.d.ts +30 -0
  208. package/lib/response/update-monitoring-template-response.js +15 -0
  209. package/lib/response/update-monitoring-template-response.js.map +1 -0
  210. package/lib/stackmonitoring-waiter.d.ts +16 -0
  211. package/lib/stackmonitoring-waiter.js +24 -0
  212. package/lib/stackmonitoring-waiter.js.map +1 -1
  213. package/package.json +3 -3
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
15
+ * The Member Reference details
16
+ */
17
+ export interface MemberReference {
18
+ /**
19
+ * The OCID of the resourceInstance/resourceType/resourceGroup
20
+ */
21
+ "id": string;
22
+ /**
23
+ * Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
24
+ */
25
+ "type": model.MemberReferenceType;
26
+ /**
27
+ * The OCID of the composite resource type like EBS or Peoplesoft.
28
+ */
29
+ "compositeType"?: string;
30
+ }
31
+ export declare namespace MemberReference {
32
+ function getJsonObj(obj: MemberReference): object;
33
+ function getDeserializedJsonObj(obj: MemberReference): object;
34
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ exports.MemberReference = void 0;
16
+ var MemberReference;
17
+ (function (MemberReference) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ MemberReference.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ MemberReference.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(MemberReference = exports.MemberReference || (exports.MemberReference = {}));
29
+ //# sourceMappingURL=member-reference.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"member-reference.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/member-reference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
14
+ * Monitoring Template message format.
15
+ **/
16
+ export declare enum MessageFormat {
17
+ Raw = "RAW",
18
+ PrettyJson = "PRETTY_JSON",
19
+ OnsOptimized = "ONS_OPTIMIZED",
20
+ /**
21
+ * This value is used if a service returns a value for this enum that is not recognized by this
22
+ * version of the SDK.
23
+ */
24
+ UnknownValue = "UNKNOWN_VALUE"
25
+ }
26
+ export declare namespace MessageFormat {
27
+ function getJsonObj(obj: MessageFormat): MessageFormat;
28
+ function getDeserializedJsonObj(obj: MessageFormat): MessageFormat;
29
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ exports.MessageFormat = void 0;
16
+ /**
17
+ * Monitoring Template message format.
18
+ **/
19
+ var MessageFormat;
20
+ (function (MessageFormat) {
21
+ MessageFormat["Raw"] = "RAW";
22
+ MessageFormat["PrettyJson"] = "PRETTY_JSON";
23
+ MessageFormat["OnsOptimized"] = "ONS_OPTIMIZED";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ MessageFormat["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(MessageFormat = exports.MessageFormat || (exports.MessageFormat = {}));
30
+ (function (MessageFormat) {
31
+ function getJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ MessageFormat.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ MessageFormat.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(MessageFormat = exports.MessageFormat || (exports.MessageFormat = {}));
40
+ //# sourceMappingURL=message-format.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-format.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/message-format.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAUX;AAVD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,2CAA0B,CAAA;IAC1B,+CAA8B,CAAA;IAE9B;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAVW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAUxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
15
+ * Count of metrics and other properties of metric extensions filtered by given criteria.
16
+ */
17
+ export interface MetricExtensionMetricAggregationCollection {
18
+ /**
19
+ * The count related to metricName , compartmentId, metricExtensionId and resourceType.
20
+ */
21
+ "items": Array<model.MetricExtensionsMetricAggregation>;
22
+ }
23
+ export declare namespace MetricExtensionMetricAggregationCollection {
24
+ function getJsonObj(obj: MetricExtensionMetricAggregationCollection): object;
25
+ function getDeserializedJsonObj(obj: MetricExtensionMetricAggregationCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.MetricExtensionMetricAggregationCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var MetricExtensionMetricAggregationCollection;
37
+ (function (MetricExtensionMetricAggregationCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.MetricExtensionsMetricAggregation.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ MetricExtensionMetricAggregationCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.MetricExtensionsMetricAggregation.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ MetricExtensionMetricAggregationCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(MetricExtensionMetricAggregationCollection = exports.MetricExtensionMetricAggregationCollection || (exports.MetricExtensionMetricAggregationCollection = {}));
61
+ //# sourceMappingURL=metric-extension-metric-aggregation-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metric-extension-metric-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/metric-extension-metric-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0CAA0C,CA6B1D;AA7BD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iEAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QA6B1D"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
15
+ * The metric extension resources count filtered by given criteria.
16
+ */
17
+ export interface MetricExtensionResourceAggregationCollection {
18
+ /**
19
+ * The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId.
20
+ */
21
+ "items": Array<model.MetricExtensionResourceAggregation>;
22
+ }
23
+ export declare namespace MetricExtensionResourceAggregationCollection {
24
+ function getJsonObj(obj: MetricExtensionResourceAggregationCollection): object;
25
+ function getDeserializedJsonObj(obj: MetricExtensionResourceAggregationCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.MetricExtensionResourceAggregationCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var MetricExtensionResourceAggregationCollection;
37
+ (function (MetricExtensionResourceAggregationCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.MetricExtensionResourceAggregation.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ MetricExtensionResourceAggregationCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.MetricExtensionResourceAggregation.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ MetricExtensionResourceAggregationCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(MetricExtensionResourceAggregationCollection = exports.MetricExtensionResourceAggregationCollection || (exports.MetricExtensionResourceAggregationCollection = {}));
61
+ //# sourceMappingURL=metric-extension-resource-aggregation-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metric-extension-resource-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/metric-extension-resource-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4CAA4C,CA+B5D;AA/BD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QA+B5D"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
14
+ * The count of metric extensions for specified dimension.
15
+ */
16
+ export interface MetricExtensionResourceAggregation {
17
+ /**
18
+ * Unique combination of dimension values.
19
+ * Each dimension takes the form of a key-value pair.
20
+ *
21
+ */
22
+ "dimensions": {
23
+ [key: string]: string;
24
+ };
25
+ /**
26
+ * The count of this metric Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "count": number;
29
+ }
30
+ export declare namespace MetricExtensionResourceAggregation {
31
+ function getJsonObj(obj: MetricExtensionResourceAggregation): object;
32
+ function getDeserializedJsonObj(obj: MetricExtensionResourceAggregation): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ exports.MetricExtensionResourceAggregation = void 0;
16
+ var MetricExtensionResourceAggregation;
17
+ (function (MetricExtensionResourceAggregation) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ MetricExtensionResourceAggregation.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ MetricExtensionResourceAggregation.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(MetricExtensionResourceAggregation = exports.MetricExtensionResourceAggregation || (exports.MetricExtensionResourceAggregation = {}));
29
+ //# sourceMappingURL=metric-extension-resource-aggregation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metric-extension-resource-aggregation.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/metric-extension-resource-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqBH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
@@ -81,7 +81,7 @@ export interface MetricExtension {
81
81
  "metricList": Array<model.Metric>;
82
82
  "queryProperties": model.OsCommandQueryProperties | model.SqlQueryProperties | model.JmxQueryProperties | model.HttpQueryProperties;
83
83
  /**
84
- * List of resource objects on which this metric extension is enabled.
84
+ * List of resource details objects having resourceIds on which this metric extension is enabled.
85
85
  */
86
86
  "enabledOnResources"?: Array<model.EnabledResourceDetails>;
87
87
  /**
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
14
+ * The count of metrics and other properties of metric extensions for specified dimensions.
15
+ */
16
+ export interface MetricExtensionsMetricAggregation {
17
+ /**
18
+ * Unique combination of dimension values.
19
+ * Each dimension takes the form of a key-value pair.
20
+ *
21
+ */
22
+ "dimensions": {
23
+ [key: string]: string;
24
+ };
25
+ /**
26
+ * The count of this metric Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "count": number;
29
+ }
30
+ export declare namespace MetricExtensionsMetricAggregation {
31
+ function getJsonObj(obj: MetricExtensionsMetricAggregation): object;
32
+ function getDeserializedJsonObj(obj: MetricExtensionsMetricAggregation): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ exports.MetricExtensionsMetricAggregation = void 0;
16
+ var MetricExtensionsMetricAggregation;
17
+ (function (MetricExtensionsMetricAggregation) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ MetricExtensionsMetricAggregation.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ MetricExtensionsMetricAggregation.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(MetricExtensionsMetricAggregation = exports.MetricExtensionsMetricAggregation || (exports.MetricExtensionsMetricAggregation = {}));
29
+ //# sourceMappingURL=metric-extensions-metric-aggregation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metric-extensions-metric-aggregation.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/metric-extensions-metric-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqBH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
@@ -58,6 +58,12 @@ export interface MonitoredResourceTypeSummary {
58
58
  */
59
59
  "resourceCategory"?: model.ResourceCategory;
60
60
  "metadata"?: model.SystemFormatResourceTypeMetadataDetails;
61
+ /**
62
+ * Key/Value pair for additional namespaces used by stack monitoring services for SYSTEM (SMB) resource types.
63
+ */
64
+ "additionalNamespaceMap"?: {
65
+ [key: string]: string;
66
+ };
61
67
  /**
62
68
  * The date and time when the monitored resource type was created, expressed in
63
69
  * [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
@@ -1 +1 @@
1
- {"version":3,"file":"monitored-resource-type-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-type-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkFlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
1
+ {"version":3,"file":"monitored-resource-type-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-type-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsFlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -70,6 +70,12 @@ export interface MonitoredResourceType {
70
70
  *
71
71
  */
72
72
  "timeUpdated"?: Date;
73
+ /**
74
+ * Key/Value pair for additional namespaces used by stack monitoring services for SYSTEM (SMB) resource types.
75
+ */
76
+ "additionalNamespaceMap"?: {
77
+ [key: string]: string;
78
+ };
73
79
  "metadata"?: model.SystemFormatResourceTypeMetadataDetails;
74
80
  /**
75
81
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
@@ -1 +1 @@
1
- {"version":3,"file":"monitored-resource-type.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmFlC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
1
+ {"version":3,"file":"monitored-resource-type.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuFlC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
15
+ * Results of a Monitoring Template search. Contains list of MonitoringTemplateCollection items.
16
+ */
17
+ export interface MonitoringTemplateCollection {
18
+ /**
19
+ * List of Monitoring Template.
20
+ */
21
+ "items": Array<model.MonitoringTemplateSummary>;
22
+ }
23
+ export declare namespace MonitoringTemplateCollection {
24
+ function getJsonObj(obj: MonitoringTemplateCollection): object;
25
+ function getDeserializedJsonObj(obj: MonitoringTemplateCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.MonitoringTemplateCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var MonitoringTemplateCollection;
37
+ (function (MonitoringTemplateCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.MonitoringTemplateSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ MonitoringTemplateCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.MonitoringTemplateSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ MonitoringTemplateCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(MonitoringTemplateCollection = exports.MonitoringTemplateCollection || (exports.MonitoringTemplateCollection = {}));
61
+ //# sourceMappingURL=monitoring-template-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monitoring-template-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitoring-template-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
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
+ /**
14
+ * The current status of the monitoring template i.e. whether it is Applied, Not Applied or Partial Applied
15
+ **/
16
+ export declare enum MonitoringTemplateLifeCycleDetails {
17
+ NotApplied = "NOT_APPLIED",
18
+ Applied = "APPLIED",
19
+ PartialApplied = "PARTIAL_APPLIED",
20
+ /**
21
+ * This value is used if a service returns a value for this enum that is not recognized by this
22
+ * version of the SDK.
23
+ */
24
+ UnknownValue = "UNKNOWN_VALUE"
25
+ }
26
+ export declare namespace MonitoringTemplateLifeCycleDetails {
27
+ function getJsonObj(obj: MonitoringTemplateLifeCycleDetails): MonitoringTemplateLifeCycleDetails;
28
+ function getDeserializedJsonObj(obj: MonitoringTemplateLifeCycleDetails): MonitoringTemplateLifeCycleDetails;
29
+ }