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
  *
@@ -51,7 +51,7 @@ export interface AlarmOverride {
51
51
  "severity"?: string;
52
52
  /**
53
53
  * The human-readable content of the delivered alarm notification.
54
- * Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
54
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
55
55
  * Oracle recommends providing guidance
56
56
  * to operators for resolving the alarm condition. Consider adding links to standard runbook
57
57
  * practices. Avoid entering confidential information.
@@ -74,14 +74,14 @@ export interface AlarmOverride {
74
74
  * interval values are supported for smaller time ranges. You can optionally
75
75
  * specify dimensions and grouping functions.
76
76
  * Also, you can customize the
77
- * [absence detection period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
77
+ * [absence detection period](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/create-edit-alarm-query-absence-detection-period.htm).
78
78
  * Supported grouping functions: {@code grouping()}, {@code groupBy()}.
79
79
  * For information about writing MQL expressions, see
80
- * [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
80
+ * [Editing the MQL Expression for a Query](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
81
81
  * For details about MQL, see
82
- * [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
82
+ * [Monitoring Query Language (MQL) Reference](https://docs.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
83
83
  * For available dimensions, review the metric definition for the supported service. See
84
- * [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
84
+ * [Supported Services](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
85
85
  * <p>
86
86
  Example of threshold alarm:
87
87
  * <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
  *
@@ -18,21 +18,21 @@ import * as model from "../model";
18
18
  /**
19
19
  * A summary of properties for the specified alarm and its current evaluation status.
20
20
  * For information about alarms, see
21
- * [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
21
+ * [Alarms Overview](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
22
22
  * <p>
23
23
  To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
24
24
  * talk to an administrator. If you're an administrator who needs to write policies to give users access, see
25
- * [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
25
+ * [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
26
26
  * <p>
27
27
  For information about endpoints and signing API requests, see
28
- * [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
28
+ * [About the API](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
29
29
  * For information about available SDKs and tools, see
30
- * [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
30
+ * [SDKS and Other Tools](https://docs.oracle.com/iaas/Content/API/Concepts/sdks.htm).
31
31
  *
32
32
  */
33
33
  export interface AlarmStatusSummary {
34
34
  /**
35
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
35
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
36
36
  *
37
37
  */
38
38
  "id": string;
@@ -65,8 +65,8 @@ export interface AlarmStatusSummary {
65
65
  */
66
66
  "timestampTriggered": Date;
67
67
  /**
68
- * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
69
- * Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
68
+ * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
69
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
70
70
  * The alarm summary appears within the body of the alarm message and in responses to
71
71
  * {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
72
72
  * {@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
  *
@@ -18,21 +18,21 @@ import * as model from "../model";
18
18
  /**
19
19
  * A summary of properties for the specified alarm.
20
20
  * For information about alarms, see
21
- * [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
21
+ * [Alarms Overview](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
22
22
  * <p>
23
23
  To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
24
24
  * talk to an administrator. If you're an administrator who needs to write policies to give users access, see
25
- * [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
25
+ * [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
26
26
  * <p>
27
27
  For information about endpoints and signing API requests, see
28
- * [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
28
+ * [About the API](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
29
29
  * For information about available SDKs and tools, see
30
- * [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
30
+ * [SDKS and Other Tools](https://docs.oracle.com/iaas/Content/API/Concepts/sdks.htm).
31
31
  *
32
32
  */
33
33
  export interface AlarmSummary {
34
34
  /**
35
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
35
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
36
36
  *
37
37
  */
38
38
  "id": string;
@@ -46,12 +46,12 @@ export interface AlarmSummary {
46
46
  */
47
47
  "displayName": string;
48
48
  /**
49
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
49
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
50
50
  *
51
51
  */
52
52
  "compartmentId": string;
53
53
  /**
54
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
54
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
55
55
  * being evaluated by the alarm.
56
56
  *
57
57
  */
@@ -71,11 +71,11 @@ export interface AlarmSummary {
71
71
  * rule (threshold or absence). Supported values for interval depend on the specified time range. More
72
72
  * interval values are supported for smaller time ranges. Supported grouping functions: {@code grouping()}, {@code groupBy()}.
73
73
  * For information about writing MQL expressions, see
74
- * [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
74
+ * [Editing the MQL Expression for a Query](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
75
75
  * For details about MQL, see
76
- * [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
76
+ * [Monitoring Query Language (MQL) Reference](https://docs.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
77
77
  * For available dimensions, review the metric definition for the supported service. See
78
- * [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
78
+ * [Supported Services](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
79
79
  * <p>
80
80
  Example of threshold alarm:
81
81
  * <p>
@@ -104,7 +104,7 @@ export interface AlarmSummary {
104
104
  "severity": AlarmSummary.Severity;
105
105
  /**
106
106
  * A list of destinations for alarm notifications.
107
- * Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
107
+ * Each destination is represented by the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
108
108
  * of a related resource, such as a {@link NotificationTopic}.
109
109
  * Supported destination services: Notifications, Streaming.
110
110
  * Limit: One destination per supported destination service.
@@ -125,7 +125,7 @@ export interface AlarmSummary {
125
125
  "isEnabled": boolean;
126
126
  /**
127
127
  * Whether the alarm sends a separate message for each metric stream.
128
- * See [Creating an Alarm That Splits Messages by Metric Stream](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/create-alarm-split.htm).
128
+ * See [Creating an Alarm That Splits Messages by Metric Stream](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/create-alarm-split.htm).
129
129
  * Example: {@code true}
130
130
  *
131
131
  */
@@ -177,8 +177,8 @@ export interface AlarmSummary {
177
177
  */
178
178
  "notificationVersion"?: string;
179
179
  /**
180
- * Customizable notification title ({@code title} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
181
- * Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
180
+ * Customizable notification title ({@code title} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
181
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
182
182
  * The notification title appears as the subject line in a formatted email message and as the title in a Slack message.
183
183
  *
184
184
  */
@@ -188,13 +188,13 @@ export interface AlarmSummary {
188
188
  * Specify a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
189
189
  * for one hour). Minimum: PT3M. Maximum: PT2H. Default: PT3M.
190
190
  * For more information about the slack period, see
191
- * [About the Internal Reset Period](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
191
+ * [About the Internal Reset Period](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#reset).
192
192
  *
193
193
  */
194
194
  "evaluationSlackDuration"?: string;
195
195
  /**
196
- * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.cloud.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
197
- * Optionally include [dynamic variables](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
196
+ * Customizable alarm summary ({@code alarmSummary} [alarm message parameter](https://docs.oracle.com/iaas/Content/Monitoring/alarm-message-format.htm)).
197
+ * Optionally include [dynamic variables](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/update-alarm-dynamic-variables.htm).
198
198
  * The alarm summary appears within the body of the alarm message and in responses to
199
199
  * {@link #listAlarmsStatus(ListAlarmsStatusRequest) listAlarmsStatus}
200
200
  * {@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
  *
@@ -20,7 +20,7 @@ import * as model from "../model";
20
20
  */
21
21
  export interface AlarmSuppressionAlarmTarget extends model.AlarmSuppressionTarget {
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm that is the target of the alarm suppression.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm that is the target of the alarm suppression.
24
24
  */
25
25
  "alarmId": string;
26
26
  "targetType": 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
  *
@@ -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,7 +20,7 @@ import * as model from "../model";
20
20
  */
21
21
  export interface AlarmSuppressionCompartmentTarget extends model.AlarmSuppressionTarget {
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment or tenancy that is the
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment or tenancy that is the
24
24
  * target of the alarm suppression.
25
25
  * Example: {@code ocid1.compartment.oc1..exampleuniqueID}
26
26
  *
@@ -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
  *
@@ -21,7 +21,7 @@ import * as model from "../model";
21
21
  */
22
22
  export interface AlarmSuppressionHistoryItem {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
25
25
  */
26
26
  "suppressionId": string;
27
27
  "alarmSuppressionTarget": model.AlarmSuppressionAlarmTarget | model.AlarmSuppressionCompartmentTarget;
@@ -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,11 +21,11 @@ import * as model from "../model";
21
21
  */
22
22
  export interface AlarmSuppressionSummary {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
25
25
  */
26
26
  "id": string;
27
27
  /**
28
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm suppression.
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm suppression.
29
29
  */
30
30
  "compartmentId": string;
31
31
  "alarmSuppressionTarget": model.AlarmSuppressionAlarmTarget | model.AlarmSuppressionCompartmentTarget;
@@ -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
  *
@@ -21,11 +21,11 @@ import * as model from "../model";
21
21
  */
22
22
  export interface AlarmSuppression {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
25
25
  */
26
26
  "id": string;
27
27
  /**
28
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm suppression.
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm suppression.
29
29
  */
30
30
  "compartmentId": string;
31
31
  "alarmSuppressionTarget": model.AlarmSuppressionAlarmTarget | model.AlarmSuppressionCompartmentTarget;
@@ -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
  *