oci-monitoring 2.26.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +12 -12
- package/lib/client.js +12 -12
- package/lib/request/change-alarm-compartment-request.d.ts +1 -1
- package/lib/request/create-alarm-request.d.ts +1 -1
- package/lib/request/delete-alarm-request.d.ts +1 -1
- package/lib/request/get-alarm-history-request.d.ts +1 -1
- package/lib/request/get-alarm-request.d.ts +1 -1
- package/lib/request/list-alarms-request.d.ts +1 -1
- package/lib/request/list-alarms-status-request.d.ts +1 -1
- package/lib/request/list-metrics-request.d.ts +1 -1
- package/lib/request/post-metric-data-request.d.ts +1 -1
- package/lib/request/remove-alarm-suppression-request.d.ts +1 -1
- package/lib/request/summarize-metrics-data-request.d.ts +1 -1
- package/lib/request/update-alarm-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -81,7 +81,7 @@ export declare class MonitoringClient {
|
|
|
81
81
|
* @param ChangeAlarmCompartmentRequest
|
|
82
82
|
* @return ChangeAlarmCompartmentResponse
|
|
83
83
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
85
85
|
*/
|
|
86
86
|
changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
|
|
87
87
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class MonitoringClient {
|
|
|
96
96
|
* @param CreateAlarmRequest
|
|
97
97
|
* @return CreateAlarmResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
100
100
|
*/
|
|
101
101
|
createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
|
|
102
102
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class MonitoringClient {
|
|
|
111
111
|
* @param DeleteAlarmRequest
|
|
112
112
|
* @return DeleteAlarmResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
115
115
|
*/
|
|
116
116
|
deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
|
|
117
117
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class MonitoringClient {
|
|
|
126
126
|
* @param GetAlarmRequest
|
|
127
127
|
* @return GetAlarmResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
130
130
|
*/
|
|
131
131
|
getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
|
|
132
132
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class MonitoringClient {
|
|
|
141
141
|
* @param GetAlarmHistoryRequest
|
|
142
142
|
* @return GetAlarmHistoryResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
145
145
|
*/
|
|
146
146
|
getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
|
|
147
147
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class MonitoringClient {
|
|
|
156
156
|
* @param ListAlarmsRequest
|
|
157
157
|
* @return ListAlarmsResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
160
160
|
*/
|
|
161
161
|
listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
|
|
162
162
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class MonitoringClient {
|
|
|
203
203
|
* @param ListAlarmsStatusRequest
|
|
204
204
|
* @return ListAlarmsStatusResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
207
207
|
*/
|
|
208
208
|
listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
|
|
209
209
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class MonitoringClient {
|
|
|
249
249
|
* @param ListMetricsRequest
|
|
250
250
|
* @return ListMetricsResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
253
253
|
*/
|
|
254
254
|
listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
|
|
255
255
|
/**
|
|
@@ -308,7 +308,7 @@ export declare class MonitoringClient {
|
|
|
308
308
|
* @param PostMetricDataRequest
|
|
309
309
|
* @return PostMetricDataResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
312
312
|
*/
|
|
313
313
|
postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
|
|
314
314
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class MonitoringClient {
|
|
|
323
323
|
* @param RemoveAlarmSuppressionRequest
|
|
324
324
|
* @return RemoveAlarmSuppressionResponse
|
|
325
325
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
327
327
|
*/
|
|
328
328
|
removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
|
|
329
329
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class MonitoringClient {
|
|
|
337
337
|
* @param SummarizeMetricsDataRequest
|
|
338
338
|
* @return SummarizeMetricsDataResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
341
341
|
*/
|
|
342
342
|
summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
|
|
343
343
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class MonitoringClient {
|
|
|
352
352
|
* @param UpdateAlarmRequest
|
|
353
353
|
* @return UpdateAlarmResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
356
356
|
*/
|
|
357
357
|
updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
|
|
358
358
|
}
|
package/lib/client.js
CHANGED
|
@@ -162,7 +162,7 @@ class MonitoringClient {
|
|
|
162
162
|
* @param ChangeAlarmCompartmentRequest
|
|
163
163
|
* @return ChangeAlarmCompartmentResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
166
166
|
*/
|
|
167
167
|
changeAlarmCompartment(changeAlarmCompartmentRequest) {
|
|
168
168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ class MonitoringClient {
|
|
|
223
223
|
* @param CreateAlarmRequest
|
|
224
224
|
* @return CreateAlarmResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
227
227
|
*/
|
|
228
228
|
createAlarm(createAlarmRequest) {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -290,7 +290,7 @@ class MonitoringClient {
|
|
|
290
290
|
* @param DeleteAlarmRequest
|
|
291
291
|
* @return DeleteAlarmResponse
|
|
292
292
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
294
294
|
*/
|
|
295
295
|
deleteAlarm(deleteAlarmRequest) {
|
|
296
296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -349,7 +349,7 @@ class MonitoringClient {
|
|
|
349
349
|
* @param GetAlarmRequest
|
|
350
350
|
* @return GetAlarmResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
353
353
|
*/
|
|
354
354
|
getAlarm(getAlarmRequest) {
|
|
355
355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -416,7 +416,7 @@ class MonitoringClient {
|
|
|
416
416
|
* @param GetAlarmHistoryRequest
|
|
417
417
|
* @return GetAlarmHistoryResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
420
420
|
*/
|
|
421
421
|
getAlarmHistory(getAlarmHistoryRequest) {
|
|
422
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +489,7 @@ class MonitoringClient {
|
|
|
489
489
|
* @param ListAlarmsRequest
|
|
490
490
|
* @return ListAlarmsResponse
|
|
491
491
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
493
493
|
*/
|
|
494
494
|
listAlarms(listAlarmsRequest) {
|
|
495
495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +603,7 @@ class MonitoringClient {
|
|
|
603
603
|
* @param ListAlarmsStatusRequest
|
|
604
604
|
* @return ListAlarmsStatusResponse
|
|
605
605
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
607
607
|
*/
|
|
608
608
|
listAlarmsStatus(listAlarmsStatusRequest) {
|
|
609
609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -715,7 +715,7 @@ class MonitoringClient {
|
|
|
715
715
|
* @param ListMetricsRequest
|
|
716
716
|
* @return ListMetricsResponse
|
|
717
717
|
* @throws OciError when an error occurs
|
|
718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
719
719
|
*/
|
|
720
720
|
listMetrics(listMetricsRequest) {
|
|
721
721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -838,7 +838,7 @@ class MonitoringClient {
|
|
|
838
838
|
* @param PostMetricDataRequest
|
|
839
839
|
* @return PostMetricDataResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
842
842
|
*/
|
|
843
843
|
postMetricData(postMetricDataRequest) {
|
|
844
844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class MonitoringClient {
|
|
|
899
899
|
* @param RemoveAlarmSuppressionRequest
|
|
900
900
|
* @return RemoveAlarmSuppressionResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
903
903
|
*/
|
|
904
904
|
removeAlarmSuppression(removeAlarmSuppressionRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -957,7 +957,7 @@ class MonitoringClient {
|
|
|
957
957
|
* @param SummarizeMetricsDataRequest
|
|
958
958
|
* @return SummarizeMetricsDataResponse
|
|
959
959
|
* @throws OciError when an error occurs
|
|
960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
961
961
|
*/
|
|
962
962
|
summarizeMetricsData(summarizeMetricsDataRequest) {
|
|
963
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1021,7 +1021,7 @@ class MonitoringClient {
|
|
|
1021
1021
|
* @param UpdateAlarmRequest
|
|
1022
1022
|
* @return UpdateAlarmResponse
|
|
1023
1023
|
* @throws OciError when an error occurs
|
|
1024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1024
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
1025
1025
|
*/
|
|
1026
1026
|
updateAlarm(updateAlarmRequest) {
|
|
1027
1027
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAlarmCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAlarmRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarmRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAlarmRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAlarmHistoryRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAlarmRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAlarmsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAlarmsStatusRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListMetricsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PostMetricDataRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RemoveAlarmSuppressionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeMetricsDataRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAlarmRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-monitoring",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.0",
|
|
4
4
|
"description": "OCI NodeJS client for Monitoring",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.27.0",
|
|
19
|
+
"oci-workrequests": "2.27.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|