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
@@ -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
  *
@@ -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
  *
@@ -46,9 +46,9 @@ export interface SummarizeMetricsDataDetails {
46
46
  Construct your query to avoid exceeding limits on returned data. See {@link MetricData}.
47
47
  * <p>
48
48
  For details about Monitoring Query Language (MQL), see
49
- * [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
49
+ * [Monitoring Query Language (MQL) Reference](https://docs.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
50
50
  * For available dimensions, review the metric definition for the supported service. See
51
- * [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
51
+ * [Supported Services](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
52
52
  * <p>
53
53
  Example 1: {@code CpuUtilization[1m].sum()}
54
54
  * <p>
@@ -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
  *
@@ -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
  *
@@ -19,7 +19,7 @@ For more information, see
19
19
  * For dimension-specific suppressions, see {@link AlarmSuppression}.
20
20
  * <p>
21
21
  For information about alarms, see
22
- * [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
22
+ * [Alarms Overview](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
23
23
  *
24
24
  */
25
25
  export interface Suppression {
@@ -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
  *
@@ -31,12 +31,12 @@ export interface UpdateAlarmDetails {
31
31
  */
32
32
  "displayName"?: string;
33
33
  /**
34
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
35
35
  *
36
36
  */
37
37
  "compartmentId"?: string;
38
38
  /**
39
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
39
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
40
40
  * being evaluated by the alarm.
41
41
  *
42
42
  */
@@ -77,14 +77,14 @@ export interface UpdateAlarmDetails {
77
77
  * interval values are supported for smaller time ranges. You can optionally
78
78
  * specify dimensions and grouping functions.
79
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).
80
+ * [absence detection period](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
81
81
  * Supported grouping functions: {@code grouping()}, {@code groupBy()}.
82
82
  * For information about writing MQL expressions, see
83
- * [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
83
+ * [Editing the MQL Expression for a Query](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
84
84
  * For details about MQL, see
85
- * [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
85
+ * [Monitoring Query Language (MQL) Reference](https://docs.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
86
86
  * For available dimensions, review the metric definition for the supported service. See
87
- * [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
87
+ * [Supported Services](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
88
88
  * <p>
89
89
  Example of threshold alarm:
90
90
  * <p>
@@ -144,7 +144,7 @@ export interface UpdateAlarmDetails {
144
144
  "severity"?: string;
145
145
  /**
146
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).
147
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
148
148
  * Oracle recommends providing guidance
149
149
  * to operators for resolving the alarm condition. Consider adding links to standard runbook
150
150
  * practices. Avoid entering confidential information.
@@ -169,7 +169,7 @@ export interface UpdateAlarmDetails {
169
169
  "messageFormat"?: UpdateAlarmDetails.MessageFormat;
170
170
  /**
171
171
  * A list of destinations for alarm notifications.
172
- * Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
172
+ * Each destination is represented by the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
173
173
  * of a related resource, such as a {@link NotificationTopic}.
174
174
  * Supported destination services: Notifications, Streaming.
175
175
  * Limit: One destination per supported destination service.
@@ -239,8 +239,8 @@ export interface UpdateAlarmDetails {
239
239
  */
240
240
  "notificationVersion"?: string;
241
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).
242
+ * Customizable notification title ({@code title} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
243
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
244
244
  * The notification title appears as the subject line in a formatted email message and as the title in a Slack message.
245
245
  *
246
246
  */
@@ -250,13 +250,13 @@ export interface UpdateAlarmDetails {
250
250
  * Specify a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
251
251
  * for one hour). Minimum: PT3M. Maximum: PT2H. Default: PT3M.
252
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).
253
+ * [About the Internal Reset Period](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
254
254
  *
255
255
  */
256
256
  "evaluationSlackDuration"?: string;
257
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).
258
+ * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
259
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
260
260
  * The alarm summary appears within the body of the alarm message and in responses to
261
261
  * {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
262
262
  * {@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
  *
@@ -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
  *
@@ -13,11 +13,11 @@
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/latest/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartmentRequest.
16
+ * @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 ChangeAlarmCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAlarmCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
21
21
  *
22
22
  */
23
23
  "alarmId": string;
@@ -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/latest/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
16
+ * @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 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/latest/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppressionRequest.
16
+ * @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 CreateAlarmSuppressionRequest.
17
17
  */
18
18
  export interface CreateAlarmSuppressionRequest extends common.BaseRequest {
19
19
  /**
@@ -12,11 +12,11 @@
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/latest/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarmRequest.
15
+ * @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 DeleteAlarmRequest.
16
16
  */
17
17
  export interface DeleteAlarmRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
20
20
  *
21
21
  */
22
22
  "alarmId": string;
@@ -12,11 +12,11 @@
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/latest/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppressionRequest.
15
+ * @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 DeleteAlarmSuppressionRequest.
16
16
  */
17
17
  export interface DeleteAlarmSuppressionRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
20
20
  */
21
21
  "alarmSuppressionId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
15
+ * @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 GetAlarmHistoryRequest.
16
16
  */
17
17
  export interface GetAlarmHistoryRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
20
20
  *
21
21
  */
22
22
  "alarmId": string;
@@ -38,14 +38,14 @@ export interface GetAlarmHistoryRequest extends common.BaseRequest {
38
38
  /**
39
39
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
40
40
  * For important details about how pagination works, see
41
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
43
43
  */
44
44
  "page"?: string;
45
45
  /**
46
46
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
47
47
  * For important details about how pagination works, see
48
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
49
49
  * <p>
50
50
  Default: 1000
51
51
  * <p>
@@ -12,11 +12,11 @@
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/latest/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
15
+ * @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 GetAlarmRequest.
16
16
  */
17
17
  export interface GetAlarmRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
20
20
  *
21
21
  */
22
22
  "alarmId": string;
@@ -12,11 +12,11 @@
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/latest/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppressionRequest.
15
+ * @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 GetAlarmSuppressionRequest.
16
16
  */
17
17
  export interface GetAlarmSuppressionRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
20
20
  */
21
21
  "alarmSuppressionId": string;
22
22
  /**
@@ -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
  *
@@ -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/latest/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressionsRequest.
15
+ * @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 ListAlarmSuppressionsRequest.
16
16
  */
17
17
  export interface ListAlarmSuppressionsRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface ListAlarmSuppressionsRequest extends common.BaseRequest {
22
22
  */
23
23
  "opcRequestId"?: string;
24
24
  /**
25
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm that is the target of the alarm suppression.
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm that is the target of the alarm suppression.
26
26
  */
27
27
  "alarmId"?: string;
28
28
  /**
@@ -45,7 +45,7 @@ export interface ListAlarmSuppressionsRequest extends common.BaseRequest {
45
45
  */
46
46
  "level"?: string;
47
47
  /**
48
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for searching.
48
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for searching.
49
49
  * Use the tenancy OCID to search in the root compartment.
50
50
  * <p>
51
51
  If targetType is not specified, searches all suppressions defined under the compartment.
@@ -99,14 +99,14 @@ export interface ListAlarmSuppressionsRequest extends common.BaseRequest {
99
99
  /**
100
100
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
101
101
  * For important details about how pagination works, see
102
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
102
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
103
103
  *
104
104
  */
105
105
  "page"?: string;
106
106
  /**
107
107
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
108
108
  * For important details about how pagination works, see
109
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
109
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
110
110
  * <p>
111
111
  Default: 1000
112
112
  * <p>
@@ -12,11 +12,11 @@
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/latest/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
15
+ * @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 ListAlarmsRequest.
16
16
  */
17
17
  export interface ListAlarmsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
20
20
  * resources monitored by the metric that you are searching for. Use tenancyId to search in
21
21
  * the root compartment.
22
22
  * <p>
@@ -33,14 +33,14 @@ export interface ListAlarmsRequest extends common.BaseRequest {
33
33
  /**
34
34
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
35
35
  * For important details about how pagination works, see
36
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
37
37
  *
38
38
  */
39
39
  "page"?: string;
40
40
  /**
41
41
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
42
42
  * For important details about how pagination works, see
43
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
43
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
44
44
  * <p>
45
45
  Default: 1000
46
46
  * <p>
@@ -12,11 +12,11 @@
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/latest/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
15
+ * @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 ListAlarmsStatusRequest.
16
16
  */
17
17
  export interface ListAlarmsStatusRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
20
20
  * resources monitored by the metric that you are searching for. Use tenancyId to search in
21
21
  * the root compartment.
22
22
  * <p>
@@ -42,14 +42,14 @@ export interface ListAlarmsStatusRequest extends common.BaseRequest {
42
42
  /**
43
43
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
44
44
  * For important details about how pagination works, see
45
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
45
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
46
  *
47
47
  */
48
48
  "page"?: string;
49
49
  /**
50
50
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
51
51
  * For important details about how pagination works, see
52
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
52
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
53
53
  * <p>
54
54
  Default: 1000
55
55
  * <p>
@@ -78,7 +78,7 @@ export interface ListAlarmsStatusRequest extends common.BaseRequest {
78
78
  */
79
79
  "sortOrder"?: ListAlarmsStatusRequest.SortOrder;
80
80
  /**
81
- * A filter to return only the resource with the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
81
+ * A filter to return only the resource with the specified [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
82
82
  * The resource must be monitored by the metric that you are searching for.
83
83
  * <p>
84
84
  Example: {@code ocid1.instance.oc1.phx.exampleuniqueID}
@@ -94,7 +94,7 @@ export interface ListAlarmsStatusRequest extends common.BaseRequest {
94
94
  */
95
95
  "serviceName"?: string;
96
96
  /**
97
- * A filter to return only resources that match the given entity [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) exactly.
97
+ * A filter to return only resources that match the given entity [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) exactly.
98
98
  * The resource (entity) must be monitored by the metric that you are searching for.
99
99
  * <p>
100
100
  Example: {@code ocid1.instance.oc1.phx.exampleuniqueID}
@@ -13,11 +13,11 @@
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/latest/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
16
+ * @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 ListMetricsRequest.
17
17
  */
18
18
  export interface ListMetricsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
21
21
  * resources monitored by the metric that you are searching for. Use tenancyId to search in
22
22
  * the root compartment.
23
23
  * <p>
@@ -38,14 +38,14 @@ export interface ListMetricsRequest extends common.BaseRequest {
38
38
  /**
39
39
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
40
40
  * For important details about how pagination works, see
41
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
43
43
  */
44
44
  "page"?: string;
45
45
  /**
46
46
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
47
47
  * For important details about how pagination works, see
48
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
49
49
  * <p>
50
50
  Default: 1000
51
51
  * <p>
@@ -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/latest/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
16
+ * @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 PostMetricDataRequest.
17
17
  */
18
18
  export interface PostMetricDataRequest extends common.BaseRequest {
19
19
  /**