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,67 @@
|
|
|
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 RequestSummarizedMetricExtensionsResourcesDetails {
|
|
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 to return metric extensions based on input enable status i.e. Enabled/Disabled
|
|
31
|
+
*/
|
|
32
|
+
"associationStatus"?: RequestSummarizedMetricExtensionsResourcesDetails.AssociationStatus;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of Monitored Resource
|
|
35
|
+
*/
|
|
36
|
+
"resourceId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The field to group by
|
|
39
|
+
*/
|
|
40
|
+
"groupBy"?: RequestSummarizedMetricExtensionsResourcesDetails.GroupBy;
|
|
41
|
+
/**
|
|
42
|
+
* Result will ne sorted by this parameter value
|
|
43
|
+
*/
|
|
44
|
+
"sortBy"?: RequestSummarizedMetricExtensionsResourcesDetails.SortBy;
|
|
45
|
+
/**
|
|
46
|
+
* Sort orders
|
|
47
|
+
*/
|
|
48
|
+
"sortOrder"?: RequestSummarizedMetricExtensionsResourcesDetails.SortOrder;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace RequestSummarizedMetricExtensionsResourcesDetails {
|
|
51
|
+
enum AssociationStatus {
|
|
52
|
+
Enabled = "ENABLED",
|
|
53
|
+
Disabled = "DISABLED"
|
|
54
|
+
}
|
|
55
|
+
enum GroupBy {
|
|
56
|
+
MetricExtensionId = "METRIC_EXTENSION_ID"
|
|
57
|
+
}
|
|
58
|
+
enum SortBy {
|
|
59
|
+
Count = "COUNT"
|
|
60
|
+
}
|
|
61
|
+
enum SortOrder {
|
|
62
|
+
Asc = "ASC",
|
|
63
|
+
Desc = "DESC"
|
|
64
|
+
}
|
|
65
|
+
function getJsonObj(obj: RequestSummarizedMetricExtensionsResourcesDetails): object;
|
|
66
|
+
function getDeserializedJsonObj(obj: RequestSummarizedMetricExtensionsResourcesDetails): object;
|
|
67
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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.RequestSummarizedMetricExtensionsResourcesDetails = void 0;
|
|
16
|
+
var RequestSummarizedMetricExtensionsResourcesDetails;
|
|
17
|
+
(function (RequestSummarizedMetricExtensionsResourcesDetails) {
|
|
18
|
+
let AssociationStatus;
|
|
19
|
+
(function (AssociationStatus) {
|
|
20
|
+
AssociationStatus["Enabled"] = "ENABLED";
|
|
21
|
+
AssociationStatus["Disabled"] = "DISABLED";
|
|
22
|
+
})(AssociationStatus = RequestSummarizedMetricExtensionsResourcesDetails.AssociationStatus || (RequestSummarizedMetricExtensionsResourcesDetails.AssociationStatus = {}));
|
|
23
|
+
let GroupBy;
|
|
24
|
+
(function (GroupBy) {
|
|
25
|
+
GroupBy["MetricExtensionId"] = "METRIC_EXTENSION_ID";
|
|
26
|
+
})(GroupBy = RequestSummarizedMetricExtensionsResourcesDetails.GroupBy || (RequestSummarizedMetricExtensionsResourcesDetails.GroupBy = {}));
|
|
27
|
+
let SortBy;
|
|
28
|
+
(function (SortBy) {
|
|
29
|
+
SortBy["Count"] = "COUNT";
|
|
30
|
+
})(SortBy = RequestSummarizedMetricExtensionsResourcesDetails.SortBy || (RequestSummarizedMetricExtensionsResourcesDetails.SortBy = {}));
|
|
31
|
+
let SortOrder;
|
|
32
|
+
(function (SortOrder) {
|
|
33
|
+
SortOrder["Asc"] = "ASC";
|
|
34
|
+
SortOrder["Desc"] = "DESC";
|
|
35
|
+
})(SortOrder = RequestSummarizedMetricExtensionsResourcesDetails.SortOrder || (RequestSummarizedMetricExtensionsResourcesDetails.SortOrder = {}));
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
RequestSummarizedMetricExtensionsResourcesDetails.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
RequestSummarizedMetricExtensionsResourcesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
46
|
+
})(RequestSummarizedMetricExtensionsResourcesDetails = exports.RequestSummarizedMetricExtensionsResourcesDetails || (exports.RequestSummarizedMetricExtensionsResourcesDetails = {}));
|
|
47
|
+
//# sourceMappingURL=request-summarized-metric-extensions-resources-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-summarized-metric-extensions-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/request-summarized-metric-extensions-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2CH,IAAiB,iDAAiD,CA+BjE;AA/BD,WAAiB,iDAAiD;IAChE,IAAY,iBAGX;IAHD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,0CAAqB,CAAA;IACvB,CAAC,EAHW,iBAAiB,GAAjB,mEAAiB,KAAjB,mEAAiB,QAG5B;IAED,IAAY,OAEX;IAFD,WAAY,OAAO;QACjB,oDAAyC,CAAA;IAC3C,CAAC,EAFW,OAAO,GAAP,yDAAO,KAAP,yDAAO,QAElB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,yBAAe,CAAA;IACjB,CAAC,EAFW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAEjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,2DAAS,KAAT,2DAAS,QAGpB;IAED,SAAgB,UAAU,CAAC,GAAsD;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAsD;QAEtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,wEAAsB,yBAMrC,CAAA;AACH,CAAC,EA/BgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QA+BjE"}
|
|
@@ -59,6 +59,13 @@ export interface SystemFormatResourceTypeMetadataDetails extends model.ResourceT
|
|
|
59
59
|
"validPropertyValues"?: {
|
|
60
60
|
[key: string]: Array<string>;
|
|
61
61
|
};
|
|
62
|
+
/**
|
|
63
|
+
* List of valid sub-resource types for a composite resource type.
|
|
64
|
+
* The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types.
|
|
65
|
+
* It will be empty for non composite resource types
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"validSubResourceTypes"?: Array<string>;
|
|
62
69
|
"format": string;
|
|
63
70
|
}
|
|
64
71
|
export declare namespace SystemFormatResourceTypeMetadataDetails {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-format-resource-type-metadata-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/system-format-resource-type-metadata-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"system-format-resource-type-metadata-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/system-format-resource-type-metadata-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4DlC,IAAiB,uCAAuC,CA4CvD;AA5CD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CACxB,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAC3C,GAAG,CACwC,CAAC,GAC/C;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kDAAU,aAoBzB,CAAA;IACY,8CAAM,GAAG,eAAe,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACwC,CAAC,GAC/C;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,8DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QA4CvD"}
|
|
@@ -0,0 +1,64 @@
|
|
|
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 information about updating a alarm condition in the same monitoringTemplate in a compartment.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateAlarmConditionDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The stack monitoring service or application emitting the metric that is evaluated by the alarm.
|
|
20
|
+
*/
|
|
21
|
+
"namespace"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of composite resource type like EBS/PEOPLE_SOFT.
|
|
24
|
+
*/
|
|
25
|
+
"compositeType"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The resource type OCID.
|
|
28
|
+
*/
|
|
29
|
+
"resourceType"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The metric name.
|
|
32
|
+
*/
|
|
33
|
+
"metricName"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Type of defined monitoring template.
|
|
36
|
+
*/
|
|
37
|
+
"conditionType"?: model.ConditionType;
|
|
38
|
+
/**
|
|
39
|
+
* Monitoring template conditions
|
|
40
|
+
*/
|
|
41
|
+
"conditions"?: Array<model.Condition>;
|
|
42
|
+
/**
|
|
43
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
44
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"freeformTags"?: {
|
|
48
|
+
[key: string]: string;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
52
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"definedTags"?: {
|
|
56
|
+
[key: string]: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
export declare namespace UpdateAlarmConditionDetails {
|
|
62
|
+
function getJsonObj(obj: UpdateAlarmConditionDetails): object;
|
|
63
|
+
function getDeserializedJsonObj(obj: UpdateAlarmConditionDetails): object;
|
|
64
|
+
}
|
|
@@ -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.UpdateAlarmConditionDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateAlarmConditionDetails;
|
|
37
|
+
(function (UpdateAlarmConditionDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"conditions": obj.conditions
|
|
41
|
+
? obj.conditions.map(item => {
|
|
42
|
+
return model.Condition.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
UpdateAlarmConditionDetails.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"conditions": obj.conditions
|
|
52
|
+
? obj.conditions.map(item => {
|
|
53
|
+
return model.Condition.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
UpdateAlarmConditionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(UpdateAlarmConditionDetails = exports.UpdateAlarmConditionDetails || (exports.UpdateAlarmConditionDetails = {}));
|
|
61
|
+
//# sourceMappingURL=update-alarm-condition-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-alarm-condition-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-alarm-condition-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ClC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
|
|
@@ -0,0 +1,72 @@
|
|
|
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 information about updating a monitoring template. The monitoring template displayName should be unique in a compartment.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateMonitoringTemplateDetails {
|
|
18
|
+
/**
|
|
19
|
+
* A user-friendly name for the monitoring template. It is unique and mutable in nature.
|
|
20
|
+
*/
|
|
21
|
+
"displayName"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly description for the monitoring template. It does not have to be unique, and it's changeable.
|
|
24
|
+
*/
|
|
25
|
+
"description"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A list of destinations for alarm notifications. Each destination is represented by the OCID of a related resource
|
|
28
|
+
*/
|
|
29
|
+
"destinations"?: Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* User can create the out of box alarm only for multiple resourceTypes not for individual resource instances and groups for specified compartment.
|
|
32
|
+
*/
|
|
33
|
+
"isAlarmsEnabled"?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Whether the alarm notification is enabled or disabled, it will be Enabled by default.
|
|
36
|
+
*/
|
|
37
|
+
"isSplitNotificationEnabled"?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* List of members of this monitoring template.
|
|
40
|
+
*/
|
|
41
|
+
"members"?: Array<model.MemberReference>;
|
|
42
|
+
/**
|
|
43
|
+
* 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.
|
|
44
|
+
*/
|
|
45
|
+
"repeatNotificationDuration"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The format to use for alarm notifications.
|
|
48
|
+
*/
|
|
49
|
+
"messageFormat"?: model.MessageFormat;
|
|
50
|
+
/**
|
|
51
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
52
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"freeformTags"?: {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"definedTags"?: {
|
|
64
|
+
[key: string]: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
export declare namespace UpdateMonitoringTemplateDetails {
|
|
70
|
+
function getJsonObj(obj: UpdateMonitoringTemplateDetails): object;
|
|
71
|
+
function getDeserializedJsonObj(obj: UpdateMonitoringTemplateDetails): object;
|
|
72
|
+
}
|
|
@@ -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.UpdateMonitoringTemplateDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateMonitoringTemplateDetails;
|
|
37
|
+
(function (UpdateMonitoringTemplateDetails) {
|
|
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
|
+
UpdateMonitoringTemplateDetails.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
|
+
UpdateMonitoringTemplateDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(UpdateMonitoringTemplateDetails = exports.UpdateMonitoringTemplateDetails || (exports.UpdateMonitoringTemplateDetails = {}));
|
|
61
|
+
//# sourceMappingURL=update-monitoring-template-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-monitoring-template-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-monitoring-template-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqDlC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,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,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,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,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/ApplyMonitoringTemplate.ts.html |here} to see how to use ApplyMonitoringTemplateRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ApplyMonitoringTemplateRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
|
20
|
+
*/
|
|
21
|
+
"monitoringTemplateId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
30
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
31
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
32
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
33
|
+
* might be rejected.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRetryToken"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
39
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
40
|
+
* etag from a previous GET or POST response for that resource.
|
|
41
|
+
* The resource will be updated or deleted only if the etag you
|
|
42
|
+
* provide matches the resource's current etag value.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"ifMatch"?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=apply-monitoring-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apply-monitoring-template-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/apply-monitoring-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/CreateAlarmCondition.ts.html |here} to see how to use CreateAlarmConditionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAlarmConditionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details required for creating a new alarm condition
|
|
21
|
+
*/
|
|
22
|
+
"createAlarmConditionDetails": model.CreateAlarmConditionDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
|
25
|
+
*/
|
|
26
|
+
"monitoringTemplateId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
38
|
+
* particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=create-alarm-condition-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-alarm-condition-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/create-alarm-condition-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/CreateMonitoringTemplate.ts.html |here} to see how to use CreateMonitoringTemplateRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateMonitoringTemplateRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details required for creating a new monitoring template.
|
|
21
|
+
*/
|
|
22
|
+
"createMonitoringTemplateDetails": model.CreateMonitoringTemplateDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
34
|
+
* particular request, please provide the request ID.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=create-monitoring-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-monitoring-template-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/create-monitoring-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/DeleteAlarmCondition.ts.html |here} to see how to use DeleteAlarmConditionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteAlarmConditionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the alarm condition.
|
|
20
|
+
*/
|
|
21
|
+
"alarmConditionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
|
24
|
+
*/
|
|
25
|
+
"monitoringTemplateId": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
37
|
+
* particular request, please provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|