oci-stackmonitoring 2.102.0 → 2.102.2
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,91 @@
|
|
|
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/ListMonitoringTemplates.ts.html |here} to see how to use ListMonitoringTemplatesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListMonitoringTemplatesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
21
|
+
* particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The ID of the compartment in which data is listed.
|
|
27
|
+
*/
|
|
28
|
+
"compartmentId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return monitoring template based on input monitoringTemplateId
|
|
31
|
+
*/
|
|
32
|
+
"monitoringTemplateId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
35
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
36
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"limit"?: number;
|
|
40
|
+
/**
|
|
41
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
42
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
43
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"page"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortOrder"?: model.SortOrder;
|
|
52
|
+
/**
|
|
53
|
+
* The field to sort by. Only one sort order may be provided.
|
|
54
|
+
* Default order for timeUpdated is descending.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"sortBy"?: ListMonitoringTemplatesRequest.SortBy;
|
|
58
|
+
/**
|
|
59
|
+
* A filter to return monitoring template based on name.
|
|
60
|
+
*/
|
|
61
|
+
"displayName"?: string;
|
|
62
|
+
/**
|
|
63
|
+
* A filter to return monitoring template based on input status
|
|
64
|
+
*/
|
|
65
|
+
"status"?: model.MonitoringTemplateLifeCycleDetails;
|
|
66
|
+
/**
|
|
67
|
+
* A filter to return monitoring template based on Lifecycle State
|
|
68
|
+
*/
|
|
69
|
+
"lifecycleState"?: model.MonitoringTemplateLifeCycleStates;
|
|
70
|
+
/**
|
|
71
|
+
* Multiple resource types filter.
|
|
72
|
+
*/
|
|
73
|
+
"resourceTypes"?: Array<string>;
|
|
74
|
+
/**
|
|
75
|
+
* metricName filter.
|
|
76
|
+
*/
|
|
77
|
+
"metricName"?: Array<string>;
|
|
78
|
+
/**
|
|
79
|
+
* namespace filter.
|
|
80
|
+
*/
|
|
81
|
+
"namespace"?: Array<string>;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace ListMonitoringTemplatesRequest {
|
|
84
|
+
enum SortBy {
|
|
85
|
+
DisplayName = "displayName",
|
|
86
|
+
LifeCycleState = "lifeCycleState",
|
|
87
|
+
Status = "status",
|
|
88
|
+
TimeUpdated = "timeUpdated",
|
|
89
|
+
TimeCreated = "timeCreated"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
exports.ListMonitoringTemplatesRequest = void 0;
|
|
16
|
+
var ListMonitoringTemplatesRequest;
|
|
17
|
+
(function (ListMonitoringTemplatesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["DisplayName"] = "displayName";
|
|
21
|
+
SortBy["LifeCycleState"] = "lifeCycleState";
|
|
22
|
+
SortBy["Status"] = "status";
|
|
23
|
+
SortBy["TimeUpdated"] = "timeUpdated";
|
|
24
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
25
|
+
})(SortBy = ListMonitoringTemplatesRequest.SortBy || (ListMonitoringTemplatesRequest.SortBy = {}));
|
|
26
|
+
})(ListMonitoringTemplatesRequest = exports.ListMonitoringTemplatesRequest || (exports.ListMonitoringTemplatesRequest = {}));
|
|
27
|
+
//# sourceMappingURL=list-monitoring-templates-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-monitoring-templates-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/list-monitoring-templates-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0EH,IAAiB,8BAA8B,CAQ9C;AARD,WAAiB,8BAA8B;IAC7C,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;QACjC,2BAAiB,CAAA;QACjB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EANW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAMjB;AACH,CAAC,EARgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAQ9C"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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/RequestSummarizedMetricExtensionsMetrics.ts.html |here} to see how to use RequestSummarizedMetricExtensionsMetricsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RequestSummarizedMetricExtensionsMetricsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Summarized Metric details to filter the data that match the criteria specified in the request.
|
|
21
|
+
*/
|
|
22
|
+
"requestSummarizedMetricExtensionsMetricsDetails": model.RequestSummarizedMetricExtensionsMetricsDetails;
|
|
23
|
+
/**
|
|
24
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
25
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
26
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"limit"?: number;
|
|
30
|
+
/**
|
|
31
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
32
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
33
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"page"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
39
|
+
* particular request, please provide the request ID.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -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=request-summarized-metric-extensions-metrics-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-summarized-metric-extensions-metrics-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/request-summarized-metric-extensions-metrics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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/RequestSummarizedMetricExtensionsResources.ts.html |here} to see how to use RequestSummarizedMetricExtensionsResourcesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RequestSummarizedMetricExtensionsResourcesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Summarize Resource details to filter the data that match the criteria specified in the request.
|
|
21
|
+
*/
|
|
22
|
+
"requestSummarizedMetricExtensionsResourcesDetails": model.RequestSummarizedMetricExtensionsResourcesDetails;
|
|
23
|
+
/**
|
|
24
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
25
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
26
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"limit"?: number;
|
|
30
|
+
/**
|
|
31
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
32
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
33
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"page"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
39
|
+
* particular request, please provide the request ID.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -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=request-summarized-metric-extensions-resources-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-summarized-metric-extensions-resources-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/request-summarized-metric-extensions-resources-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/UnapplyMonitoringTemplate.ts.html |here} to see how to use UnapplyMonitoringTemplateRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface UnapplyMonitoringTemplateRequest 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=unapply-monitoring-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unapply-monitoring-template-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/unapply-monitoring-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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 * 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/UpdateAlarmCondition.ts.html |here} to see how to use UpdateAlarmConditionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAlarmConditionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details required for updating a new alarm condition
|
|
21
|
+
*/
|
|
22
|
+
"updateAlarmConditionDetails": model.UpdateAlarmConditionDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the alarm condition.
|
|
25
|
+
*/
|
|
26
|
+
"alarmConditionId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
|
29
|
+
*/
|
|
30
|
+
"monitoringTemplateId": string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
42
|
+
* particular request, please provide the request ID.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"opcRequestId"?: 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=update-alarm-condition-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-alarm-condition-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/update-alarm-condition-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/UpdateMonitoringTemplate.ts.html |here} to see how to use UpdateMonitoringTemplateRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMonitoringTemplateRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
|
21
|
+
*/
|
|
22
|
+
"monitoringTemplateId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMonitoringTemplateDetails": model.UpdateMonitoringTemplateDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: 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=update-monitoring-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-monitoring-template-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/update-monitoring-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export interface ApplyMonitoringTemplateResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apply-monitoring-template-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/apply-monitoring-template-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface CreateAlarmConditionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.AlarmCondition instance.
|
|
28
|
+
*/
|
|
29
|
+
"alarmCondition": model.AlarmCondition;
|
|
30
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-alarm-condition-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/create-alarm-condition-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface CreateMonitoringTemplateResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MonitoringTemplate instance.
|
|
28
|
+
*/
|
|
29
|
+
"monitoringTemplate": model.MonitoringTemplate;
|
|
30
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-monitoring-template-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/create-monitoring-template-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
export interface DeleteAlarmConditionResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -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=delete-alarm-condition-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-alarm-condition-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/delete-alarm-condition-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|