oci-monitoring 2.88.0 → 2.88.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +18 -18
- package/lib/client.js +18 -18
- package/lib/model/alarm-dimension-states-entry.d.ts +11 -2
- package/lib/model/alarm-dimension-states-entry.js.map +1 -1
- package/lib/model/alarm-history-entry.d.ts +10 -0
- package/lib/model/alarm-history-entry.js.map +1 -1
- package/lib/model/alarm-override.d.ts +14 -2
- package/lib/model/alarm-override.js.map +1 -1
- package/lib/model/alarm-status-summary.d.ts +11 -2
- package/lib/model/alarm-status-summary.js.map +1 -1
- package/lib/model/alarm-summary.d.ts +35 -2
- package/lib/model/alarm-summary.js.map +1 -1
- package/lib/model/alarm.d.ts +41 -4
- package/lib/model/alarm.js.map +1 -1
- package/lib/model/create-alarm-details.d.ts +41 -4
- package/lib/model/create-alarm-details.js.map +1 -1
- package/lib/model/update-alarm-details.d.ts +41 -4
- package/lib/model/update-alarm-details.js.map +1 -1
- package/lib/request/change-alarm-compartment-request.d.ts +1 -1
- package/lib/request/create-alarm-request.d.ts +1 -1
- package/lib/request/create-alarm-suppression-request.d.ts +1 -1
- package/lib/request/delete-alarm-request.d.ts +1 -1
- package/lib/request/delete-alarm-suppression-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/get-alarm-suppression-request.d.ts +1 -1
- package/lib/request/list-alarm-suppressions-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-alarm-suppression-history-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
|
@@ -103,7 +103,7 @@ export declare class MonitoringClient {
|
|
|
103
103
|
* @param ChangeAlarmCompartmentRequest
|
|
104
104
|
* @return ChangeAlarmCompartmentResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
107
107
|
*/
|
|
108
108
|
changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
|
|
109
109
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class MonitoringClient {
|
|
|
121
121
|
* @param CreateAlarmRequest
|
|
122
122
|
* @return CreateAlarmResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
125
125
|
*/
|
|
126
126
|
createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
|
|
127
127
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class MonitoringClient {
|
|
|
138
138
|
* @param CreateAlarmSuppressionRequest
|
|
139
139
|
* @return CreateAlarmSuppressionResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
|
|
142
142
|
*/
|
|
143
143
|
createAlarmSuppression(createAlarmSuppressionRequest: requests.CreateAlarmSuppressionRequest): Promise<responses.CreateAlarmSuppressionResponse>;
|
|
144
144
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class MonitoringClient {
|
|
|
156
156
|
* @param DeleteAlarmRequest
|
|
157
157
|
* @return DeleteAlarmResponse
|
|
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.88.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
160
160
|
*/
|
|
161
161
|
deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
|
|
162
162
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class MonitoringClient {
|
|
|
173
173
|
* @param DeleteAlarmSuppressionRequest
|
|
174
174
|
* @return DeleteAlarmSuppressionResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
|
|
177
177
|
*/
|
|
178
178
|
deleteAlarmSuppression(deleteAlarmSuppressionRequest: requests.DeleteAlarmSuppressionRequest): Promise<responses.DeleteAlarmSuppressionResponse>;
|
|
179
179
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class MonitoringClient {
|
|
|
191
191
|
* @param GetAlarmRequest
|
|
192
192
|
* @return GetAlarmResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
195
195
|
*/
|
|
196
196
|
getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
|
|
197
197
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class MonitoringClient {
|
|
|
209
209
|
* @param GetAlarmHistoryRequest
|
|
210
210
|
* @return GetAlarmHistoryResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
213
213
|
*/
|
|
214
214
|
getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
|
|
215
215
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class MonitoringClient {
|
|
|
226
226
|
* @param GetAlarmSuppressionRequest
|
|
227
227
|
* @return GetAlarmSuppressionResponse
|
|
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.88.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
|
|
230
230
|
*/
|
|
231
231
|
getAlarmSuppression(getAlarmSuppressionRequest: requests.GetAlarmSuppressionRequest): Promise<responses.GetAlarmSuppressionResponse>;
|
|
232
232
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class MonitoringClient {
|
|
|
244
244
|
* @param ListAlarmSuppressionsRequest
|
|
245
245
|
* @return ListAlarmSuppressionsResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
|
|
248
248
|
*/
|
|
249
249
|
listAlarmSuppressions(listAlarmSuppressionsRequest: requests.ListAlarmSuppressionsRequest): Promise<responses.ListAlarmSuppressionsResponse>;
|
|
250
250
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class MonitoringClient {
|
|
|
262
262
|
* @param ListAlarmsRequest
|
|
263
263
|
* @return ListAlarmsResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
266
266
|
*/
|
|
267
267
|
listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
|
|
268
268
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class MonitoringClient {
|
|
|
315
315
|
* @param ListAlarmsStatusRequest
|
|
316
316
|
* @return ListAlarmsStatusResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
319
319
|
*/
|
|
320
320
|
listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
|
|
321
321
|
/**
|
|
@@ -365,7 +365,7 @@ export declare class MonitoringClient {
|
|
|
365
365
|
* @param ListMetricsRequest
|
|
366
366
|
* @return ListMetricsResponse
|
|
367
367
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
369
369
|
*/
|
|
370
370
|
listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
|
|
371
371
|
/**
|
|
@@ -435,7 +435,7 @@ export declare class MonitoringClient {
|
|
|
435
435
|
* @param PostMetricDataRequest
|
|
436
436
|
* @return PostMetricDataResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
439
439
|
*/
|
|
440
440
|
postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
|
|
441
441
|
/**
|
|
@@ -453,7 +453,7 @@ export declare class MonitoringClient {
|
|
|
453
453
|
* @param RemoveAlarmSuppressionRequest
|
|
454
454
|
* @return RemoveAlarmSuppressionResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
457
457
|
*/
|
|
458
458
|
removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
|
|
459
459
|
/**
|
|
@@ -473,7 +473,7 @@ export declare class MonitoringClient {
|
|
|
473
473
|
* @param RetrieveDimensionStatesRequest
|
|
474
474
|
* @return RetrieveDimensionStatesResponse
|
|
475
475
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
477
477
|
*/
|
|
478
478
|
retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
|
|
479
479
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class MonitoringClient {
|
|
|
490
490
|
* @param SummarizeAlarmSuppressionHistoryRequest
|
|
491
491
|
* @return SummarizeAlarmSuppressionHistoryResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
|
|
494
494
|
*/
|
|
495
495
|
summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest: requests.SummarizeAlarmSuppressionHistoryRequest): Promise<responses.SummarizeAlarmSuppressionHistoryResponse>;
|
|
496
496
|
/**
|
|
@@ -508,7 +508,7 @@ export declare class MonitoringClient {
|
|
|
508
508
|
* @param SummarizeMetricsDataRequest
|
|
509
509
|
* @return SummarizeMetricsDataResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
512
512
|
*/
|
|
513
513
|
summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
|
|
514
514
|
/**
|
|
@@ -526,7 +526,7 @@ export declare class MonitoringClient {
|
|
|
526
526
|
* @param UpdateAlarmRequest
|
|
527
527
|
* @return UpdateAlarmResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
530
530
|
*/
|
|
531
531
|
updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
|
|
532
532
|
}
|
package/lib/client.js
CHANGED
|
@@ -210,7 +210,7 @@ class MonitoringClient {
|
|
|
210
210
|
* @param ChangeAlarmCompartmentRequest
|
|
211
211
|
* @return ChangeAlarmCompartmentResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
214
214
|
*/
|
|
215
215
|
changeAlarmCompartment(changeAlarmCompartmentRequest) {
|
|
216
216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -276,7 +276,7 @@ class MonitoringClient {
|
|
|
276
276
|
* @param CreateAlarmRequest
|
|
277
277
|
* @return CreateAlarmResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
280
280
|
*/
|
|
281
281
|
createAlarm(createAlarmRequest) {
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -347,7 +347,7 @@ class MonitoringClient {
|
|
|
347
347
|
* @param CreateAlarmSuppressionRequest
|
|
348
348
|
* @return CreateAlarmSuppressionResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
|
|
351
351
|
*/
|
|
352
352
|
createAlarmSuppression(createAlarmSuppressionRequest) {
|
|
353
353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -419,7 +419,7 @@ class MonitoringClient {
|
|
|
419
419
|
* @param DeleteAlarmRequest
|
|
420
420
|
* @return DeleteAlarmResponse
|
|
421
421
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
423
423
|
*/
|
|
424
424
|
deleteAlarm(deleteAlarmRequest) {
|
|
425
425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -482,7 +482,7 @@ class MonitoringClient {
|
|
|
482
482
|
* @param DeleteAlarmSuppressionRequest
|
|
483
483
|
* @return DeleteAlarmSuppressionResponse
|
|
484
484
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
|
|
486
486
|
*/
|
|
487
487
|
deleteAlarmSuppression(deleteAlarmSuppressionRequest) {
|
|
488
488
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -546,7 +546,7 @@ class MonitoringClient {
|
|
|
546
546
|
* @param GetAlarmRequest
|
|
547
547
|
* @return GetAlarmResponse
|
|
548
548
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
550
550
|
*/
|
|
551
551
|
getAlarm(getAlarmRequest) {
|
|
552
552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -618,7 +618,7 @@ class MonitoringClient {
|
|
|
618
618
|
* @param GetAlarmHistoryRequest
|
|
619
619
|
* @return GetAlarmHistoryResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
622
622
|
*/
|
|
623
623
|
getAlarmHistory(getAlarmHistoryRequest) {
|
|
624
624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -695,7 +695,7 @@ class MonitoringClient {
|
|
|
695
695
|
* @param GetAlarmSuppressionRequest
|
|
696
696
|
* @return GetAlarmSuppressionResponse
|
|
697
697
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
|
|
699
699
|
*/
|
|
700
700
|
getAlarmSuppression(getAlarmSuppressionRequest) {
|
|
701
701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class MonitoringClient {
|
|
|
767
767
|
* @param ListAlarmSuppressionsRequest
|
|
768
768
|
* @return ListAlarmSuppressionsResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
|
|
771
771
|
*/
|
|
772
772
|
listAlarmSuppressions(listAlarmSuppressionsRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -850,7 +850,7 @@ class MonitoringClient {
|
|
|
850
850
|
* @param ListAlarmsRequest
|
|
851
851
|
* @return ListAlarmsResponse
|
|
852
852
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
854
854
|
*/
|
|
855
855
|
listAlarms(listAlarmsRequest) {
|
|
856
856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -972,7 +972,7 @@ class MonitoringClient {
|
|
|
972
972
|
* @param ListAlarmsStatusRequest
|
|
973
973
|
* @return ListAlarmsStatusResponse
|
|
974
974
|
* @throws OciError when an error occurs
|
|
975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
976
976
|
*/
|
|
977
977
|
listAlarmsStatus(listAlarmsStatusRequest) {
|
|
978
978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1094,7 +1094,7 @@ class MonitoringClient {
|
|
|
1094
1094
|
* @param ListMetricsRequest
|
|
1095
1095
|
* @return ListMetricsResponse
|
|
1096
1096
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
1098
1098
|
*/
|
|
1099
1099
|
listMetrics(listMetricsRequest) {
|
|
1100
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1230,7 +1230,7 @@ class MonitoringClient {
|
|
|
1230
1230
|
* @param PostMetricDataRequest
|
|
1231
1231
|
* @return PostMetricDataResponse
|
|
1232
1232
|
* @throws OciError when an error occurs
|
|
1233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
1234
1234
|
*/
|
|
1235
1235
|
postMetricData(postMetricDataRequest) {
|
|
1236
1236
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ class MonitoringClient {
|
|
|
1297
1297
|
* @param RemoveAlarmSuppressionRequest
|
|
1298
1298
|
* @return RemoveAlarmSuppressionResponse
|
|
1299
1299
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
1301
1301
|
*/
|
|
1302
1302
|
removeAlarmSuppression(removeAlarmSuppressionRequest) {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1363,7 +1363,7 @@ class MonitoringClient {
|
|
|
1363
1363
|
* @param RetrieveDimensionStatesRequest
|
|
1364
1364
|
* @return RetrieveDimensionStatesResponse
|
|
1365
1365
|
* @throws OciError when an error occurs
|
|
1366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
1367
1367
|
*/
|
|
1368
1368
|
retrieveDimensionStates(retrieveDimensionStatesRequest) {
|
|
1369
1369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1438,7 +1438,7 @@ class MonitoringClient {
|
|
|
1438
1438
|
* @param SummarizeAlarmSuppressionHistoryRequest
|
|
1439
1439
|
* @return SummarizeAlarmSuppressionHistoryResponse
|
|
1440
1440
|
* @throws OciError when an error occurs
|
|
1441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
|
|
1442
1442
|
*/
|
|
1443
1443
|
summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest) {
|
|
1444
1444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1519,7 +1519,7 @@ class MonitoringClient {
|
|
|
1519
1519
|
* @param SummarizeMetricsDataRequest
|
|
1520
1520
|
* @return SummarizeMetricsDataResponse
|
|
1521
1521
|
* @throws OciError when an error occurs
|
|
1522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
1523
1523
|
*/
|
|
1524
1524
|
summarizeMetricsData(summarizeMetricsDataRequest) {
|
|
1525
1525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1588,7 +1588,7 @@ class MonitoringClient {
|
|
|
1588
1588
|
* @param UpdateAlarmRequest
|
|
1589
1589
|
* @return UpdateAlarmResponse
|
|
1590
1590
|
* @throws OciError when an error occurs
|
|
1591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
1592
1592
|
*/
|
|
1593
1593
|
updateAlarm(updateAlarmRequest) {
|
|
1594
1594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19,6 +19,16 @@ For more information, see
|
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
export interface AlarmDimensionStatesEntry {
|
|
22
|
+
/**
|
|
23
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
24
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
25
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
26
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
27
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
28
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"alarmSummary": string;
|
|
22
32
|
/**
|
|
23
33
|
* Indicator of the metric stream associated with the alarm state entry. Includes one or more dimension key-value pairs.
|
|
24
34
|
*
|
|
@@ -35,8 +45,7 @@ export interface AlarmDimensionStatesEntry {
|
|
|
35
45
|
"status": AlarmDimensionStatesEntry.Status;
|
|
36
46
|
/**
|
|
37
47
|
* Identifier of the alarm's base values for alarm evaluation, for use when the alarm contains overrides.
|
|
38
|
-
*
|
|
39
|
-
* Minimum number of characters: 3. Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
48
|
+
* Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
40
49
|
*
|
|
41
50
|
*/
|
|
42
51
|
"ruleName": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-dimension-states-entry.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-dimension-states-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;
|
|
1
|
+
{"version":3,"file":"alarm-dimension-states-entry.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-dimension-states-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA+CH,IAAiB,yBAAyB,CAqBzC;AArBD,WAAiB,yBAAyB;IACxC,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,mBAAS,CAAA;QACT;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAQjB;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAqBzC"}
|
|
@@ -20,6 +20,16 @@ For more information, see
|
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
export interface AlarmHistoryEntry {
|
|
23
|
+
/**
|
|
24
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
25
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
26
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
27
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
28
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
29
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"alarmSummary": string;
|
|
23
33
|
/**
|
|
24
34
|
* Description for this alarm history entry.
|
|
25
35
|
* <p>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-history-entry.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-history-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;
|
|
1
|
+
{"version":3,"file":"alarm-history-entry.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-history-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA+CH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -50,7 +50,9 @@ export interface AlarmOverride {
|
|
|
50
50
|
*/
|
|
51
51
|
"severity"?: string;
|
|
52
52
|
/**
|
|
53
|
-
* The human-readable content of the delivered alarm notification.
|
|
53
|
+
* The human-readable content of the delivered alarm notification.
|
|
54
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
55
|
+
* Oracle recommends providing guidance
|
|
54
56
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
55
57
|
* practices. Avoid entering confidential information.
|
|
56
58
|
* <p>
|
|
@@ -70,7 +72,10 @@ export interface AlarmOverride {
|
|
|
70
72
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
71
73
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
72
74
|
* interval values are supported for smaller time ranges. You can optionally
|
|
73
|
-
* specify dimensions and grouping functions.
|
|
75
|
+
* specify dimensions and grouping functions.
|
|
76
|
+
* Also, you can customize the
|
|
77
|
+
* [absence detection period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
|
|
78
|
+
* Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
74
79
|
* For information about writing MQL expressions, see
|
|
75
80
|
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
76
81
|
* For details about MQL, see
|
|
@@ -93,6 +98,13 @@ export interface AlarmOverride {
|
|
|
93
98
|
CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent()
|
|
94
99
|
* <p>
|
|
95
100
|
-----
|
|
101
|
+
* Example of absence alarm with custom absence detection period of 20 hours:
|
|
102
|
+
* <p>
|
|
103
|
+
-----
|
|
104
|
+
*
|
|
105
|
+
* CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent(20h)
|
|
106
|
+
*
|
|
107
|
+
* -----
|
|
96
108
|
*
|
|
97
109
|
*/
|
|
98
110
|
"query"?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-override.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-override.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;
|
|
1
|
+
{"version":3,"file":"alarm-override.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-override.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAqGH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -52,8 +52,7 @@ export interface AlarmStatusSummary {
|
|
|
52
52
|
"severity": AlarmStatusSummary.Severity;
|
|
53
53
|
/**
|
|
54
54
|
* Identifier of the alarm's base values for alarm evaluation, for use when the alarm contains overrides.
|
|
55
|
-
*
|
|
56
|
-
* Minimum number of characters: 3. Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
55
|
+
* Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
57
56
|
*
|
|
58
57
|
*/
|
|
59
58
|
"ruleName": string;
|
|
@@ -65,6 +64,16 @@ export interface AlarmStatusSummary {
|
|
|
65
64
|
*
|
|
66
65
|
*/
|
|
67
66
|
"timestampTriggered": Date;
|
|
67
|
+
/**
|
|
68
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
69
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
70
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
71
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
72
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
73
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"alarmSummary": string;
|
|
68
77
|
/**
|
|
69
78
|
* The status of this alarm.
|
|
70
79
|
* Status is collective, across all metric streams in the alarm.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-status-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-status-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"alarm-status-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-status-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ElC,IAAiB,kBAAkB,CA8ClC;AA9CD,WAAiB,kBAAkB;IACjC,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,2BAAQ,KAAR,2BAAQ,QAUnB;IAED,IAAY,MASX;IATD,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,mBAAS,CAAA;QACT,iCAAuB,CAAA;QACvB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EATW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QASjB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EA9CgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA8ClC"}
|
|
@@ -166,8 +166,7 @@ export interface AlarmSummary {
|
|
|
166
166
|
"overrides"?: Array<model.AlarmOverride>;
|
|
167
167
|
/**
|
|
168
168
|
* Identifier of the alarm's base values for alarm evaluation, for use when the alarm contains overrides.
|
|
169
|
-
*
|
|
170
|
-
* Minimum number of characters: 3. Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
169
|
+
* Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
171
170
|
*
|
|
172
171
|
*/
|
|
173
172
|
"ruleName"?: string;
|
|
@@ -177,6 +176,40 @@ export interface AlarmSummary {
|
|
|
177
176
|
*
|
|
178
177
|
*/
|
|
179
178
|
"notificationVersion"?: string;
|
|
179
|
+
/**
|
|
180
|
+
* Customizable notification title ({@code title} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
181
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
182
|
+
* The notification title appears as the subject line in a formatted email message and as the title in a Slack message.
|
|
183
|
+
*
|
|
184
|
+
*/
|
|
185
|
+
"notificationTitle"?: string;
|
|
186
|
+
/**
|
|
187
|
+
* Customizable slack period to wait for metric ingestion before evaluating the alarm.
|
|
188
|
+
* Specify a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
|
|
189
|
+
* for one hour). Minimum: PT3M. Maximum: PT2H. Default: PT3M.
|
|
190
|
+
* For more information about the slack period, see
|
|
191
|
+
* [About the Internal Reset Period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
|
|
192
|
+
*
|
|
193
|
+
*/
|
|
194
|
+
"evaluationSlackDuration"?: string;
|
|
195
|
+
/**
|
|
196
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
197
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
198
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
199
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
200
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
201
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
202
|
+
*
|
|
203
|
+
*/
|
|
204
|
+
"alarmSummary"?: string;
|
|
205
|
+
/**
|
|
206
|
+
* Resource group that you want to match. A null value returns only metric data that has no resource groups. The specified resource group must exist in the definition of the posted metric. Only one resource group can be applied per metric.
|
|
207
|
+
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
208
|
+
* <p>
|
|
209
|
+
Example: {@code frontend-fleet}
|
|
210
|
+
*
|
|
211
|
+
*/
|
|
212
|
+
"resourceGroup"?: string;
|
|
180
213
|
}
|
|
181
214
|
export declare namespace AlarmSummary {
|
|
182
215
|
enum Severity {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"alarm-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkMlC,IAAiB,YAAY,CA+C5B;AA/CD,WAAiB,YAAY;IAC3B,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,qBAAQ,KAAR,qBAAQ,QAUnB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,mCAAsB,yBAiBrC,CAAA;AACH,CAAC,EA/CgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA+C5B"}
|
package/lib/model/alarm.d.ts
CHANGED
|
@@ -89,7 +89,10 @@ export interface Alarm {
|
|
|
89
89
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
90
90
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
91
91
|
* interval values are supported for smaller time ranges. You can optionally
|
|
92
|
-
* specify dimensions and grouping functions.
|
|
92
|
+
* specify dimensions and grouping functions.
|
|
93
|
+
* Also, you can customize the
|
|
94
|
+
* [absence detection period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
|
|
95
|
+
* Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
93
96
|
* For information about writing MQL expressions, see
|
|
94
97
|
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
95
98
|
* For details about MQL, see
|
|
@@ -112,6 +115,13 @@ export interface Alarm {
|
|
|
112
115
|
CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent()
|
|
113
116
|
* <p>
|
|
114
117
|
-----
|
|
118
|
+
* Example of absence alarm with custom absence detection period of 20 hours:
|
|
119
|
+
* <p>
|
|
120
|
+
-----
|
|
121
|
+
*
|
|
122
|
+
* CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent(20h)
|
|
123
|
+
*
|
|
124
|
+
* -----
|
|
115
125
|
*
|
|
116
126
|
*/
|
|
117
127
|
"query": string;
|
|
@@ -147,7 +157,9 @@ export interface Alarm {
|
|
|
147
157
|
*/
|
|
148
158
|
"severity": Alarm.Severity;
|
|
149
159
|
/**
|
|
150
|
-
* The human-readable content of the delivered alarm notification.
|
|
160
|
+
* The human-readable content of the delivered alarm notification.
|
|
161
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
162
|
+
* Oracle recommends providing guidance
|
|
151
163
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
152
164
|
* practices. Avoid entering confidential information.
|
|
153
165
|
* <p>
|
|
@@ -230,8 +242,7 @@ export interface Alarm {
|
|
|
230
242
|
"overrides"?: Array<model.AlarmOverride>;
|
|
231
243
|
/**
|
|
232
244
|
* Identifier of the alarm's base values for alarm evaluation, for use when the alarm contains overrides.
|
|
233
|
-
*
|
|
234
|
-
* Minimum number of characters: 3. Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
245
|
+
* Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
235
246
|
*
|
|
236
247
|
*/
|
|
237
248
|
"ruleName"?: string;
|
|
@@ -241,6 +252,32 @@ export interface Alarm {
|
|
|
241
252
|
*
|
|
242
253
|
*/
|
|
243
254
|
"notificationVersion"?: string;
|
|
255
|
+
/**
|
|
256
|
+
* Customizable notification title ({@code title} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
257
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
258
|
+
* The notification title appears as the subject line in a formatted email message and as the title in a Slack message.
|
|
259
|
+
*
|
|
260
|
+
*/
|
|
261
|
+
"notificationTitle"?: string;
|
|
262
|
+
/**
|
|
263
|
+
* Customizable slack period to wait for metric ingestion before evaluating the alarm.
|
|
264
|
+
* Specify a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
|
|
265
|
+
* for one hour). Minimum: PT3M. Maximum: PT2H. Default: PT3M.
|
|
266
|
+
* For more information about the slack period, see
|
|
267
|
+
* [About the Internal Reset Period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
|
|
268
|
+
*
|
|
269
|
+
*/
|
|
270
|
+
"evaluationSlackDuration"?: string;
|
|
271
|
+
/**
|
|
272
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
273
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
274
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
275
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
276
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
277
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
278
|
+
*
|
|
279
|
+
*/
|
|
280
|
+
"alarmSummary"?: string;
|
|
244
281
|
/**
|
|
245
282
|
* The current lifecycle state of the alarm.
|
|
246
283
|
* <p>
|
package/lib/model/alarm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2RlC,IAAiB,KAAK,CAqErB;AArED,WAAiB,KAAK;IACpB,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAUnB;IAED,IAAY,aASX;IATD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;QAC9B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EATW,aAAa,GAAb,mBAAa,KAAb,mBAAa,QASxB;IAED,IAAY,cASX;IATD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,gBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAsB,yBAiBrC,CAAA;AACH,CAAC,EArEgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAqErB"}
|
|
@@ -75,7 +75,10 @@ export interface CreateAlarmDetails {
|
|
|
75
75
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
76
76
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
77
77
|
* interval values are supported for smaller time ranges. You can optionally
|
|
78
|
-
* specify dimensions and grouping functions.
|
|
78
|
+
* specify dimensions and grouping functions.
|
|
79
|
+
* Also, you can customize the
|
|
80
|
+
* [absence detection period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
|
|
81
|
+
* Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
79
82
|
* For information about writing MQL expressions, see
|
|
80
83
|
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
81
84
|
* For details about MQL, see
|
|
@@ -98,6 +101,13 @@ export interface CreateAlarmDetails {
|
|
|
98
101
|
CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent()
|
|
99
102
|
* <p>
|
|
100
103
|
-----
|
|
104
|
+
* Example of absence alarm with custom absence detection period of 20 hours:
|
|
105
|
+
* <p>
|
|
106
|
+
-----
|
|
107
|
+
*
|
|
108
|
+
* CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent(20h)
|
|
109
|
+
*
|
|
110
|
+
* -----
|
|
101
111
|
*
|
|
102
112
|
*/
|
|
103
113
|
"query": string;
|
|
@@ -133,7 +143,9 @@ export interface CreateAlarmDetails {
|
|
|
133
143
|
*/
|
|
134
144
|
"severity": string;
|
|
135
145
|
/**
|
|
136
|
-
* The human-readable content of the delivered alarm notification.
|
|
146
|
+
* The human-readable content of the delivered alarm notification.
|
|
147
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
148
|
+
* Oracle recommends providing guidance
|
|
137
149
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
138
150
|
* practices. Avoid entering confidential information.
|
|
139
151
|
* <p>
|
|
@@ -217,8 +229,7 @@ export interface CreateAlarmDetails {
|
|
|
217
229
|
"overrides"?: Array<model.AlarmOverride>;
|
|
218
230
|
/**
|
|
219
231
|
* Identifier of the alarm's base values for alarm evaluation, for use when the alarm contains overrides.
|
|
220
|
-
*
|
|
221
|
-
* Minimum number of characters: 3. Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
232
|
+
* Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
222
233
|
*
|
|
223
234
|
*/
|
|
224
235
|
"ruleName"?: string;
|
|
@@ -228,6 +239,32 @@ export interface CreateAlarmDetails {
|
|
|
228
239
|
*
|
|
229
240
|
*/
|
|
230
241
|
"notificationVersion"?: string;
|
|
242
|
+
/**
|
|
243
|
+
* Customizable notification title ({@code title} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
244
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
245
|
+
* The notification title appears as the subject line in a formatted email message and as the title in a Slack message.
|
|
246
|
+
*
|
|
247
|
+
*/
|
|
248
|
+
"notificationTitle"?: string;
|
|
249
|
+
/**
|
|
250
|
+
* Customizable slack period to wait for metric ingestion before evaluating the alarm.
|
|
251
|
+
* Specify a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
|
|
252
|
+
* for one hour). Minimum: PT3M. Maximum: PT2H. Default: PT3M.
|
|
253
|
+
* For more information about the slack period, see
|
|
254
|
+
* [About the Internal Reset Period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
|
|
255
|
+
*
|
|
256
|
+
*/
|
|
257
|
+
"evaluationSlackDuration"?: string;
|
|
258
|
+
/**
|
|
259
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
260
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
261
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
262
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
263
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
264
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
265
|
+
*
|
|
266
|
+
*/
|
|
267
|
+
"alarmSummary"?: string;
|
|
231
268
|
}
|
|
232
269
|
export declare namespace CreateAlarmDetails {
|
|
233
270
|
enum MessageFormat {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/create-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/create-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyPlC,IAAiB,kBAAkB,CAyClC;AAzCD,WAAiB,kBAAkB;IACjC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;IAChC,CAAC,EAJW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,yCAAsB,yBAiBrC,CAAA;AACH,CAAC,EAzCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAyClC"}
|
|
@@ -75,7 +75,10 @@ export interface UpdateAlarmDetails {
|
|
|
75
75
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
76
76
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
77
77
|
* interval values are supported for smaller time ranges. You can optionally
|
|
78
|
-
* specify dimensions and grouping functions.
|
|
78
|
+
* specify dimensions and grouping functions.
|
|
79
|
+
* Also, you can customize the
|
|
80
|
+
* [absence detection period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
|
|
81
|
+
* Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
79
82
|
* For information about writing MQL expressions, see
|
|
80
83
|
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
81
84
|
* For details about MQL, see
|
|
@@ -98,6 +101,13 @@ export interface UpdateAlarmDetails {
|
|
|
98
101
|
CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent()
|
|
99
102
|
* <p>
|
|
100
103
|
-----
|
|
104
|
+
* Example of absence alarm with custom absence detection period of 20 hours:
|
|
105
|
+
* <p>
|
|
106
|
+
-----
|
|
107
|
+
*
|
|
108
|
+
* CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.absent(20h)
|
|
109
|
+
*
|
|
110
|
+
* -----
|
|
101
111
|
*
|
|
102
112
|
*/
|
|
103
113
|
"query"?: string;
|
|
@@ -133,7 +143,9 @@ export interface UpdateAlarmDetails {
|
|
|
133
143
|
*/
|
|
134
144
|
"severity"?: string;
|
|
135
145
|
/**
|
|
136
|
-
* The human-readable content of the delivered alarm notification.
|
|
146
|
+
* The human-readable content of the delivered alarm notification.
|
|
147
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
148
|
+
* Oracle recommends providing guidance
|
|
137
149
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
138
150
|
* practices. Avoid entering confidential information.
|
|
139
151
|
* <p>
|
|
@@ -216,8 +228,7 @@ export interface UpdateAlarmDetails {
|
|
|
216
228
|
"overrides"?: Array<model.AlarmOverride>;
|
|
217
229
|
/**
|
|
218
230
|
* Identifier of the alarm's base values for alarm evaluation, for use when the alarm contains overrides.
|
|
219
|
-
*
|
|
220
|
-
* Minimum number of characters: 3. Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
231
|
+
* Default value is {@code BASE}. For information about alarm overrides, see {@link #alarmOverride(AlarmOverrideRequest) alarmOverride}.
|
|
221
232
|
*
|
|
222
233
|
*/
|
|
223
234
|
"ruleName"?: string;
|
|
@@ -227,6 +238,32 @@ export interface UpdateAlarmDetails {
|
|
|
227
238
|
*
|
|
228
239
|
*/
|
|
229
240
|
"notificationVersion"?: string;
|
|
241
|
+
/**
|
|
242
|
+
* Customizable notification title ({@code title} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
243
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
244
|
+
* The notification title appears as the subject line in a formatted email message and as the title in a Slack message.
|
|
245
|
+
*
|
|
246
|
+
*/
|
|
247
|
+
"notificationTitle"?: string;
|
|
248
|
+
/**
|
|
249
|
+
* Customizable slack period to wait for metric ingestion before evaluating the alarm.
|
|
250
|
+
* Specify a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
|
|
251
|
+
* for one hour). Minimum: PT3M. Maximum: PT2H. Default: PT3M.
|
|
252
|
+
* For more information about the slack period, see
|
|
253
|
+
* [About the Internal Reset Period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
|
|
254
|
+
*
|
|
255
|
+
*/
|
|
256
|
+
"evaluationSlackDuration"?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
|
|
259
|
+
* Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
|
|
260
|
+
* The alarm summary appears within the body of the alarm message and in responses to
|
|
261
|
+
* {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
|
|
262
|
+
* {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
|
|
263
|
+
* {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
264
|
+
*
|
|
265
|
+
*/
|
|
266
|
+
"alarmSummary"?: string;
|
|
230
267
|
}
|
|
231
268
|
export declare namespace UpdateAlarmDetails {
|
|
232
269
|
enum MessageFormat {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/update-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/update-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwPlC,IAAiB,kBAAkB,CAyClC;AAzCD,WAAiB,kBAAkB;IACjC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;IAChC,CAAC,EAJW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,yCAAsB,yBAiBrC,CAAA;AACH,CAAC,EAzCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAyClC"}
|
|
@@ -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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAlarmRequest 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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppressionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAlarmSuppressionRequest 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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppressionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAlarmSuppressionRequest 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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppressionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAlarmSuppressionRequest 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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAlarmSuppressionsRequest 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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistoryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeAlarmSuppressionHistoryRequest 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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/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.88.
|
|
3
|
+
"version": "2.88.2",
|
|
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.88.
|
|
19
|
-
"oci-workrequests": "2.88.
|
|
18
|
+
"oci-common": "2.88.2",
|
|
19
|
+
"oci-workrequests": "2.88.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|