oci-monitoring 2.43.0 → 2.44.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 +13 -13
- package/lib/client.js +13 -13
- 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/retrieve-dimension-states-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
|
@@ -82,7 +82,7 @@ export declare class MonitoringClient {
|
|
|
82
82
|
* @param ChangeAlarmCompartmentRequest
|
|
83
83
|
* @return ChangeAlarmCompartmentResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
86
86
|
*/
|
|
87
87
|
changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
|
|
88
88
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class MonitoringClient {
|
|
|
97
97
|
* @param CreateAlarmRequest
|
|
98
98
|
* @return CreateAlarmResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
101
101
|
*/
|
|
102
102
|
createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
|
|
103
103
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class MonitoringClient {
|
|
|
112
112
|
* @param DeleteAlarmRequest
|
|
113
113
|
* @return DeleteAlarmResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
116
116
|
*/
|
|
117
117
|
deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
|
|
118
118
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class MonitoringClient {
|
|
|
127
127
|
* @param GetAlarmRequest
|
|
128
128
|
* @return GetAlarmResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
131
131
|
*/
|
|
132
132
|
getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
|
|
133
133
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class MonitoringClient {
|
|
|
142
142
|
* @param GetAlarmHistoryRequest
|
|
143
143
|
* @return GetAlarmHistoryResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
146
146
|
*/
|
|
147
147
|
getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
|
|
148
148
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class MonitoringClient {
|
|
|
157
157
|
* @param ListAlarmsRequest
|
|
158
158
|
* @return ListAlarmsResponse
|
|
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.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
161
161
|
*/
|
|
162
162
|
listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
|
|
163
163
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class MonitoringClient {
|
|
|
207
207
|
* @param ListAlarmsStatusRequest
|
|
208
208
|
* @return ListAlarmsStatusResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
211
211
|
*/
|
|
212
212
|
listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
|
|
213
213
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class MonitoringClient {
|
|
|
253
253
|
* @param ListMetricsRequest
|
|
254
254
|
* @return ListMetricsResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
257
257
|
*/
|
|
258
258
|
listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
|
|
259
259
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class MonitoringClient {
|
|
|
312
312
|
* @param PostMetricDataRequest
|
|
313
313
|
* @return PostMetricDataResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
316
316
|
*/
|
|
317
317
|
postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
|
|
318
318
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class MonitoringClient {
|
|
|
327
327
|
* @param RemoveAlarmSuppressionRequest
|
|
328
328
|
* @return RemoveAlarmSuppressionResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
331
331
|
*/
|
|
332
332
|
removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
|
|
333
333
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class MonitoringClient {
|
|
|
346
346
|
* @param RetrieveDimensionStatesRequest
|
|
347
347
|
* @return RetrieveDimensionStatesResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
350
350
|
*/
|
|
351
351
|
retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
|
|
352
352
|
/**
|
|
@@ -360,7 +360,7 @@ export declare class MonitoringClient {
|
|
|
360
360
|
* @param SummarizeMetricsDataRequest
|
|
361
361
|
* @return SummarizeMetricsDataResponse
|
|
362
362
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
364
364
|
*/
|
|
365
365
|
summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
|
|
366
366
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class MonitoringClient {
|
|
|
375
375
|
* @param UpdateAlarmRequest
|
|
376
376
|
* @return UpdateAlarmResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
379
379
|
*/
|
|
380
380
|
updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
|
|
381
381
|
}
|
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class MonitoringClient {
|
|
|
163
163
|
* @param ChangeAlarmCompartmentRequest
|
|
164
164
|
* @return ChangeAlarmCompartmentResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
167
167
|
*/
|
|
168
168
|
changeAlarmCompartment(changeAlarmCompartmentRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -226,7 +226,7 @@ class MonitoringClient {
|
|
|
226
226
|
* @param CreateAlarmRequest
|
|
227
227
|
* @return CreateAlarmResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
230
230
|
*/
|
|
231
231
|
createAlarm(createAlarmRequest) {
|
|
232
232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -295,7 +295,7 @@ class MonitoringClient {
|
|
|
295
295
|
* @param DeleteAlarmRequest
|
|
296
296
|
* @return DeleteAlarmResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
299
299
|
*/
|
|
300
300
|
deleteAlarm(deleteAlarmRequest) {
|
|
301
301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -356,7 +356,7 @@ class MonitoringClient {
|
|
|
356
356
|
* @param GetAlarmRequest
|
|
357
357
|
* @return GetAlarmResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
360
360
|
*/
|
|
361
361
|
getAlarm(getAlarmRequest) {
|
|
362
362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class MonitoringClient {
|
|
|
425
425
|
* @param GetAlarmHistoryRequest
|
|
426
426
|
* @return GetAlarmHistoryResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
429
429
|
*/
|
|
430
430
|
getAlarmHistory(getAlarmHistoryRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -500,7 +500,7 @@ class MonitoringClient {
|
|
|
500
500
|
* @param ListAlarmsRequest
|
|
501
501
|
* @return ListAlarmsResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
504
504
|
*/
|
|
505
505
|
listAlarms(listAlarmsRequest) {
|
|
506
506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -619,7 +619,7 @@ class MonitoringClient {
|
|
|
619
619
|
* @param ListAlarmsStatusRequest
|
|
620
620
|
* @return ListAlarmsStatusResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
623
623
|
*/
|
|
624
624
|
listAlarmsStatus(listAlarmsStatusRequest) {
|
|
625
625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class MonitoringClient {
|
|
|
733
733
|
* @param ListMetricsRequest
|
|
734
734
|
* @return ListMetricsResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
737
737
|
*/
|
|
738
738
|
listMetrics(listMetricsRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -858,7 +858,7 @@ class MonitoringClient {
|
|
|
858
858
|
* @param PostMetricDataRequest
|
|
859
859
|
* @return PostMetricDataResponse
|
|
860
860
|
* @throws OciError when an error occurs
|
|
861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
862
862
|
*/
|
|
863
863
|
postMetricData(postMetricDataRequest) {
|
|
864
864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -922,7 +922,7 @@ class MonitoringClient {
|
|
|
922
922
|
* @param RemoveAlarmSuppressionRequest
|
|
923
923
|
* @return RemoveAlarmSuppressionResponse
|
|
924
924
|
* @throws OciError when an error occurs
|
|
925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
926
926
|
*/
|
|
927
927
|
removeAlarmSuppression(removeAlarmSuppressionRequest) {
|
|
928
928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -987,7 +987,7 @@ class MonitoringClient {
|
|
|
987
987
|
* @param RetrieveDimensionStatesRequest
|
|
988
988
|
* @return RetrieveDimensionStatesResponse
|
|
989
989
|
* @throws OciError when an error occurs
|
|
990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
991
991
|
*/
|
|
992
992
|
retrieveDimensionStates(retrieveDimensionStatesRequest) {
|
|
993
993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1059,7 @@ class MonitoringClient {
|
|
|
1059
1059
|
* @param SummarizeMetricsDataRequest
|
|
1060
1060
|
* @return SummarizeMetricsDataResponse
|
|
1061
1061
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
1063
1063
|
*/
|
|
1064
1064
|
summarizeMetricsData(summarizeMetricsDataRequest) {
|
|
1065
1065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1125,7 +1125,7 @@ class MonitoringClient {
|
|
|
1125
1125
|
* @param UpdateAlarmRequest
|
|
1126
1126
|
* @return UpdateAlarmResponse
|
|
1127
1127
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
1129
1129
|
*/
|
|
1130
1130
|
updateAlarm(updateAlarmRequest) {
|
|
1131
1131
|
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.44.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.44.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.44.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.44.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.44.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.44.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.44.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.44.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.44.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.44.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.44.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStatesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RetrieveDimensionStatesRequest 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.44.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.44.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.44.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.44.0",
|
|
19
|
+
"oci-workrequests": "2.44.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|