oci-monitoring 2.9.0 → 2.9.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 +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
|
@@ -79,7 +79,7 @@ export declare class MonitoringClient {
|
|
|
79
79
|
* @param ChangeAlarmCompartmentRequest
|
|
80
80
|
* @return ChangeAlarmCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
|
|
85
85
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class MonitoringClient {
|
|
|
94
94
|
* @param CreateAlarmRequest
|
|
95
95
|
* @return CreateAlarmResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
98
98
|
*/
|
|
99
99
|
createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
|
|
100
100
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class MonitoringClient {
|
|
|
109
109
|
* @param DeleteAlarmRequest
|
|
110
110
|
* @return DeleteAlarmResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
113
113
|
*/
|
|
114
114
|
deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
|
|
115
115
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class MonitoringClient {
|
|
|
124
124
|
* @param GetAlarmRequest
|
|
125
125
|
* @return GetAlarmResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
128
128
|
*/
|
|
129
129
|
getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
|
|
130
130
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class MonitoringClient {
|
|
|
139
139
|
* @param GetAlarmHistoryRequest
|
|
140
140
|
* @return GetAlarmHistoryResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
143
143
|
*/
|
|
144
144
|
getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
|
|
145
145
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class MonitoringClient {
|
|
|
154
154
|
* @param ListAlarmsRequest
|
|
155
155
|
* @return ListAlarmsResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
158
158
|
*/
|
|
159
159
|
listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
|
|
160
160
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class MonitoringClient {
|
|
|
201
201
|
* @param ListAlarmsStatusRequest
|
|
202
202
|
* @return ListAlarmsStatusResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
205
205
|
*/
|
|
206
206
|
listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
|
|
207
207
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class MonitoringClient {
|
|
|
247
247
|
* @param ListMetricsRequest
|
|
248
248
|
* @return ListMetricsResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
251
251
|
*/
|
|
252
252
|
listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
|
|
253
253
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class MonitoringClient {
|
|
|
306
306
|
* @param PostMetricDataRequest
|
|
307
307
|
* @return PostMetricDataResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
310
310
|
*/
|
|
311
311
|
postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
|
|
312
312
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class MonitoringClient {
|
|
|
321
321
|
* @param RemoveAlarmSuppressionRequest
|
|
322
322
|
* @return RemoveAlarmSuppressionResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
325
325
|
*/
|
|
326
326
|
removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
|
|
327
327
|
/**
|
|
@@ -335,7 +335,7 @@ export declare class MonitoringClient {
|
|
|
335
335
|
* @param SummarizeMetricsDataRequest
|
|
336
336
|
* @return SummarizeMetricsDataResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
339
339
|
*/
|
|
340
340
|
summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
|
|
341
341
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class MonitoringClient {
|
|
|
350
350
|
* @param UpdateAlarmRequest
|
|
351
351
|
* @return UpdateAlarmResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
354
354
|
*/
|
|
355
355
|
updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
|
|
356
356
|
}
|
package/lib/client.js
CHANGED
|
@@ -157,7 +157,7 @@ class MonitoringClient {
|
|
|
157
157
|
* @param ChangeAlarmCompartmentRequest
|
|
158
158
|
* @return ChangeAlarmCompartmentResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
161
161
|
*/
|
|
162
162
|
changeAlarmCompartment(changeAlarmCompartmentRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -218,7 +218,7 @@ class MonitoringClient {
|
|
|
218
218
|
* @param CreateAlarmRequest
|
|
219
219
|
* @return CreateAlarmResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
222
222
|
*/
|
|
223
223
|
createAlarm(createAlarmRequest) {
|
|
224
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -285,7 +285,7 @@ class MonitoringClient {
|
|
|
285
285
|
* @param DeleteAlarmRequest
|
|
286
286
|
* @return DeleteAlarmResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
289
289
|
*/
|
|
290
290
|
deleteAlarm(deleteAlarmRequest) {
|
|
291
291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class MonitoringClient {
|
|
|
344
344
|
* @param GetAlarmRequest
|
|
345
345
|
* @return GetAlarmResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
348
348
|
*/
|
|
349
349
|
getAlarm(getAlarmRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -411,7 +411,7 @@ class MonitoringClient {
|
|
|
411
411
|
* @param GetAlarmHistoryRequest
|
|
412
412
|
* @return GetAlarmHistoryResponse
|
|
413
413
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
415
415
|
*/
|
|
416
416
|
getAlarmHistory(getAlarmHistoryRequest) {
|
|
417
417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -484,7 +484,7 @@ class MonitoringClient {
|
|
|
484
484
|
* @param ListAlarmsRequest
|
|
485
485
|
* @return ListAlarmsResponse
|
|
486
486
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
488
488
|
*/
|
|
489
489
|
listAlarms(listAlarmsRequest) {
|
|
490
490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +598,7 @@ class MonitoringClient {
|
|
|
598
598
|
* @param ListAlarmsStatusRequest
|
|
599
599
|
* @return ListAlarmsStatusResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
602
602
|
*/
|
|
603
603
|
listAlarmsStatus(listAlarmsStatusRequest) {
|
|
604
604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +710,7 @@ class MonitoringClient {
|
|
|
710
710
|
* @param ListMetricsRequest
|
|
711
711
|
* @return ListMetricsResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
714
714
|
*/
|
|
715
715
|
listMetrics(listMetricsRequest) {
|
|
716
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -833,7 +833,7 @@ class MonitoringClient {
|
|
|
833
833
|
* @param PostMetricDataRequest
|
|
834
834
|
* @return PostMetricDataResponse
|
|
835
835
|
* @throws OciError when an error occurs
|
|
836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
837
837
|
*/
|
|
838
838
|
postMetricData(postMetricDataRequest) {
|
|
839
839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -894,7 +894,7 @@ class MonitoringClient {
|
|
|
894
894
|
* @param RemoveAlarmSuppressionRequest
|
|
895
895
|
* @return RemoveAlarmSuppressionResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
898
898
|
*/
|
|
899
899
|
removeAlarmSuppression(removeAlarmSuppressionRequest) {
|
|
900
900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -952,7 +952,7 @@ class MonitoringClient {
|
|
|
952
952
|
* @param SummarizeMetricsDataRequest
|
|
953
953
|
* @return SummarizeMetricsDataResponse
|
|
954
954
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
956
956
|
*/
|
|
957
957
|
summarizeMetricsData(summarizeMetricsDataRequest) {
|
|
958
958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1016,7 +1016,7 @@ class MonitoringClient {
|
|
|
1016
1016
|
* @param UpdateAlarmRequest
|
|
1017
1017
|
* @return UpdateAlarmResponse
|
|
1018
1018
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
1020
1020
|
*/
|
|
1021
1021
|
updateAlarm(updateAlarmRequest) {
|
|
1022
1022
|
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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
3
|
+
"version": "2.9.1",
|
|
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.9.
|
|
19
|
-
"oci-workrequests": "2.9.
|
|
18
|
+
"oci-common": "2.9.1",
|
|
19
|
+
"oci-workrequests": "2.9.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|