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.
- package/lib/client.d.ts +148 -0
- package/lib/client.js +1073 -31
- package/lib/client.js.map +1 -1
- package/lib/model/alarm-condition-collection.d.ts +26 -0
- package/lib/model/alarm-condition-collection.js +61 -0
- package/lib/model/alarm-condition-collection.js.map +1 -0
- package/lib/model/alarm-condition-life-cycle-details.d.ts +30 -0
- package/lib/model/alarm-condition-life-cycle-details.js +41 -0
- package/lib/model/alarm-condition-life-cycle-details.js.map +1 -0
- package/lib/model/alarm-condition-life-cycle-states.d.ts +31 -0
- package/lib/model/alarm-condition-life-cycle-states.js +42 -0
- package/lib/model/alarm-condition-life-cycle-states.js.map +1 -0
- package/lib/model/alarm-condition-severity.d.ts +28 -0
- package/lib/model/alarm-condition-severity.js +39 -0
- package/lib/model/alarm-condition-severity.js.map +1 -0
- package/lib/model/alarm-condition-summary.d.ts +98 -0
- package/lib/model/alarm-condition-summary.js +61 -0
- package/lib/model/alarm-condition-summary.js.map +1 -0
- package/lib/model/alarm-condition.d.ts +98 -0
- package/lib/model/alarm-condition.js +61 -0
- package/lib/model/alarm-condition.js.map +1 -0
- package/lib/model/condition-type.d.ts +28 -0
- package/lib/model/condition-type.js +39 -0
- package/lib/model/condition-type.js.map +1 -0
- package/lib/model/condition.d.ts +46 -0
- package/lib/model/condition.js +29 -0
- package/lib/model/condition.js.map +1 -0
- package/lib/model/create-alarm-condition-details.d.ts +64 -0
- package/lib/model/create-alarm-condition-details.js +61 -0
- package/lib/model/create-alarm-condition-details.js.map +1 -0
- package/lib/model/create-monitoring-template-details.d.ts +76 -0
- package/lib/model/create-monitoring-template-details.js +61 -0
- package/lib/model/create-monitoring-template-details.js.map +1 -0
- package/lib/model/defined-alarm-condition.d.ts +34 -0
- package/lib/model/defined-alarm-condition.js +61 -0
- package/lib/model/defined-alarm-condition.js.map +1 -0
- package/lib/model/defined-monitoring-template-collection.d.ts +26 -0
- package/lib/model/defined-monitoring-template-collection.js +61 -0
- package/lib/model/defined-monitoring-template-collection.js.map +1 -0
- package/lib/model/defined-monitoring-template-summary.d.ts +64 -0
- package/lib/model/defined-monitoring-template-summary.js +61 -0
- package/lib/model/defined-monitoring-template-summary.js.map +1 -0
- package/lib/model/index.d.ts +58 -0
- package/lib/model/index.js +62 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/license-type.d.ts +1 -0
- package/lib/model/license-type.js +1 -0
- package/lib/model/license-type.js.map +1 -1
- package/lib/model/member-reference-type.d.ts +29 -0
- package/lib/model/member-reference-type.js +40 -0
- package/lib/model/member-reference-type.js.map +1 -0
- package/lib/model/member-reference.d.ts +34 -0
- package/lib/model/member-reference.js +29 -0
- package/lib/model/member-reference.js.map +1 -0
- package/lib/model/message-format.d.ts +29 -0
- package/lib/model/message-format.js +40 -0
- package/lib/model/message-format.js.map +1 -0
- package/lib/model/metric-extension-metric-aggregation-collection.d.ts +26 -0
- package/lib/model/metric-extension-metric-aggregation-collection.js +61 -0
- package/lib/model/metric-extension-metric-aggregation-collection.js.map +1 -0
- package/lib/model/metric-extension-resource-aggregation-collection.d.ts +26 -0
- package/lib/model/metric-extension-resource-aggregation-collection.js +61 -0
- package/lib/model/metric-extension-resource-aggregation-collection.js.map +1 -0
- package/lib/model/metric-extension-resource-aggregation.d.ts +33 -0
- package/lib/model/metric-extension-resource-aggregation.js +29 -0
- package/lib/model/metric-extension-resource-aggregation.js.map +1 -0
- package/lib/model/metric-extension.d.ts +1 -1
- package/lib/model/metric-extensions-metric-aggregation.d.ts +33 -0
- package/lib/model/metric-extensions-metric-aggregation.js +29 -0
- package/lib/model/metric-extensions-metric-aggregation.js.map +1 -0
- package/lib/model/monitored-resource-type-summary.d.ts +6 -0
- package/lib/model/monitored-resource-type-summary.js.map +1 -1
- package/lib/model/monitored-resource-type.d.ts +6 -0
- package/lib/model/monitored-resource-type.js.map +1 -1
- package/lib/model/monitoring-template-collection.d.ts +26 -0
- package/lib/model/monitoring-template-collection.js +61 -0
- package/lib/model/monitoring-template-collection.js.map +1 -0
- package/lib/model/monitoring-template-life-cycle-details.d.ts +29 -0
- package/lib/model/monitoring-template-life-cycle-details.js +40 -0
- package/lib/model/monitoring-template-life-cycle-details.js.map +1 -0
- package/lib/model/monitoring-template-life-cycle-states.d.ts +31 -0
- package/lib/model/monitoring-template-life-cycle-states.js +42 -0
- package/lib/model/monitoring-template-life-cycle-states.js.map +1 -0
- package/lib/model/monitoring-template-summary.d.ts +102 -0
- package/lib/model/monitoring-template-summary.js +61 -0
- package/lib/model/monitoring-template-summary.js.map +1 -0
- package/lib/model/monitoring-template.d.ts +118 -0
- package/lib/model/monitoring-template.js +61 -0
- package/lib/model/monitoring-template.js.map +1 -0
- package/lib/model/operation-status.d.ts +1 -0
- package/lib/model/operation-status.js +1 -0
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-type.d.ts +2 -0
- package/lib/model/operation-type.js +2 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/request-summarized-metric-extensions-metrics-details.d.ts +52 -0
- package/lib/model/request-summarized-metric-extensions-metrics-details.js +38 -0
- package/lib/model/request-summarized-metric-extensions-metrics-details.js.map +1 -0
- package/lib/model/request-summarized-metric-extensions-resources-details.d.ts +67 -0
- package/lib/model/request-summarized-metric-extensions-resources-details.js +47 -0
- package/lib/model/request-summarized-metric-extensions-resources-details.js.map +1 -0
- package/lib/model/system-format-resource-type-metadata-details.d.ts +7 -0
- package/lib/model/system-format-resource-type-metadata-details.js.map +1 -1
- package/lib/model/update-alarm-condition-details.d.ts +64 -0
- package/lib/model/update-alarm-condition-details.js +61 -0
- package/lib/model/update-alarm-condition-details.js.map +1 -0
- package/lib/model/update-monitoring-template-details.d.ts +72 -0
- package/lib/model/update-monitoring-template-details.js +61 -0
- package/lib/model/update-monitoring-template-details.js.map +1 -0
- package/lib/request/apply-monitoring-template-request.d.ts +46 -0
- package/lib/request/apply-monitoring-template-request.js +15 -0
- package/lib/request/apply-monitoring-template-request.js.map +1 -0
- package/lib/request/create-alarm-condition-request.d.ts +42 -0
- package/lib/request/create-alarm-condition-request.js +15 -0
- package/lib/request/create-alarm-condition-request.js.map +1 -0
- package/lib/request/create-monitoring-template-request.d.ts +38 -0
- package/lib/request/create-monitoring-template-request.js +15 -0
- package/lib/request/create-monitoring-template-request.js.map +1 -0
- package/lib/request/delete-alarm-condition-request.d.ts +41 -0
- package/lib/request/delete-alarm-condition-request.js +15 -0
- package/lib/request/delete-alarm-condition-request.js.map +1 -0
- package/lib/request/delete-monitoring-template-request.d.ts +37 -0
- package/lib/request/delete-monitoring-template-request.js +15 -0
- package/lib/request/delete-monitoring-template-request.js.map +1 -0
- package/lib/request/export-monitoring-template-request.d.ts +46 -0
- package/lib/request/export-monitoring-template-request.js +15 -0
- package/lib/request/export-monitoring-template-request.js.map +1 -0
- package/lib/request/get-alarm-condition-request.d.ts +32 -0
- package/lib/request/get-alarm-condition-request.js +15 -0
- package/lib/request/get-alarm-condition-request.js.map +1 -0
- package/lib/request/get-monitoring-template-request.d.ts +28 -0
- package/lib/request/get-monitoring-template-request.js +15 -0
- package/lib/request/get-monitoring-template-request.js.map +1 -0
- package/lib/request/index.d.ts +32 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alarm-conditions-request.d.ts +80 -0
- package/lib/request/list-alarm-conditions-request.js +28 -0
- package/lib/request/list-alarm-conditions-request.js.map +1 -0
- package/lib/request/list-defined-monitoring-templates-request.d.ts +69 -0
- package/lib/request/list-defined-monitoring-templates-request.js +23 -0
- package/lib/request/list-defined-monitoring-templates-request.js.map +1 -0
- package/lib/request/list-monitoring-templates-request.d.ts +91 -0
- package/lib/request/list-monitoring-templates-request.js +27 -0
- package/lib/request/list-monitoring-templates-request.js.map +1 -0
- package/lib/request/request-summarized-metric-extensions-metrics-request.d.ts +43 -0
- package/lib/request/request-summarized-metric-extensions-metrics-request.js +15 -0
- package/lib/request/request-summarized-metric-extensions-metrics-request.js.map +1 -0
- package/lib/request/request-summarized-metric-extensions-resources-request.d.ts +43 -0
- package/lib/request/request-summarized-metric-extensions-resources-request.js +15 -0
- package/lib/request/request-summarized-metric-extensions-resources-request.js.map +1 -0
- package/lib/request/unapply-monitoring-template-request.d.ts +46 -0
- package/lib/request/unapply-monitoring-template-request.js +15 -0
- package/lib/request/unapply-monitoring-template-request.js.map +1 -0
- package/lib/request/update-alarm-condition-request.d.ts +46 -0
- package/lib/request/update-alarm-condition-request.js +15 -0
- package/lib/request/update-alarm-condition-request.js.map +1 -0
- package/lib/request/update-monitoring-template-request.d.ts +42 -0
- package/lib/request/update-monitoring-template-request.js +15 -0
- package/lib/request/update-monitoring-template-request.js.map +1 -0
- package/lib/response/apply-monitoring-template-response.d.ts +25 -0
- package/lib/response/apply-monitoring-template-response.js +15 -0
- package/lib/response/apply-monitoring-template-response.js.map +1 -0
- package/lib/response/create-alarm-condition-response.d.ts +30 -0
- package/lib/response/create-alarm-condition-response.js +15 -0
- package/lib/response/create-alarm-condition-response.js.map +1 -0
- package/lib/response/create-monitoring-template-response.d.ts +30 -0
- package/lib/response/create-monitoring-template-response.js +15 -0
- package/lib/response/create-monitoring-template-response.js.map +1 -0
- package/lib/response/delete-alarm-condition-response.d.ts +20 -0
- package/lib/response/delete-alarm-condition-response.js +15 -0
- package/lib/response/delete-alarm-condition-response.js.map +1 -0
- package/lib/response/delete-monitoring-template-response.d.ts +20 -0
- package/lib/response/delete-monitoring-template-response.js +15 -0
- package/lib/response/delete-monitoring-template-response.js.map +1 -0
- package/lib/response/export-monitoring-template-response.d.ts +31 -0
- package/lib/response/export-monitoring-template-response.js +15 -0
- package/lib/response/export-monitoring-template-response.js.map +1 -0
- package/lib/response/get-alarm-condition-response.d.ts +30 -0
- package/lib/response/get-alarm-condition-response.js +15 -0
- package/lib/response/get-alarm-condition-response.js.map +1 -0
- package/lib/response/get-monitoring-template-response.d.ts +30 -0
- package/lib/response/get-monitoring-template-response.js +15 -0
- package/lib/response/get-monitoring-template-response.js.map +1 -0
- package/lib/response/index.d.ts +32 -0
- package/lib/response/list-alarm-conditions-response.d.ts +32 -0
- package/lib/response/list-alarm-conditions-response.js +15 -0
- package/lib/response/list-alarm-conditions-response.js.map +1 -0
- package/lib/response/list-defined-monitoring-templates-response.d.ts +32 -0
- package/lib/response/list-defined-monitoring-templates-response.js +15 -0
- package/lib/response/list-defined-monitoring-templates-response.js.map +1 -0
- package/lib/response/list-monitoring-templates-response.d.ts +32 -0
- package/lib/response/list-monitoring-templates-response.js +15 -0
- package/lib/response/list-monitoring-templates-response.js.map +1 -0
- package/lib/response/request-summarized-metric-extensions-metrics-response.d.ts +37 -0
- package/lib/response/request-summarized-metric-extensions-metrics-response.js +15 -0
- package/lib/response/request-summarized-metric-extensions-metrics-response.js.map +1 -0
- package/lib/response/request-summarized-metric-extensions-resources-response.d.ts +37 -0
- package/lib/response/request-summarized-metric-extensions-resources-response.js +15 -0
- package/lib/response/request-summarized-metric-extensions-resources-response.js.map +1 -0
- package/lib/response/unapply-monitoring-template-response.d.ts +25 -0
- package/lib/response/unapply-monitoring-template-response.js +15 -0
- package/lib/response/unapply-monitoring-template-response.js.map +1 -0
- package/lib/response/update-alarm-condition-response.d.ts +30 -0
- package/lib/response/update-alarm-condition-response.js +15 -0
- package/lib/response/update-alarm-condition-response.js.map +1 -0
- package/lib/response/update-monitoring-template-response.d.ts +30 -0
- package/lib/response/update-monitoring-template-response.js +15 -0
- package/lib/response/update-monitoring-template-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +16 -0
- package/lib/stackmonitoring-waiter.js +24 -0
- package/lib/stackmonitoring-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -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.MonitoringTemplateLifeCycleDetails = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The current status of the monitoring template i.e. whether it is Applied, Not Applied or Partial Applied
|
|
18
|
+
**/
|
|
19
|
+
var MonitoringTemplateLifeCycleDetails;
|
|
20
|
+
(function (MonitoringTemplateLifeCycleDetails) {
|
|
21
|
+
MonitoringTemplateLifeCycleDetails["NotApplied"] = "NOT_APPLIED";
|
|
22
|
+
MonitoringTemplateLifeCycleDetails["Applied"] = "APPLIED";
|
|
23
|
+
MonitoringTemplateLifeCycleDetails["PartialApplied"] = "PARTIAL_APPLIED";
|
|
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
|
+
MonitoringTemplateLifeCycleDetails["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(MonitoringTemplateLifeCycleDetails = exports.MonitoringTemplateLifeCycleDetails || (exports.MonitoringTemplateLifeCycleDetails = {}));
|
|
30
|
+
(function (MonitoringTemplateLifeCycleDetails) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
MonitoringTemplateLifeCycleDetails.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
MonitoringTemplateLifeCycleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(MonitoringTemplateLifeCycleDetails = exports.MonitoringTemplateLifeCycleDetails || (exports.MonitoringTemplateLifeCycleDetails = {}));
|
|
40
|
+
//# sourceMappingURL=monitoring-template-life-cycle-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring-template-life-cycle-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitoring-template-life-cycle-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,kCAUX;AAVD,WAAY,kCAAkC;IAC5C,gEAA0B,CAAA;IAC1B,yDAAmB,CAAA;IACnB,wEAAkC,CAAA;IAElC;;;OAGG;IACH,oEAA8B,CAAA;AAChC,CAAC,EAVW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAU7C;AAED,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 lifecycle state of the monitoringTemplate
|
|
15
|
+
**/
|
|
16
|
+
export declare enum MonitoringTemplateLifeCycleStates {
|
|
17
|
+
Creating = "CREATING",
|
|
18
|
+
Active = "ACTIVE",
|
|
19
|
+
Inactive = "INACTIVE",
|
|
20
|
+
Updating = "UPDATING",
|
|
21
|
+
Deleted = "DELETED",
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
27
|
+
}
|
|
28
|
+
export declare namespace MonitoringTemplateLifeCycleStates {
|
|
29
|
+
function getJsonObj(obj: MonitoringTemplateLifeCycleStates): MonitoringTemplateLifeCycleStates;
|
|
30
|
+
function getDeserializedJsonObj(obj: MonitoringTemplateLifeCycleStates): MonitoringTemplateLifeCycleStates;
|
|
31
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.MonitoringTemplateLifeCycleStates = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The current lifecycle state of the monitoringTemplate
|
|
18
|
+
**/
|
|
19
|
+
var MonitoringTemplateLifeCycleStates;
|
|
20
|
+
(function (MonitoringTemplateLifeCycleStates) {
|
|
21
|
+
MonitoringTemplateLifeCycleStates["Creating"] = "CREATING";
|
|
22
|
+
MonitoringTemplateLifeCycleStates["Active"] = "ACTIVE";
|
|
23
|
+
MonitoringTemplateLifeCycleStates["Inactive"] = "INACTIVE";
|
|
24
|
+
MonitoringTemplateLifeCycleStates["Updating"] = "UPDATING";
|
|
25
|
+
MonitoringTemplateLifeCycleStates["Deleted"] = "DELETED";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
MonitoringTemplateLifeCycleStates["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(MonitoringTemplateLifeCycleStates = exports.MonitoringTemplateLifeCycleStates || (exports.MonitoringTemplateLifeCycleStates = {}));
|
|
32
|
+
(function (MonitoringTemplateLifeCycleStates) {
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
return obj;
|
|
35
|
+
}
|
|
36
|
+
MonitoringTemplateLifeCycleStates.getJsonObj = getJsonObj;
|
|
37
|
+
function getDeserializedJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
MonitoringTemplateLifeCycleStates.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(MonitoringTemplateLifeCycleStates = exports.MonitoringTemplateLifeCycleStates || (exports.MonitoringTemplateLifeCycleStates = {}));
|
|
42
|
+
//# sourceMappingURL=monitoring-template-life-cycle-states.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring-template-life-cycle-states.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitoring-template-life-cycle-states.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,iCAYX;AAZD,WAAY,iCAAiC;IAC3C,0DAAqB,CAAA;IACrB,sDAAiB,CAAA;IACjB,0DAAqB,CAAA;IACrB,0DAAqB,CAAA;IACrB,wDAAmB,CAAA;IAEnB;;;OAGG;IACH,mEAA8B,CAAA;AAChC,CAAC,EAZW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAY5C;AAED,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC;QAEtC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAsC;QAEtC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -0,0 +1,102 @@
|
|
|
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
|
+
* Summary information about Monitoring Template.
|
|
16
|
+
*/
|
|
17
|
+
export interface MonitoringTemplateSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoringTemplate
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly name for the monitoring template.
|
|
24
|
+
*/
|
|
25
|
+
"displayName": string;
|
|
26
|
+
/**
|
|
27
|
+
* Tenant Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
28
|
+
*/
|
|
29
|
+
"tenantId": string;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the compartment containing the monitoringTemplate.
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId": string;
|
|
34
|
+
/**
|
|
35
|
+
* A user-friendly description for the monitoring template
|
|
36
|
+
*/
|
|
37
|
+
"description"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The current status of the monitoring template i.e. whether it is Applied or Not Applied
|
|
40
|
+
*/
|
|
41
|
+
"status": model.MonitoringTemplateLifeCycleDetails;
|
|
42
|
+
/**
|
|
43
|
+
* The current lifecycle state of the monitoring template
|
|
44
|
+
*/
|
|
45
|
+
"lifecycleState": model.MonitoringTemplateLifeCycleStates;
|
|
46
|
+
/**
|
|
47
|
+
* A list of destinations for alarm notifications. Each destination is represented by the OCID of a related resource
|
|
48
|
+
*/
|
|
49
|
+
"destinations": Array<string>;
|
|
50
|
+
/**
|
|
51
|
+
* List of members of this monitoring template
|
|
52
|
+
*/
|
|
53
|
+
"members"?: Array<model.MemberReference>;
|
|
54
|
+
/**
|
|
55
|
+
* Total Alarm Conditions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
56
|
+
*/
|
|
57
|
+
"totalAlarmConditions": number;
|
|
58
|
+
/**
|
|
59
|
+
* Total Applied Alarm Conditions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
60
|
+
*/
|
|
61
|
+
"totalAppliedAlarmConditions": number;
|
|
62
|
+
/**
|
|
63
|
+
* The date and time the monitoringTemplate was created. Format defined by RFC3339.
|
|
64
|
+
*/
|
|
65
|
+
"timeCreated": Date;
|
|
66
|
+
/**
|
|
67
|
+
* The date and time the monitoringTemplate was last updated. Format defined by RFC3339.
|
|
68
|
+
*/
|
|
69
|
+
"timeUpdated": Date;
|
|
70
|
+
/**
|
|
71
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
72
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"freeformTags"?: {
|
|
76
|
+
[key: string]: string;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
80
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"definedTags"?: {
|
|
84
|
+
[key: string]: {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
90
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
"systemTags"?: {
|
|
94
|
+
[key: string]: {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
export declare namespace MonitoringTemplateSummary {
|
|
100
|
+
function getJsonObj(obj: MonitoringTemplateSummary): object;
|
|
101
|
+
function getDeserializedJsonObj(obj: MonitoringTemplateSummary): object;
|
|
102
|
+
}
|
|
@@ -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.MonitoringTemplateSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MonitoringTemplateSummary;
|
|
37
|
+
(function (MonitoringTemplateSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"members": obj.members
|
|
41
|
+
? obj.members.map(item => {
|
|
42
|
+
return model.MemberReference.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MonitoringTemplateSummary.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"members": obj.members
|
|
52
|
+
? obj.members.map(item => {
|
|
53
|
+
return model.MemberReference.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MonitoringTemplateSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MonitoringTemplateSummary = exports.MonitoringTemplateSummary || (exports.MonitoringTemplateSummary = {}));
|
|
61
|
+
//# sourceMappingURL=monitoring-template-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring-template-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitoring-template-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ElC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
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
|
+
* Detailed information of the Monitoring Template
|
|
16
|
+
*/
|
|
17
|
+
export interface MonitoringTemplate {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoringTemplate
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly name for the monitoring template. It should be unique, and it's mutable in nature. Avoid entering confidential information.
|
|
24
|
+
*/
|
|
25
|
+
"displayName": string;
|
|
26
|
+
/**
|
|
27
|
+
* Tenant Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
28
|
+
*/
|
|
29
|
+
"tenantId": string;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the compartment containing the monitoringTemplate.
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId": string;
|
|
34
|
+
/**
|
|
35
|
+
* A user-friendly description for the monitoring template. It does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
36
|
+
*/
|
|
37
|
+
"description"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The current status of the monitoring template i.e. whether it is Applied or NotApplied.
|
|
40
|
+
*/
|
|
41
|
+
"status": model.MonitoringTemplateLifeCycleDetails;
|
|
42
|
+
/**
|
|
43
|
+
* The current lifecycle state of the monitoring template.
|
|
44
|
+
*/
|
|
45
|
+
"lifecycleState": model.MonitoringTemplateLifeCycleStates;
|
|
46
|
+
/**
|
|
47
|
+
* A list of destinations for alarm notifications. Each destination is represented by the OCID of a related resource.
|
|
48
|
+
*/
|
|
49
|
+
"destinations": Array<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Whether the alarm is enabled or disabled. Default value is enabled.
|
|
52
|
+
*/
|
|
53
|
+
"isAlarmsEnabled"?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Whether the alarm notification is enabled or disabled, it will be Enabled by default.
|
|
56
|
+
*/
|
|
57
|
+
"isSplitNotificationEnabled"?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* List of members of this monitoring template.
|
|
60
|
+
*/
|
|
61
|
+
"members": Array<model.MemberReference>;
|
|
62
|
+
/**
|
|
63
|
+
* The frequency for re-submitting alarm notifications, if the alarm keeps firing without interruption. Format defined by ISO 8601. For example, PT4H indicates four hours. Minimum- PT1M. Maximum - P30D.
|
|
64
|
+
*/
|
|
65
|
+
"repeatNotificationDuration"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The format to use for alarm notifications.
|
|
68
|
+
*/
|
|
69
|
+
"messageFormat"?: model.MessageFormat;
|
|
70
|
+
/**
|
|
71
|
+
* Total Alarm Conditions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
72
|
+
*/
|
|
73
|
+
"totalAlarmConditions": number;
|
|
74
|
+
/**
|
|
75
|
+
* Total Applied Alarm Conditions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
76
|
+
*/
|
|
77
|
+
"totalAppliedAlarmConditions": number;
|
|
78
|
+
/**
|
|
79
|
+
* The date and time the monitoringTemplate was created. Format defined by RFC3339.
|
|
80
|
+
*/
|
|
81
|
+
"timeCreated": Date;
|
|
82
|
+
/**
|
|
83
|
+
* The date and time the monitoringTemplate was last updated. Format defined by RFC3339.
|
|
84
|
+
*/
|
|
85
|
+
"timeUpdated": Date;
|
|
86
|
+
/**
|
|
87
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
88
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"freeformTags"?: {
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
96
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
"definedTags"?: {
|
|
100
|
+
[key: string]: {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
106
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
"systemTags"?: {
|
|
110
|
+
[key: string]: {
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
export declare namespace MonitoringTemplate {
|
|
116
|
+
function getJsonObj(obj: MonitoringTemplate): object;
|
|
117
|
+
function getDeserializedJsonObj(obj: MonitoringTemplate): object;
|
|
118
|
+
}
|
|
@@ -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.MonitoringTemplate = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MonitoringTemplate;
|
|
37
|
+
(function (MonitoringTemplate) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"members": obj.members
|
|
41
|
+
? obj.members.map(item => {
|
|
42
|
+
return model.MemberReference.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MonitoringTemplate.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"members": obj.members
|
|
52
|
+
? obj.members.map(item => {
|
|
53
|
+
return model.MemberReference.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MonitoringTemplate.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MonitoringTemplate = exports.MonitoringTemplate || (exports.MonitoringTemplate = {}));
|
|
61
|
+
//# sourceMappingURL=monitoring-template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring-template.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitoring-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+FlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -21,6 +21,7 @@ export declare enum OperationStatus {
|
|
|
21
21
|
Succeeded = "SUCCEEDED",
|
|
22
22
|
Canceling = "CANCELING",
|
|
23
23
|
Canceled = "CANCELED",
|
|
24
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
24
25
|
/**
|
|
25
26
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
27
|
* version of the SDK.
|
|
@@ -25,6 +25,7 @@ var OperationStatus;
|
|
|
25
25
|
OperationStatus["Succeeded"] = "SUCCEEDED";
|
|
26
26
|
OperationStatus["Canceling"] = "CANCELING";
|
|
27
27
|
OperationStatus["Canceled"] = "CANCELED";
|
|
28
|
+
OperationStatus["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
28
29
|
/**
|
|
29
30
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
30
31
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,qDAAkC,CAAA;IAElC;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAfW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAe1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
|
|
@@ -24,6 +24,8 @@ export declare enum OperationType {
|
|
|
24
24
|
EnableMetricExtension = "ENABLE_METRIC_EXTENSION",
|
|
25
25
|
DisableMetricExtension = "DISABLE_METRIC_EXTENSION",
|
|
26
26
|
TestMetricExtension = "TEST_METRIC_EXTENSION",
|
|
27
|
+
ApplyMonitoringTemplate = "APPLY_MONITORING_TEMPLATE",
|
|
28
|
+
UnapplyMonitoringTemplate = "UNAPPLY_MONITORING_TEMPLATE",
|
|
27
29
|
BulkAddResources = "BULK_ADD_RESOURCES",
|
|
28
30
|
BulkDeleteResources = "BULK_DELETE_RESOURCES",
|
|
29
31
|
UpdateAndPropagateTags = "UPDATE_AND_PROPAGATE_TAGS",
|
|
@@ -28,6 +28,8 @@ var OperationType;
|
|
|
28
28
|
OperationType["EnableMetricExtension"] = "ENABLE_METRIC_EXTENSION";
|
|
29
29
|
OperationType["DisableMetricExtension"] = "DISABLE_METRIC_EXTENSION";
|
|
30
30
|
OperationType["TestMetricExtension"] = "TEST_METRIC_EXTENSION";
|
|
31
|
+
OperationType["ApplyMonitoringTemplate"] = "APPLY_MONITORING_TEMPLATE";
|
|
32
|
+
OperationType["UnapplyMonitoringTemplate"] = "UNAPPLY_MONITORING_TEMPLATE";
|
|
31
33
|
OperationType["BulkAddResources"] = "BULK_ADD_RESOURCES";
|
|
32
34
|
OperationType["BulkDeleteResources"] = "BULK_DELETE_RESOURCES";
|
|
33
35
|
OperationType["UpdateAndPropagateTags"] = "UPDATE_AND_PROPAGATE_TAGS";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aA2BX;AA3BD,WAAY,aAAa;IACvB,qDAAoC,CAAA;IACpC,qDAAoC,CAAA;IACpC,qDAAoC,CAAA;IACpC,iDAAgC,CAAA;IAChC,oEAAmD,CAAA;IACnD,sEAAqD,CAAA;IACrD,2DAA0C,CAAA;IAC1C,kEAAiD,CAAA;IACjD,oEAAmD,CAAA;IACnD,8DAA6C,CAAA;IAC7C,sEAAqD,CAAA;IACrD,0EAAyD,CAAA;IACzD,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,qEAAoD,CAAA;IACpD,qDAAoC,CAAA;IACpC,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,kEAAiD,CAAA;IAEjD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EA3BW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2BxB;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,52 @@
|
|
|
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
|
+
* Filtering criteria data to be specified in the request. Either metricExtensionId or compartmentId must be passed even when no other filter property is passed.
|
|
15
|
+
*/
|
|
16
|
+
export interface RequestSummarizedMetricExtensionsMetricsDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of Metric Extension resource
|
|
19
|
+
*/
|
|
20
|
+
"metricExtensionId"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Resource type to which Metric Extension applies
|
|
23
|
+
*/
|
|
24
|
+
"resourceType"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
27
|
+
*/
|
|
28
|
+
"compartmentId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Filter for metric extension resources which contain the given metric name
|
|
31
|
+
*/
|
|
32
|
+
"containsMetricWithName"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Result will ne sorted by this parameter value
|
|
35
|
+
*/
|
|
36
|
+
"sortBy"?: RequestSummarizedMetricExtensionsMetricsDetails.SortBy;
|
|
37
|
+
/**
|
|
38
|
+
* Sort orders
|
|
39
|
+
*/
|
|
40
|
+
"sortOrder"?: RequestSummarizedMetricExtensionsMetricsDetails.SortOrder;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace RequestSummarizedMetricExtensionsMetricsDetails {
|
|
43
|
+
enum SortBy {
|
|
44
|
+
Count = "COUNT"
|
|
45
|
+
}
|
|
46
|
+
enum SortOrder {
|
|
47
|
+
Asc = "ASC",
|
|
48
|
+
Desc = "DESC"
|
|
49
|
+
}
|
|
50
|
+
function getJsonObj(obj: RequestSummarizedMetricExtensionsMetricsDetails): object;
|
|
51
|
+
function getDeserializedJsonObj(obj: RequestSummarizedMetricExtensionsMetricsDetails): object;
|
|
52
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.RequestSummarizedMetricExtensionsMetricsDetails = void 0;
|
|
16
|
+
var RequestSummarizedMetricExtensionsMetricsDetails;
|
|
17
|
+
(function (RequestSummarizedMetricExtensionsMetricsDetails) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Count"] = "COUNT";
|
|
21
|
+
})(SortBy = RequestSummarizedMetricExtensionsMetricsDetails.SortBy || (RequestSummarizedMetricExtensionsMetricsDetails.SortBy = {}));
|
|
22
|
+
let SortOrder;
|
|
23
|
+
(function (SortOrder) {
|
|
24
|
+
SortOrder["Asc"] = "ASC";
|
|
25
|
+
SortOrder["Desc"] = "DESC";
|
|
26
|
+
})(SortOrder = RequestSummarizedMetricExtensionsMetricsDetails.SortOrder || (RequestSummarizedMetricExtensionsMetricsDetails.SortOrder = {}));
|
|
27
|
+
function getJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
RequestSummarizedMetricExtensionsMetricsDetails.getJsonObj = getJsonObj;
|
|
32
|
+
function getDeserializedJsonObj(obj) {
|
|
33
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
34
|
+
return jsonObj;
|
|
35
|
+
}
|
|
36
|
+
RequestSummarizedMetricExtensionsMetricsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
37
|
+
})(RequestSummarizedMetricExtensionsMetricsDetails = exports.RequestSummarizedMetricExtensionsMetricsDetails || (exports.RequestSummarizedMetricExtensionsMetricsDetails = {}));
|
|
38
|
+
//# sourceMappingURL=request-summarized-metric-extensions-metrics-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-summarized-metric-extensions-metrics-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/request-summarized-metric-extensions-metrics-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,+CAA+C,CAsB/D;AAtBD,WAAiB,+CAA+C;IAC9D,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,yBAAe,CAAA;IACjB,CAAC,EAFW,MAAM,GAAN,sDAAM,KAAN,sDAAM,QAEjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yDAAS,KAAT,yDAAS,QAGpB;IAED,SAAgB,UAAU,CAAC,GAAoD;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoD;QAEpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,sEAAsB,yBAMrC,CAAA;AACH,CAAC,EAtBgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAsB/D"}
|