oci-monitoring 2.64.0 → 2.66.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
|
@@ -92,7 +92,7 @@ export declare class MonitoringClient {
|
|
|
92
92
|
* @param ChangeAlarmCompartmentRequest
|
|
93
93
|
* @return ChangeAlarmCompartmentResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
96
96
|
*/
|
|
97
97
|
changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
|
|
98
98
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class MonitoringClient {
|
|
|
107
107
|
* @param CreateAlarmRequest
|
|
108
108
|
* @return CreateAlarmResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
111
111
|
*/
|
|
112
112
|
createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
|
|
113
113
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class MonitoringClient {
|
|
|
122
122
|
* @param DeleteAlarmRequest
|
|
123
123
|
* @return DeleteAlarmResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
126
126
|
*/
|
|
127
127
|
deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
|
|
128
128
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class MonitoringClient {
|
|
|
137
137
|
* @param GetAlarmRequest
|
|
138
138
|
* @return GetAlarmResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
141
141
|
*/
|
|
142
142
|
getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
|
|
143
143
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class MonitoringClient {
|
|
|
152
152
|
* @param GetAlarmHistoryRequest
|
|
153
153
|
* @return GetAlarmHistoryResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
156
156
|
*/
|
|
157
157
|
getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
|
|
158
158
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class MonitoringClient {
|
|
|
167
167
|
* @param ListAlarmsRequest
|
|
168
168
|
* @return ListAlarmsResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
171
171
|
*/
|
|
172
172
|
listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
|
|
173
173
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class MonitoringClient {
|
|
|
217
217
|
* @param ListAlarmsStatusRequest
|
|
218
218
|
* @return ListAlarmsStatusResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
221
221
|
*/
|
|
222
222
|
listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
|
|
223
223
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class MonitoringClient {
|
|
|
263
263
|
* @param ListMetricsRequest
|
|
264
264
|
* @return ListMetricsResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
267
267
|
*/
|
|
268
268
|
listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
|
|
269
269
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class MonitoringClient {
|
|
|
322
322
|
* @param PostMetricDataRequest
|
|
323
323
|
* @return PostMetricDataResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
326
326
|
*/
|
|
327
327
|
postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
|
|
328
328
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class MonitoringClient {
|
|
|
337
337
|
* @param RemoveAlarmSuppressionRequest
|
|
338
338
|
* @return RemoveAlarmSuppressionResponse
|
|
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.66.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
341
341
|
*/
|
|
342
342
|
removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
|
|
343
343
|
/**
|
|
@@ -356,7 +356,7 @@ export declare class MonitoringClient {
|
|
|
356
356
|
* @param RetrieveDimensionStatesRequest
|
|
357
357
|
* @return RetrieveDimensionStatesResponse
|
|
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.66.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
360
360
|
*/
|
|
361
361
|
retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
|
|
362
362
|
/**
|
|
@@ -370,7 +370,7 @@ export declare class MonitoringClient {
|
|
|
370
370
|
* @param SummarizeMetricsDataRequest
|
|
371
371
|
* @return SummarizeMetricsDataResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
374
374
|
*/
|
|
375
375
|
summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
|
|
376
376
|
/**
|
|
@@ -385,7 +385,7 @@ export declare class MonitoringClient {
|
|
|
385
385
|
* @param UpdateAlarmRequest
|
|
386
386
|
* @return UpdateAlarmResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
389
389
|
*/
|
|
390
390
|
updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
|
|
391
391
|
}
|
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class MonitoringClient {
|
|
|
186
186
|
* @param ChangeAlarmCompartmentRequest
|
|
187
187
|
* @return ChangeAlarmCompartmentResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
190
190
|
*/
|
|
191
191
|
changeAlarmCompartment(changeAlarmCompartmentRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class MonitoringClient {
|
|
|
249
249
|
* @param CreateAlarmRequest
|
|
250
250
|
* @return CreateAlarmResponse
|
|
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.66.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
253
253
|
*/
|
|
254
254
|
createAlarm(createAlarmRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class MonitoringClient {
|
|
|
318
318
|
* @param DeleteAlarmRequest
|
|
319
319
|
* @return DeleteAlarmResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
322
322
|
*/
|
|
323
323
|
deleteAlarm(deleteAlarmRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -379,7 +379,7 @@ class MonitoringClient {
|
|
|
379
379
|
* @param GetAlarmRequest
|
|
380
380
|
* @return GetAlarmResponse
|
|
381
381
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
383
383
|
*/
|
|
384
384
|
getAlarm(getAlarmRequest) {
|
|
385
385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -448,7 +448,7 @@ class MonitoringClient {
|
|
|
448
448
|
* @param GetAlarmHistoryRequest
|
|
449
449
|
* @return GetAlarmHistoryResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
452
452
|
*/
|
|
453
453
|
getAlarmHistory(getAlarmHistoryRequest) {
|
|
454
454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -523,7 +523,7 @@ class MonitoringClient {
|
|
|
523
523
|
* @param ListAlarmsRequest
|
|
524
524
|
* @return ListAlarmsResponse
|
|
525
525
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
527
527
|
*/
|
|
528
528
|
listAlarms(listAlarmsRequest) {
|
|
529
529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -642,7 +642,7 @@ class MonitoringClient {
|
|
|
642
642
|
* @param ListAlarmsStatusRequest
|
|
643
643
|
* @return ListAlarmsStatusResponse
|
|
644
644
|
* @throws OciError when an error occurs
|
|
645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
646
646
|
*/
|
|
647
647
|
listAlarmsStatus(listAlarmsStatusRequest) {
|
|
648
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -756,7 +756,7 @@ class MonitoringClient {
|
|
|
756
756
|
* @param ListMetricsRequest
|
|
757
757
|
* @return ListMetricsResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
760
760
|
*/
|
|
761
761
|
listMetrics(listMetricsRequest) {
|
|
762
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -881,7 +881,7 @@ class MonitoringClient {
|
|
|
881
881
|
* @param PostMetricDataRequest
|
|
882
882
|
* @return PostMetricDataResponse
|
|
883
883
|
* @throws OciError when an error occurs
|
|
884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
884
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
885
885
|
*/
|
|
886
886
|
postMetricData(postMetricDataRequest) {
|
|
887
887
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -945,7 +945,7 @@ class MonitoringClient {
|
|
|
945
945
|
* @param RemoveAlarmSuppressionRequest
|
|
946
946
|
* @return RemoveAlarmSuppressionResponse
|
|
947
947
|
* @throws OciError when an error occurs
|
|
948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
949
949
|
*/
|
|
950
950
|
removeAlarmSuppression(removeAlarmSuppressionRequest) {
|
|
951
951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1010,7 +1010,7 @@ class MonitoringClient {
|
|
|
1010
1010
|
* @param RetrieveDimensionStatesRequest
|
|
1011
1011
|
* @return RetrieveDimensionStatesResponse
|
|
1012
1012
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
1014
1014
|
*/
|
|
1015
1015
|
retrieveDimensionStates(retrieveDimensionStatesRequest) {
|
|
1016
1016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1082,7 +1082,7 @@ class MonitoringClient {
|
|
|
1082
1082
|
* @param SummarizeMetricsDataRequest
|
|
1083
1083
|
* @return SummarizeMetricsDataResponse
|
|
1084
1084
|
* @throws OciError when an error occurs
|
|
1085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
1086
1086
|
*/
|
|
1087
1087
|
summarizeMetricsData(summarizeMetricsDataRequest) {
|
|
1088
1088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1148,7 +1148,7 @@ class MonitoringClient {
|
|
|
1148
1148
|
* @param UpdateAlarmRequest
|
|
1149
1149
|
* @return UpdateAlarmResponse
|
|
1150
1150
|
* @throws OciError when an error occurs
|
|
1151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
1152
1152
|
*/
|
|
1153
1153
|
updateAlarm(updateAlarmRequest) {
|
|
1154
1154
|
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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.0",
|
|
19
|
+
"oci-workrequests": "2.66.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|