oci-monitoring 2.102.2 → 2.103.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.
Files changed (108) hide show
  1. package/index.d.ts +2 -2
  2. package/index.js +2 -2
  3. package/lib/client.d.ts +62 -62
  4. package/lib/client.js +62 -62
  5. package/lib/model/aggregated-datapoint.d.ts +2 -2
  6. package/lib/model/aggregated-datapoint.js +2 -2
  7. package/lib/model/alarm-dimension-states-collection.d.ts +3 -3
  8. package/lib/model/alarm-dimension-states-collection.js +2 -2
  9. package/lib/model/alarm-dimension-states-entry.d.ts +4 -4
  10. package/lib/model/alarm-dimension-states-entry.js +2 -2
  11. package/lib/model/alarm-history-collection.d.ts +3 -3
  12. package/lib/model/alarm-history-collection.js +2 -2
  13. package/lib/model/alarm-history-entry.d.ts +4 -4
  14. package/lib/model/alarm-history-entry.js +2 -2
  15. package/lib/model/alarm-override.d.ts +7 -7
  16. package/lib/model/alarm-override.js +2 -2
  17. package/lib/model/alarm-status-summary.d.ts +9 -9
  18. package/lib/model/alarm-status-summary.js +2 -2
  19. package/lib/model/alarm-summary.d.ts +19 -19
  20. package/lib/model/alarm-summary.js +2 -2
  21. package/lib/model/alarm-suppression-alarm-target.d.ts +3 -3
  22. package/lib/model/alarm-suppression-alarm-target.js +2 -2
  23. package/lib/model/alarm-suppression-collection.d.ts +2 -2
  24. package/lib/model/alarm-suppression-collection.js +2 -2
  25. package/lib/model/alarm-suppression-compartment-target.d.ts +3 -3
  26. package/lib/model/alarm-suppression-compartment-target.js +2 -2
  27. package/lib/model/alarm-suppression-history-item-collection.d.ts +2 -2
  28. package/lib/model/alarm-suppression-history-item-collection.js +2 -2
  29. package/lib/model/alarm-suppression-history-item.d.ts +3 -3
  30. package/lib/model/alarm-suppression-history-item.js +2 -2
  31. package/lib/model/alarm-suppression-summary.d.ts +4 -4
  32. package/lib/model/alarm-suppression-summary.js +2 -2
  33. package/lib/model/alarm-suppression-target.d.ts +2 -2
  34. package/lib/model/alarm-suppression-target.js +2 -2
  35. package/lib/model/alarm-suppression.d.ts +4 -4
  36. package/lib/model/alarm-suppression.js +2 -2
  37. package/lib/model/alarm.d.ts +20 -20
  38. package/lib/model/alarm.js +2 -2
  39. package/lib/model/change-alarm-compartment-details.d.ts +3 -3
  40. package/lib/model/change-alarm-compartment-details.js +2 -2
  41. package/lib/model/create-alarm-details.d.ts +15 -15
  42. package/lib/model/create-alarm-details.js +2 -2
  43. package/lib/model/create-alarm-suppression-details.d.ts +2 -2
  44. package/lib/model/create-alarm-suppression-details.js +2 -2
  45. package/lib/model/datapoint.d.ts +2 -2
  46. package/lib/model/datapoint.js +2 -2
  47. package/lib/model/failed-metric-record.d.ts +2 -2
  48. package/lib/model/failed-metric-record.js +2 -2
  49. package/lib/model/index.d.ts +2 -2
  50. package/lib/model/index.js +2 -2
  51. package/lib/model/list-metrics-details.d.ts +2 -2
  52. package/lib/model/list-metrics-details.js +2 -2
  53. package/lib/model/metric-data-details.d.ts +3 -3
  54. package/lib/model/metric-data-details.js +2 -2
  55. package/lib/model/metric-data.d.ts +5 -5
  56. package/lib/model/metric-data.js +2 -2
  57. package/lib/model/metric.d.ts +4 -4
  58. package/lib/model/metric.js +2 -2
  59. package/lib/model/post-metric-data-details.d.ts +2 -2
  60. package/lib/model/post-metric-data-details.js +2 -2
  61. package/lib/model/post-metric-data-response-details.d.ts +2 -2
  62. package/lib/model/post-metric-data-response-details.js +2 -2
  63. package/lib/model/recurrence.d.ts +2 -2
  64. package/lib/model/recurrence.js +2 -2
  65. package/lib/model/retrieve-dimension-states-details.d.ts +2 -2
  66. package/lib/model/retrieve-dimension-states-details.js +2 -2
  67. package/lib/model/summarize-alarm-suppression-history-details.d.ts +2 -2
  68. package/lib/model/summarize-alarm-suppression-history-details.js +2 -2
  69. package/lib/model/summarize-metrics-data-details.d.ts +4 -4
  70. package/lib/model/summarize-metrics-data-details.js +2 -2
  71. package/lib/model/suppression-condition.d.ts +2 -2
  72. package/lib/model/suppression-condition.js +2 -2
  73. package/lib/model/suppression.d.ts +3 -3
  74. package/lib/model/suppression.js +2 -2
  75. package/lib/model/update-alarm-details.d.ts +15 -15
  76. package/lib/model/update-alarm-details.js +2 -2
  77. package/lib/monitoring-waiter.d.ts +2 -2
  78. package/lib/monitoring-waiter.js +2 -2
  79. package/lib/request/change-alarm-compartment-request.d.ts +2 -2
  80. package/lib/request/create-alarm-request.d.ts +1 -1
  81. package/lib/request/create-alarm-suppression-request.d.ts +1 -1
  82. package/lib/request/delete-alarm-request.d.ts +2 -2
  83. package/lib/request/delete-alarm-suppression-request.d.ts +2 -2
  84. package/lib/request/get-alarm-history-request.d.ts +4 -4
  85. package/lib/request/get-alarm-request.d.ts +2 -2
  86. package/lib/request/get-alarm-suppression-request.d.ts +2 -2
  87. package/lib/request/index.d.ts +2 -2
  88. package/lib/request/index.js +2 -2
  89. package/lib/request/list-alarm-suppressions-request.d.ts +5 -5
  90. package/lib/request/list-alarms-request.d.ts +4 -4
  91. package/lib/request/list-alarms-status-request.d.ts +6 -6
  92. package/lib/request/list-metrics-request.d.ts +4 -4
  93. package/lib/request/post-metric-data-request.d.ts +1 -1
  94. package/lib/request/remove-alarm-suppression-request.d.ts +2 -2
  95. package/lib/request/retrieve-dimension-states-request.d.ts +4 -4
  96. package/lib/request/summarize-alarm-suppression-history-request.d.ts +4 -4
  97. package/lib/request/summarize-metrics-data-request.d.ts +2 -2
  98. package/lib/request/update-alarm-request.d.ts +2 -2
  99. package/lib/response/get-alarm-history-response.d.ts +1 -1
  100. package/lib/response/index.d.ts +2 -2
  101. package/lib/response/index.js +2 -2
  102. package/lib/response/list-alarm-suppressions-response.d.ts +2 -2
  103. package/lib/response/list-alarms-response.d.ts +1 -1
  104. package/lib/response/list-alarms-status-response.d.ts +1 -1
  105. package/lib/response/list-metrics-response.d.ts +1 -1
  106. package/lib/response/retrieve-dimension-states-response.d.ts +1 -1
  107. package/lib/response/summarize-alarm-suppression-history-response.d.ts +2 -2
  108. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
6
6
  For more information, see
7
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
8
8
 
9
9
  * OpenAPI spec version: 20180401
10
10
  *
@@ -215,13 +215,13 @@ class MonitoringClient {
215
215
  /**
216
216
  * Moves an alarm into a different compartment within the same tenancy.
217
217
  * For more information, see
218
- * [Moving an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/change-compartment-alarm.htm).
218
+ * [Moving an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/change-compartment-alarm.htm).
219
219
  *
220
220
  * This operation does not retry by default if the user has not defined a retry configuration.
221
221
  * @param ChangeAlarmCompartmentRequest
222
222
  * @return ChangeAlarmCompartmentResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
224
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
225
225
  */
226
226
  changeAlarmCompartment(changeAlarmCompartmentRequest) {
227
227
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,9 +275,9 @@ class MonitoringClient {
275
275
  /**
276
276
  * Creates a new alarm in the specified compartment.
277
277
  * For more information, see
278
- * [Creating an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-alarm.htm).
278
+ * [Creating an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/create-alarm.htm).
279
279
  * For important limits information, see
280
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
280
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
281
281
  * <p>
282
282
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
283
283
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -287,7 +287,7 @@ class MonitoringClient {
287
287
  * @param CreateAlarmRequest
288
288
  * @return CreateAlarmResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
290
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
291
291
  */
292
292
  createAlarm(createAlarmRequest) {
293
293
  return __awaiter(this, void 0, void 0, function* () {
@@ -347,11 +347,11 @@ class MonitoringClient {
347
347
  /**
348
348
  * Creates a new alarm suppression at the specified level (alarm-wide or dimension-specific).
349
349
  * For more information, see
350
- * [Adding an Alarm-wide Suppression](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/add-alarm-suppression.htm) and
351
- * [Adding a Dimension-Specific Alarm Suppression](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-alarm-suppression.htm).
350
+ * [Adding an Alarm-wide Suppression](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/add-alarm-suppression.htm) and
351
+ * [Adding a Dimension-Specific Alarm Suppression](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/create-alarm-suppression.htm).
352
352
  * <p>
353
353
  For important limits information, see
354
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
354
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
355
355
  * <p>
356
356
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
357
357
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -361,7 +361,7 @@ class MonitoringClient {
361
361
  * @param CreateAlarmSuppressionRequest
362
362
  * @return CreateAlarmSuppressionResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
364
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
365
365
  */
366
366
  createAlarmSuppression(createAlarmSuppressionRequest) {
367
367
  return __awaiter(this, void 0, void 0, function* () {
@@ -421,9 +421,9 @@ class MonitoringClient {
421
421
  /**
422
422
  * Deletes the specified alarm.
423
423
  * For more information, see
424
- * [Deleting an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/delete-alarm.htm).
424
+ * [Deleting an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/delete-alarm.htm).
425
425
  * For important limits information, see
426
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
426
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
427
427
  * <p>
428
428
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
429
429
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -433,7 +433,7 @@ class MonitoringClient {
433
433
  * @param DeleteAlarmRequest
434
434
  * @return DeleteAlarmResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
436
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
437
437
  */
438
438
  deleteAlarm(deleteAlarmRequest) {
439
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -484,11 +484,11 @@ class MonitoringClient {
484
484
  }
485
485
  /**
486
486
  * Deletes the specified alarm suppression. For more information, see
487
- * [Removing an Alarm-wide Suppression](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/remove-alarm-suppression.htm) and
488
- * [Removing a Dimension-Specific Alarm Suppression](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/delete-alarm-suppression.htm).
487
+ * [Removing an Alarm-wide Suppression](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/remove-alarm-suppression.htm) and
488
+ * [Removing a Dimension-Specific Alarm Suppression](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/delete-alarm-suppression.htm).
489
489
  * <p>
490
490
  For important limits information, see
491
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
491
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
492
492
  * <p>
493
493
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
494
494
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -498,7 +498,7 @@ class MonitoringClient {
498
498
  * @param DeleteAlarmSuppressionRequest
499
499
  * @return DeleteAlarmSuppressionResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
501
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
502
502
  */
503
503
  deleteAlarmSuppression(deleteAlarmSuppressionRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,9 +550,9 @@ class MonitoringClient {
550
550
  /**
551
551
  * Gets the specified alarm.
552
552
  * For more information, see
553
- * [Getting an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/get-alarm.htm).
553
+ * [Getting an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/get-alarm.htm).
554
554
  * For important limits information, see
555
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
555
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
556
556
  * <p>
557
557
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
558
558
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -562,7 +562,7 @@ class MonitoringClient {
562
562
  * @param GetAlarmRequest
563
563
  * @return GetAlarmResponse
564
564
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
565
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
566
566
  */
567
567
  getAlarm(getAlarmRequest) {
568
568
  return __awaiter(this, void 0, void 0, function* () {
@@ -622,9 +622,9 @@ class MonitoringClient {
622
622
  /**
623
623
  * Get the history of the specified alarm.
624
624
  * For more information, see
625
- * [Getting History of an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/get-alarm-history.htm).
625
+ * [Getting History of an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/get-alarm-history.htm).
626
626
  * For important limits information, see
627
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
627
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
628
628
  * <p>
629
629
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
630
630
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -634,7 +634,7 @@ class MonitoringClient {
634
634
  * @param GetAlarmHistoryRequest
635
635
  * @return GetAlarmHistoryResponse
636
636
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
637
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
638
638
  */
639
639
  getAlarmHistory(getAlarmHistoryRequest) {
640
640
  return __awaiter(this, void 0, void 0, function* () {
@@ -699,10 +699,10 @@ class MonitoringClient {
699
699
  }
700
700
  /**
701
701
  * Gets the specified alarm suppression. For more information, see
702
- * [Getting an Alarm-wide Suppression](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/get-alarm-suppression.htm).
702
+ * [Getting an Alarm-wide Suppression](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/get-alarm-suppression.htm).
703
703
  * <p>
704
704
  For important limits information, see
705
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
705
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
706
706
  * <p>
707
707
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
708
708
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -712,7 +712,7 @@ class MonitoringClient {
712
712
  * @param GetAlarmSuppressionRequest
713
713
  * @return GetAlarmSuppressionResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
715
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
716
716
  */
717
717
  getAlarmSuppression(getAlarmSuppressionRequest) {
718
718
  return __awaiter(this, void 0, void 0, function* () {
@@ -771,10 +771,10 @@ class MonitoringClient {
771
771
  }
772
772
  /**
773
773
  * Lists alarm suppressions for the specified alarm. For more information, see
774
- * [Listing Alarm Suppressions](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-suppression.htm).
774
+ * [Listing Alarm Suppressions](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-suppression.htm).
775
775
  * <p>
776
776
  For important limits information, see
777
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
777
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
778
778
  * <p>
779
779
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
780
780
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -784,7 +784,7 @@ class MonitoringClient {
784
784
  * @param ListAlarmSuppressionsRequest
785
785
  * @return ListAlarmSuppressionsResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
787
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
788
788
  */
789
789
  listAlarmSuppressions(listAlarmSuppressionsRequest) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,9 +860,9 @@ class MonitoringClient {
860
860
  /**
861
861
  * Lists the alarms for the specified compartment.
862
862
  * For more information, see
863
- * [Listing Alarms](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm.htm).
863
+ * [Listing Alarms](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm.htm).
864
864
  * For important limits information, see
865
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
865
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
866
866
  * <p>
867
867
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
868
868
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -872,7 +872,7 @@ class MonitoringClient {
872
872
  * @param ListAlarmsRequest
873
873
  * @return ListAlarmsResponse
874
874
  * @throws OciError when an error occurs
875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
875
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
876
876
  */
877
877
  listAlarms(listAlarmsRequest) {
878
878
  return __awaiter(this, void 0, void 0, function* () {
@@ -983,9 +983,9 @@ class MonitoringClient {
983
983
  * Optionally filter by resource or status value.
984
984
  * <p>
985
985
  For more information, see
986
- * [Listing Alarm Statuses](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-status.htm).
986
+ * [Listing Alarm Statuses](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-status.htm).
987
987
  * For important limits information, see
988
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
988
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
989
989
  * <p>
990
990
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
991
991
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -995,7 +995,7 @@ class MonitoringClient {
995
995
  * @param ListAlarmsStatusRequest
996
996
  * @return ListAlarmsStatusResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
998
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
999
999
  */
1000
1000
  listAlarmsStatus(listAlarmsStatusRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1105,11 +1105,11 @@ class MonitoringClient {
1105
1105
  /**
1106
1106
  * Returns metric definitions that match the criteria specified in the request. Compartment OCID required.
1107
1107
  * For more information, see
1108
- * [Listing Metric Definitions](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/list-metric.htm).
1108
+ * [Listing Metric Definitions](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/list-metric.htm).
1109
1109
  * For information about metrics, see
1110
- * [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
1110
+ * [Metrics Overview](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
1111
1111
  * For important limits information, see
1112
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1112
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1113
1113
  * <p>
1114
1114
  Transactions Per Second (TPS) per-tenancy limit for this operation: 10.
1115
1115
  *
@@ -1117,7 +1117,7 @@ class MonitoringClient {
1117
1117
  * @param ListMetricsRequest
1118
1118
  * @return ListMetricsResponse
1119
1119
  * @throws OciError when an error occurs
1120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
1120
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
1121
1121
  */
1122
1122
  listMetrics(listMetricsRequest) {
1123
1123
  return __awaiter(this, void 0, void 0, function* () {
@@ -1223,15 +1223,15 @@ class MonitoringClient {
1223
1223
  * For a data point to be posted, its timestamp must be near current time (less than two hours in the past and less than 10 minutes in the future).
1224
1224
  * <p>
1225
1225
  For more information about publishing metrics, see
1226
- * [Publishing Custom Metrics](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/publishingcustommetrics.htm)
1226
+ * [Publishing Custom Metrics](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/publishingcustommetrics.htm)
1227
1227
  * and
1228
- * [Custom Metrics Walkthrough](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/custom-metrics-walkthrough.htm).
1228
+ * [Custom Metrics Walkthrough](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/custom-metrics-walkthrough.htm).
1229
1229
  * For information about developing a metric-posting client, see
1230
- * [Developer Guide](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/devtoolslanding.htm).
1230
+ * [Developer Guide](https://docs.oracle.com/iaas/Content/API/Concepts/devtoolslanding.htm).
1231
1231
  * For an example client, see
1232
1232
  * [MonitoringMetricPostExample.java](https://github.com/oracle/oci-java-sdk/blob/master/bmc-examples/src/main/java/MonitoringMetricPostExample.java).
1233
1233
  * For important limits information, see
1234
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1234
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1235
1235
  * <p>
1236
1236
  Per-call limits information follows.
1237
1237
  * <p>
@@ -1243,7 +1243,7 @@ class MonitoringClient {
1243
1243
  * A dimension is a qualifier provided in a metric definition.
1244
1244
  * A metric stream is an individual set of aggregated data for a metric with zero or more dimension values.
1245
1245
  * For more information about metric-related concepts, see
1246
- * [Monitoring Concepts](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#concepts).
1246
+ * [Monitoring Concepts](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#concepts).
1247
1247
  * <p>
1248
1248
  **Note:** The endpoints for this operation differ from other Monitoring operations. Replace the string `telemetry` with `telemetry-ingestion` in the endpoint, as in the following example:
1249
1249
  * <p>
@@ -1253,7 +1253,7 @@ class MonitoringClient {
1253
1253
  * @param PostMetricDataRequest
1254
1254
  * @return PostMetricDataResponse
1255
1255
  * @throws OciError when an error occurs
1256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
1256
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
1257
1257
  */
1258
1258
  postMetricData(postMetricDataRequest) {
1259
1259
  return __awaiter(this, void 0, void 0, function* () {
@@ -1308,9 +1308,9 @@ class MonitoringClient {
1308
1308
  /**
1309
1309
  * Removes any existing suppression for the specified alarm.
1310
1310
  * For more information, see
1311
- * [Removing Suppression from an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/remove-alarm-suppression.htm).
1311
+ * [Removing Suppression from an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/remove-alarm-suppression.htm).
1312
1312
  * For important limits information, see
1313
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1313
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1314
1314
  * <p>
1315
1315
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
1316
1316
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -1320,7 +1320,7 @@ class MonitoringClient {
1320
1320
  * @param RemoveAlarmSuppressionRequest
1321
1321
  * @return RemoveAlarmSuppressionResponse
1322
1322
  * @throws OciError when an error occurs
1323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
1323
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
1324
1324
  */
1325
1325
  removeAlarmSuppression(removeAlarmSuppressionRequest) {
1326
1326
  return __awaiter(this, void 0, void 0, function* () {
@@ -1374,10 +1374,10 @@ class MonitoringClient {
1374
1374
  * Optionally filter by status value and one or more dimension key-value pairs.
1375
1375
  * <p>
1376
1376
  For more information, see
1377
- * [Listing Metric Stream Status in an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-status-metric-stream.htm).
1377
+ * [Listing Metric Stream Status in an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-status-metric-stream.htm).
1378
1378
  * <p>
1379
1379
  For important limits information, see
1380
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1380
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1381
1381
  * <p>
1382
1382
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
1383
1383
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -1387,7 +1387,7 @@ class MonitoringClient {
1387
1387
  * @param RetrieveDimensionStatesRequest
1388
1388
  * @return RetrieveDimensionStatesResponse
1389
1389
  * @throws OciError when an error occurs
1390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
1390
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
1391
1391
  */
1392
1392
  retrieveDimensionStates(retrieveDimensionStatesRequest) {
1393
1393
  return __awaiter(this, void 0, void 0, function* () {
@@ -1450,10 +1450,10 @@ class MonitoringClient {
1450
1450
  }
1451
1451
  /**
1452
1452
  * Returns history of suppressions for the specified alarm, including both dimension-specific and and alarm-wide suppressions. For more information, see
1453
- * [Getting Suppression History for an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/summarize-alarm-suppression-history.htm).
1453
+ * [Getting Suppression History for an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/summarize-alarm-suppression-history.htm).
1454
1454
  * <p>
1455
1455
  For important limits information, see
1456
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1456
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1457
1457
  * <p>
1458
1458
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
1459
1459
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -1463,7 +1463,7 @@ class MonitoringClient {
1463
1463
  * @param SummarizeAlarmSuppressionHistoryRequest
1464
1464
  * @return SummarizeAlarmSuppressionHistoryResponse
1465
1465
  * @throws OciError when an error occurs
1466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
1466
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
1467
1467
  */
1468
1468
  summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest) {
1469
1469
  return __awaiter(this, void 0, void 0, function* () {
@@ -1532,11 +1532,11 @@ class MonitoringClient {
1532
1532
  /**
1533
1533
  * Returns aggregated data that match the criteria specified in the request. Compartment OCID required.
1534
1534
  * For more information, see
1535
- * [Querying Metric Data](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-landing.htm)
1535
+ * [Querying Metric Data](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-landing.htm)
1536
1536
  * and
1537
- * [Creating a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric.htm).
1537
+ * [Creating a Query](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/query-metric.htm).
1538
1538
  * For important limits information, see
1539
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1539
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1540
1540
  * <p>
1541
1541
  Transactions Per Second (TPS) per-tenancy limit for this operation: 10.
1542
1542
  *
@@ -1544,7 +1544,7 @@ class MonitoringClient {
1544
1544
  * @param SummarizeMetricsDataRequest
1545
1545
  * @return SummarizeMetricsDataResponse
1546
1546
  * @throws OciError when an error occurs
1547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1547
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1548
1548
  */
1549
1549
  summarizeMetricsData(summarizeMetricsDataRequest) {
1550
1550
  return __awaiter(this, void 0, void 0, function* () {
@@ -1601,9 +1601,9 @@ class MonitoringClient {
1601
1601
  /**
1602
1602
  * Updates the specified alarm.
1603
1603
  * For more information, see
1604
- * [Updating an Alarm](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm.htm).
1604
+ * [Updating an Alarm](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm.htm).
1605
1605
  * For important limits information, see
1606
- * [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1606
+ * [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
1607
1607
  * <p>
1608
1608
  This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
1609
1609
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
@@ -1613,7 +1613,7 @@ class MonitoringClient {
1613
1613
  * @param UpdateAlarmRequest
1614
1614
  * @return UpdateAlarmResponse
1615
1615
  * @throws OciError when an error occurs
1616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1616
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1617
1617
  */
1618
1618
  updateAlarm(updateAlarmRequest) {
1619
1619
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
4
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
5
5
  For more information, see
6
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
7
7
 
8
8
  * OpenAPI spec version: 20180401
9
9
  *
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
6
6
  For more information, see
7
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
8
8
 
9
9
  * OpenAPI spec version: 20180401
10
10
  *
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
4
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
5
5
  For more information, see
6
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
7
7
 
8
8
  * OpenAPI spec version: 20180401
9
9
  *
@@ -21,7 +21,7 @@ import * as model from "../model";
21
21
  */
22
22
  export interface AlarmDimensionStatesCollection {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm to retrieve alarm state entries for.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm to retrieve alarm state entries for.
25
25
  *
26
26
  */
27
27
  "alarmId": string;
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
6
6
  For more information, see
7
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
8
8
 
9
9
  * OpenAPI spec version: 20180401
10
10
  *
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
4
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
5
5
  For more information, see
6
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
7
7
 
8
8
  * OpenAPI spec version: 20180401
9
9
  *
@@ -20,8 +20,8 @@ For more information, see
20
20
  */
21
21
  export interface AlarmDimensionStatesEntry {
22
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).
23
+ * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
24
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
25
25
  * The alarm summary appears within the body of the alarm message and in responses to
26
26
  * {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
27
27
  * {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
6
6
  For more information, see
7
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
8
8
 
9
9
  * OpenAPI spec version: 20180401
10
10
  *
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
4
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
5
5
  For more information, see
6
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
7
7
 
8
8
  * OpenAPI spec version: 20180401
9
9
  *
@@ -21,7 +21,7 @@ import * as model from "../model";
21
21
  */
22
22
  export interface AlarmHistoryCollection {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm to retrieve history for.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm to retrieve history for.
25
25
  *
26
26
  */
27
27
  "alarmId": string;
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
6
6
  For more information, see
7
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
8
8
 
9
9
  * OpenAPI spec version: 20180401
10
10
  *
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
4
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
5
5
  For more information, see
6
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
7
7
 
8
8
  * OpenAPI spec version: 20180401
9
9
  *
@@ -21,8 +21,8 @@ For more information, see
21
21
  */
22
22
  export interface AlarmHistoryEntry {
23
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).
24
+ * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
25
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
26
26
  * The alarm summary appears within the body of the alarm message and in responses to
27
27
  * {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
28
28
  * {@link #getAlarmHistory(GetAlarmHistoryRequest) getAlarmHistory} and
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
- Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
+ Endpoints vary by operation. For PostMetricData, use the {@code telemetry-ingestion} endpoints; for all other operations, use the {@code telemetry} endpoints.
6
6
  For more information, see
7
- [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
+ [the Monitoring documentation](https://docs.oracle.com/iaas/Content/Monitoring/home.htm).
8
8
 
9
9
  * OpenAPI spec version: 20180401
10
10
  *