oci-monitoring 2.102.1 → 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
@@ -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/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
15
+ * @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 RemoveAlarmSuppressionRequest.
16
16
  */
17
17
  export interface RemoveAlarmSuppressionRequest 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;
@@ -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/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStatesRequest.
16
+ * @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 RetrieveDimensionStatesRequest.
17
17
  */
18
18
  export interface RetrieveDimensionStatesRequest 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;
@@ -30,14 +30,14 @@ export interface RetrieveDimensionStatesRequest extends common.BaseRequest {
30
30
  /**
31
31
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
32
32
  * For important details about how pagination works, see
33
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
34
  *
35
35
  */
36
36
  "page"?: string;
37
37
  /**
38
38
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
39
39
  * For important details about how pagination works, see
40
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
40
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
41
  * <p>
42
42
  Default: 1000
43
43
  * <p>
@@ -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/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistoryRequest.
16
+ * @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 SummarizeAlarmSuppressionHistoryRequest.
17
17
  */
18
18
  export interface SummarizeAlarmSuppressionHistoryRequest 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;
@@ -30,14 +30,14 @@ export interface SummarizeAlarmSuppressionHistoryRequest extends common.BaseRequ
30
30
  /**
31
31
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
32
32
  * For important details about how pagination works, see
33
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
34
  *
35
35
  */
36
36
  "page"?: string;
37
37
  /**
38
38
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
39
39
  * For important details about how pagination works, see
40
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
40
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
41
  * <p>
42
42
  Default: 1000
43
43
  * <p>
@@ -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/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
16
+ * @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 SummarizeMetricsDataRequest.
17
17
  */
18
18
  export interface SummarizeMetricsDataRequest 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>
@@ -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/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
16
+ * @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 UpdateAlarmRequest.
17
17
  */
18
18
  export interface UpdateAlarmRequest 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;
@@ -21,7 +21,7 @@ export interface GetAlarmHistoryResponse {
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, additional pages of results remain.
23
23
  * For important details about how pagination works, see
24
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -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
  *
@@ -21,14 +21,14 @@ export interface ListAlarmSuppressionsResponse {
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, next page of results remains.
23
23
  * For important details about how pagination works, see
24
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
28
28
  /**
29
29
  * For list pagination. When this header appears in the response, previous pages of results remains.
30
30
  * For important details about how pagination works, see
31
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
31
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
32
32
  *
33
33
  */
34
34
  "opcPreviousPage": string;
@@ -15,7 +15,7 @@ export interface ListAlarmsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain.
17
17
  * For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListAlarmsStatusResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain.
17
17
  * For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListMetricsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain.
17
17
  * For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -21,7 +21,7 @@ export interface RetrieveDimensionStatesResponse {
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, additional pages of results remain.
23
23
  * For important details about how pagination works, see
24
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -21,14 +21,14 @@ export interface SummarizeAlarmSuppressionHistoryResponse {
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, next page of results remains.
23
23
  * For important details about how pagination works, see
24
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
28
28
  /**
29
29
  * For list pagination. When this header appears in the response, previous pages of results remains.
30
30
  * For important details about how pagination works, see
31
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
31
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
32
32
  *
33
33
  */
34
34
  "opcPreviousPage": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-monitoring",
3
- "version": "2.102.1",
3
+ "version": "2.103.0",
4
4
  "description": "OCI NodeJS client for Monitoring",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.102.1",
19
- "oci-workrequests": "2.102.1"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"