oci-monitoring 2.76.0 → 2.77.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.
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/client.d.ts +102 -15
- package/lib/client.js +384 -15
- package/lib/client.js.map +1 -1
- package/lib/model/aggregated-datapoint.d.ts +4 -4
- package/lib/model/aggregated-datapoint.js +2 -2
- package/lib/model/alarm-dimension-states-collection.d.ts +5 -5
- package/lib/model/alarm-dimension-states-collection.js +2 -2
- package/lib/model/alarm-dimension-states-entry.d.ts +4 -4
- package/lib/model/alarm-dimension-states-entry.js +2 -2
- package/lib/model/alarm-history-collection.d.ts +3 -3
- package/lib/model/alarm-history-collection.js +2 -2
- package/lib/model/alarm-history-entry.d.ts +6 -6
- package/lib/model/alarm-history-entry.js +2 -2
- package/lib/model/alarm-status-summary.d.ts +7 -7
- package/lib/model/alarm-status-summary.js +2 -2
- package/lib/model/alarm-summary.d.ts +19 -13
- package/lib/model/alarm-summary.js +2 -2
- package/lib/model/alarm-summary.js.map +1 -1
- package/lib/model/alarm-suppression-alarm-target.d.ts +32 -0
- package/lib/model/alarm-suppression-alarm-target.js +58 -0
- package/lib/model/alarm-suppression-alarm-target.js.map +1 -0
- package/lib/model/alarm-suppression-collection.d.ts +32 -0
- package/lib/model/alarm-suppression-collection.js +65 -0
- package/lib/model/alarm-suppression-collection.js.map +1 -0
- package/lib/model/alarm-suppression-history-item-collection.d.ts +32 -0
- package/lib/model/alarm-suppression-history-item-collection.js +65 -0
- package/lib/model/alarm-suppression-history-item-collection.js.map +1 -0
- package/lib/model/alarm-suppression-history-item.d.ts +87 -0
- package/lib/model/alarm-suppression-history-item.js +71 -0
- package/lib/model/alarm-suppression-history-item.js.map +1 -0
- package/lib/model/alarm-suppression-summary.d.ts +114 -0
- package/lib/model/alarm-suppression-summary.js +61 -0
- package/lib/model/alarm-suppression-summary.js.map +1 -0
- package/lib/model/alarm-suppression-target.d.ts +26 -0
- package/lib/model/alarm-suppression-target.js +72 -0
- package/lib/model/alarm-suppression-target.js.map +1 -0
- package/lib/model/alarm-suppression.d.ts +123 -0
- package/lib/model/alarm-suppression.js +71 -0
- package/lib/model/alarm-suppression.js.map +1 -0
- package/lib/model/alarm.d.ts +27 -28
- package/lib/model/alarm.js +2 -2
- package/lib/model/alarm.js.map +1 -1
- package/lib/model/change-alarm-compartment-details.d.ts +2 -2
- package/lib/model/change-alarm-compartment-details.js +2 -2
- package/lib/model/create-alarm-details.d.ts +24 -25
- package/lib/model/create-alarm-details.js +2 -2
- package/lib/model/create-alarm-details.js.map +1 -1
- package/lib/model/create-alarm-suppression-details.d.ts +91 -0
- package/lib/model/create-alarm-suppression-details.js +61 -0
- package/lib/model/create-alarm-suppression-details.js.map +1 -0
- package/lib/model/datapoint.d.ts +4 -4
- package/lib/model/datapoint.js +2 -2
- package/lib/model/failed-metric-record.d.ts +2 -2
- package/lib/model/failed-metric-record.js +2 -2
- package/lib/model/index.d.ts +20 -2
- package/lib/model/index.js +21 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/list-metrics-details.d.ts +10 -10
- package/lib/model/list-metrics-details.js +2 -2
- package/lib/model/metric-data-details.d.ts +9 -9
- package/lib/model/metric-data-details.js +2 -2
- package/lib/model/metric-data.d.ts +9 -9
- package/lib/model/metric-data.js +2 -2
- package/lib/model/metric.d.ts +6 -6
- package/lib/model/metric.js +2 -2
- package/lib/model/post-metric-data-details.d.ts +3 -3
- package/lib/model/post-metric-data-details.js +2 -2
- package/lib/model/post-metric-data-response-details.d.ts +2 -2
- package/lib/model/post-metric-data-response-details.js +2 -2
- package/lib/model/retrieve-dimension-states-details.d.ts +5 -5
- package/lib/model/retrieve-dimension-states-details.js +2 -2
- package/lib/model/summarize-alarm-suppression-history-details.d.ts +58 -0
- package/lib/model/summarize-alarm-suppression-history-details.js +33 -0
- package/lib/model/summarize-alarm-suppression-history-details.js.map +1 -0
- package/lib/model/summarize-metrics-data-details.d.ts +13 -10
- package/lib/model/summarize-metrics-data-details.js +2 -2
- package/lib/model/summarize-metrics-data-details.js.map +1 -1
- package/lib/model/suppression.d.ts +7 -6
- package/lib/model/suppression.js +2 -2
- package/lib/model/suppression.js.map +1 -1
- package/lib/model/update-alarm-details.d.ts +23 -24
- package/lib/model/update-alarm-details.js +2 -2
- package/lib/model/update-alarm-details.js.map +1 -1
- package/lib/monitoring-waiter.d.ts +10 -2
- package/lib/monitoring-waiter.js +14 -2
- package/lib/monitoring-waiter.js.map +1 -1
- package/lib/request/change-alarm-compartment-request.d.ts +3 -3
- package/lib/request/change-alarm-compartment-request.js +1 -1
- package/lib/request/create-alarm-request.d.ts +2 -2
- package/lib/request/create-alarm-request.js +1 -1
- package/lib/request/create-alarm-suppression-request.d.ts +39 -0
- package/lib/request/create-alarm-suppression-request.js +15 -0
- package/lib/request/create-alarm-suppression-request.js.map +1 -0
- package/lib/request/delete-alarm-request.d.ts +3 -3
- package/lib/request/delete-alarm-request.js +1 -1
- package/lib/request/delete-alarm-suppression-request.d.ts +35 -0
- package/lib/request/delete-alarm-suppression-request.js +15 -0
- package/lib/request/delete-alarm-suppression-request.js.map +1 -0
- package/lib/request/get-alarm-history-request.d.ts +6 -6
- package/lib/request/get-alarm-history-request.js +1 -1
- package/lib/request/get-alarm-request.d.ts +2 -2
- package/lib/request/get-alarm-request.js +1 -1
- package/lib/request/get-alarm-suppression-request.d.ts +28 -0
- package/lib/request/get-alarm-suppression-request.js +15 -0
- package/lib/request/get-alarm-suppression-request.js.map +1 -0
- package/lib/request/index.d.ts +12 -2
- package/lib/request/index.js +5 -3
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alarm-suppressions-request.d.ts +83 -0
- package/lib/request/list-alarm-suppressions-request.js +30 -0
- package/lib/request/list-alarm-suppressions-request.js.map +1 -0
- package/lib/request/list-alarms-request.d.ts +6 -6
- package/lib/request/list-alarms-request.js +1 -1
- package/lib/request/list-alarms-status-request.d.ts +16 -17
- package/lib/request/list-alarms-status-request.js +1 -1
- package/lib/request/list-alarms-status-request.js.map +1 -1
- package/lib/request/list-metrics-request.d.ts +4 -4
- package/lib/request/list-metrics-request.js +1 -1
- package/lib/request/post-metric-data-request.d.ts +2 -2
- package/lib/request/post-metric-data-request.js +1 -1
- package/lib/request/remove-alarm-suppression-request.d.ts +3 -3
- package/lib/request/remove-alarm-suppression-request.js +1 -1
- package/lib/request/retrieve-dimension-states-request.d.ts +3 -3
- package/lib/request/retrieve-dimension-states-request.js +1 -1
- package/lib/request/summarize-alarm-suppression-history-request.d.ts +52 -0
- package/lib/request/summarize-alarm-suppression-history-request.js +15 -0
- package/lib/request/summarize-alarm-suppression-history-request.js.map +1 -0
- package/lib/request/summarize-metrics-data-request.d.ts +3 -3
- package/lib/request/summarize-metrics-data-request.js +1 -1
- package/lib/request/update-alarm-request.d.ts +3 -3
- package/lib/request/update-alarm-request.js +1 -1
- package/lib/response/change-alarm-compartment-response.d.ts +1 -1
- package/lib/response/change-alarm-compartment-response.js +1 -1
- package/lib/response/create-alarm-response.d.ts +2 -2
- package/lib/response/create-alarm-response.js +1 -1
- package/lib/response/create-alarm-suppression-response.d.ts +30 -0
- package/lib/response/create-alarm-suppression-response.js +15 -0
- package/lib/response/create-alarm-suppression-response.js.map +1 -0
- package/lib/response/delete-alarm-response.d.ts +1 -1
- package/lib/response/delete-alarm-response.js +1 -1
- package/lib/response/delete-alarm-suppression-response.d.ts +20 -0
- package/lib/response/delete-alarm-suppression-response.js +15 -0
- package/lib/response/delete-alarm-suppression-response.js.map +1 -0
- package/lib/response/get-alarm-history-response.d.ts +1 -1
- package/lib/response/get-alarm-history-response.js +1 -1
- package/lib/response/get-alarm-response.d.ts +2 -2
- package/lib/response/get-alarm-response.js +1 -1
- package/lib/response/get-alarm-suppression-response.d.ts +30 -0
- package/lib/response/get-alarm-suppression-response.js +15 -0
- package/lib/response/get-alarm-suppression-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -2
- package/lib/response/index.js +2 -2
- package/lib/response/list-alarm-suppressions-response.d.ts +39 -0
- package/lib/response/list-alarm-suppressions-response.js +15 -0
- package/lib/response/list-alarm-suppressions-response.js.map +1 -0
- package/lib/response/list-alarms-response.d.ts +1 -1
- package/lib/response/list-alarms-response.js +1 -1
- package/lib/response/list-alarms-status-response.d.ts +1 -1
- package/lib/response/list-alarms-status-response.js +1 -1
- package/lib/response/list-metrics-response.d.ts +1 -1
- package/lib/response/list-metrics-response.js +1 -1
- package/lib/response/post-metric-data-response.d.ts +1 -1
- package/lib/response/post-metric-data-response.js +1 -1
- package/lib/response/remove-alarm-suppression-response.d.ts +1 -1
- package/lib/response/remove-alarm-suppression-response.js +1 -1
- package/lib/response/retrieve-dimension-states-response.d.ts +1 -1
- package/lib/response/retrieve-dimension-states-response.js +1 -1
- package/lib/response/summarize-alarm-suppression-history-response.d.ts +39 -0
- package/lib/response/summarize-alarm-suppression-history-response.js +15 -0
- package/lib/response/summarize-alarm-suppression-history-response.js.map +1 -0
- package/lib/response/summarize-metrics-data-response.d.ts +1 -1
- package/lib/response/summarize-metrics-data-response.js +1 -1
- package/lib/response/update-alarm-response.d.ts +2 -2
- package/lib/response/update-alarm-response.js +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
@@ -25,14 +25,14 @@ export interface ListMetricsDetails {
|
|
|
25
25
|
/**
|
|
26
26
|
* The metric name to use when searching for metric definitions.
|
|
27
27
|
* <p>
|
|
28
|
-
Example:
|
|
28
|
+
Example: {@code CpuUtilization}
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"name"?: string;
|
|
32
32
|
/**
|
|
33
33
|
* The source service or application to use when searching for metric definitions.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code oci_computeagent}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"namespace"?: string;
|
|
@@ -40,7 +40,7 @@ export interface ListMetricsDetails {
|
|
|
40
40
|
* Resource group that you want to match. A null value returns only metric data that has no resource groups. The specified resource group must exist in the definition of the posted metric. Only one resource group can be applied per metric.
|
|
41
41
|
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code frontend-fleet}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"resourceGroup"?: string;
|
|
@@ -48,7 +48,7 @@ export interface ListMetricsDetails {
|
|
|
48
48
|
* Qualifiers that you want to use when searching for metric definitions.
|
|
49
49
|
* Available dimensions vary by metric namespace. Each dimension takes the form of a key-value pair.
|
|
50
50
|
* <p>
|
|
51
|
-
Example:
|
|
51
|
+
Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"dimensionFilters"?: {
|
|
@@ -57,17 +57,17 @@ export interface ListMetricsDetails {
|
|
|
57
57
|
/**
|
|
58
58
|
* Group metrics by these fields in the response. For example, to list all metric namespaces available
|
|
59
59
|
* in a compartment, groupBy the \"namespace\" field. Supported fields: namespace, name, resourceGroup.
|
|
60
|
-
* If
|
|
60
|
+
* If {@code groupBy} is used, then {@code dimensionFilters} is ignored.
|
|
61
61
|
* <p>
|
|
62
62
|
Example - group by namespace:
|
|
63
|
-
*
|
|
63
|
+
* {@code [ \"namespace\" ]}
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"groupBy"?: Array<string>;
|
|
67
67
|
/**
|
|
68
68
|
* The field to use when sorting returned metric definitions. Only one sorting level is provided.
|
|
69
69
|
* <p>
|
|
70
|
-
Example:
|
|
70
|
+
Example: {@code NAMESPACE}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
"sortBy"?: ListMetricsDetails.SortBy;
|
|
@@ -75,7 +75,7 @@ export interface ListMetricsDetails {
|
|
|
75
75
|
* The sort order to use when sorting returned metric definitions. Ascending (ASC) or
|
|
76
76
|
* descending (DESC).
|
|
77
77
|
* <p>
|
|
78
|
-
Example:
|
|
78
|
+
Example: {@code ASC}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"sortOrder"?: ListMetricsDetails.SortOrder;
|
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
import * as model from "../model";
|
|
@@ -23,10 +23,10 @@ export interface MetricDataDetails {
|
|
|
23
23
|
/**
|
|
24
24
|
* The source service or application emitting the metric.
|
|
25
25
|
* <p>
|
|
26
|
-
A valid namespace value starts with an alphabetical character and includes only alphanumeric characters and underscores.
|
|
26
|
+
A valid namespace value starts with an alphabetical character and includes only alphanumeric characters and underscores. Custom metrics can't use the following reserved prefixes: {@code oci_} and {@code oracle_}
|
|
27
27
|
* Avoid entering confidential information.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code my_namespace}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"namespace": string;
|
|
@@ -35,7 +35,7 @@ export interface MetricDataDetails {
|
|
|
35
35
|
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
36
36
|
* Avoid entering confidential information.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code frontend-fleet}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"resourceGroup"?: string;
|
|
@@ -47,10 +47,10 @@ export interface MetricDataDetails {
|
|
|
47
47
|
/**
|
|
48
48
|
* The name of the metric.
|
|
49
49
|
* <p>
|
|
50
|
-
A valid name value starts with an alphabetical character and includes only alphanumeric characters, dots, underscores, hyphens, and dollar signs.
|
|
50
|
+
A valid name value starts with an alphabetical character and includes only alphanumeric characters, dots, underscores, hyphens, and dollar signs.
|
|
51
51
|
* Avoid entering confidential information.
|
|
52
52
|
* <p>
|
|
53
|
-
Example:
|
|
53
|
+
Example: {@code my_app.success_rate}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"name": string;
|
|
@@ -61,7 +61,7 @@ export interface MetricDataDetails {
|
|
|
61
61
|
* A valid dimension value includes only Unicode characters. The character limit for a dimension value is 512.
|
|
62
62
|
* Empty strings are not allowed for keys or values. Avoid entering confidential information.
|
|
63
63
|
* <p>
|
|
64
|
-
Example:
|
|
64
|
+
Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"dimensions": {
|
|
@@ -71,7 +71,7 @@ export interface MetricDataDetails {
|
|
|
71
71
|
* Properties describing metrics. These are not part of the unique fields identifying the metric.
|
|
72
72
|
* Each metadata item takes the form of a key-value pair. The character limit for a metadata key is 256. The character limit for a metadata value is 256.
|
|
73
73
|
* <p>
|
|
74
|
-
Example:
|
|
74
|
+
Example: {@code \"unit\": \"bytes\"}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"metadata"?: {
|
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
import * as model from "../model";
|
|
@@ -41,7 +41,7 @@ export interface MetricData {
|
|
|
41
41
|
* The reference provided in a metric definition to indicate the source service or
|
|
42
42
|
* application that emitted the metric.
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code oci_computeagent}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"namespace": string;
|
|
@@ -49,7 +49,7 @@ export interface MetricData {
|
|
|
49
49
|
* Resource group provided with the posted metric. A resource group is a custom string that you can match when retrieving custom metrics. Only one resource group can be applied per metric.
|
|
50
50
|
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code frontend-fleet}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"resourceGroup"?: string;
|
|
@@ -62,7 +62,7 @@ export interface MetricData {
|
|
|
62
62
|
/**
|
|
63
63
|
* The name of the metric.
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code CpuUtilization}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"name": string;
|
|
@@ -70,7 +70,7 @@ export interface MetricData {
|
|
|
70
70
|
* Qualifiers provided in the definition of the returned metric.
|
|
71
71
|
* Available dimensions vary by metric namespace. Each dimension takes the form of a key-value pair.
|
|
72
72
|
* <p>
|
|
73
|
-
Example:
|
|
73
|
+
Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"dimensions": {
|
|
@@ -79,7 +79,7 @@ export interface MetricData {
|
|
|
79
79
|
/**
|
|
80
80
|
* The references provided in a metric definition to indicate extra information about the metric.
|
|
81
81
|
* <p>
|
|
82
|
-
Example:
|
|
82
|
+
Example: {@code \"unit\": \"bytes\"}
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
85
85
|
"metadata"?: {
|
|
@@ -90,9 +90,9 @@ export interface MetricData {
|
|
|
90
90
|
* frequency for returning aggregated data points. For example, use a query interval of
|
|
91
91
|
* 5 minutes with a resolution of 1 minute to retrieve five-minute aggregations at a one-minute
|
|
92
92
|
* frequency. The resolution must be equal or less than the interval in the query. The default
|
|
93
|
-
* resolution is 1m (one minute). Supported values:
|
|
93
|
+
* resolution is 1m (one minute). Supported values: {@code 1m}-{@code 60m}, {@code 1h}-{@code 24h}, {@code 1d}.
|
|
94
94
|
* <p>
|
|
95
|
-
Example:
|
|
95
|
+
Example: {@code 5m}
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
"resolution"?: string;
|
package/lib/model/metric-data.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/model/metric.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
@@ -24,14 +24,14 @@ export interface Metric {
|
|
|
24
24
|
/**
|
|
25
25
|
* The name of the metric.
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code CpuUtilization}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"name"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* The source service or application emitting the metric.
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code oci_computeagent}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"namespace"?: string;
|
|
@@ -39,7 +39,7 @@ export interface Metric {
|
|
|
39
39
|
* Resource group provided with the posted metric. A resource group is a custom string that you can match when retrieving custom metrics. Only one resource group can be applied per metric.
|
|
40
40
|
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
41
41
|
* <p>
|
|
42
|
-
Example:
|
|
42
|
+
Example: {@code frontend-fleet}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"resourceGroup"?: string;
|
|
@@ -53,7 +53,7 @@ export interface Metric {
|
|
|
53
53
|
* Qualifiers provided in a metric definition. Available dimensions vary by metric namespace.
|
|
54
54
|
* Each dimension takes the form of a key-value pair.
|
|
55
55
|
* <p>
|
|
56
|
-
Example:
|
|
56
|
+
Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"dimensions"?: {
|
package/lib/model/metric.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
import * as model from "../model";
|
|
@@ -33,7 +33,7 @@ export interface PostMetricDataDetails {
|
|
|
33
33
|
* their error messages. A value of ATOMIC requires a full pass: all metric objects in
|
|
34
34
|
* the request must pass input validation.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code NON_ATOMIC}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"batchAtomicity"?: PostMetricDataDetails.BatchAtomicity;
|
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
import * as model from "../model";
|
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
@@ -22,8 +22,8 @@ For more information, see
|
|
|
22
22
|
export interface RetrieveDimensionStatesDetails {
|
|
23
23
|
/**
|
|
24
24
|
* A filter to return only alarm state entries that match the exact set of specified dimension key-value pairs.
|
|
25
|
-
* If you specify
|
|
26
|
-
* and
|
|
25
|
+
* If you specify {@code \"availabilityDomain\": \"phx-ad-1\"} but the alarm state entry corresponds to the set {@code \"availabilityDomain\": \"phx-ad-1\"}
|
|
26
|
+
* and {@code \"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}, then no results are returned.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"dimensionFilters"?: {
|
|
@@ -31,7 +31,7 @@ export interface RetrieveDimensionStatesDetails {
|
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
33
|
* A filter to return only alarm state entries that match the status value.
|
|
34
|
-
* Example:
|
|
34
|
+
* Example: {@code FIRING}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"status"?: string;
|
|
@@ -2,7 +2,7 @@
|
|
|
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
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ For more information, see
|
|
|
12
12
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c) 2020,
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
16
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
17
|
*/
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monitoring API
|
|
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.
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20180401
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* The configuration details for returning history of suppressions for the specified alarm.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface SummarizeAlarmSuppressionHistoryDetails {
|
|
22
|
+
/**
|
|
23
|
+
* A filter to suppress only alarm state entries that include the set of specified dimension key-value pairs.
|
|
24
|
+
* If you specify {\"availabilityDomain\": \"phx-ad-1\"}
|
|
25
|
+
* and the alarm state entry corresponds to the set {\"availabilityDomain\": \"phx-ad-1\" and \"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"},
|
|
26
|
+
* then this alarm will be included for suppression.
|
|
27
|
+
* <p>
|
|
28
|
+
Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"dimensions"?: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* A filter to return only entries with \"timeSuppressFrom\" time occurring on or after the specified time.
|
|
36
|
+
* <p>
|
|
37
|
+
The value cannot be a future time.
|
|
38
|
+
* Format defined by RFC3339.
|
|
39
|
+
* <p>
|
|
40
|
+
Example: {@code 2023-02-01T01:02:29.600Z}
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"timeSuppressFromGreaterThanOrEqualTo"?: Date;
|
|
44
|
+
/**
|
|
45
|
+
* A filter to return only entries with \"timeSuppressFrom\" time occurring before the specified time.
|
|
46
|
+
* <p>
|
|
47
|
+
The value cannot be a future time.
|
|
48
|
+
* Format defined by RFC3339.
|
|
49
|
+
* <p>
|
|
50
|
+
Example: {@code 2023-02-01T01:02:29.600Z}
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"timeSuppressFromLessThan"?: Date;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace SummarizeAlarmSuppressionHistoryDetails {
|
|
56
|
+
function getJsonObj(obj: SummarizeAlarmSuppressionHistoryDetails): object;
|
|
57
|
+
function getDeserializedJsonObj(obj: SummarizeAlarmSuppressionHistoryDetails): object;
|
|
58
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Monitoring API
|
|
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.
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20180401
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.SummarizeAlarmSuppressionHistoryDetails = void 0;
|
|
20
|
+
var SummarizeAlarmSuppressionHistoryDetails;
|
|
21
|
+
(function (SummarizeAlarmSuppressionHistoryDetails) {
|
|
22
|
+
function getJsonObj(obj) {
|
|
23
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
24
|
+
return jsonObj;
|
|
25
|
+
}
|
|
26
|
+
SummarizeAlarmSuppressionHistoryDetails.getJsonObj = getJsonObj;
|
|
27
|
+
function getDeserializedJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
SummarizeAlarmSuppressionHistoryDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
32
|
+
})(SummarizeAlarmSuppressionHistoryDetails = exports.SummarizeAlarmSuppressionHistoryDetails || (exports.SummarizeAlarmSuppressionHistoryDetails = {}));
|
|
33
|
+
//# sourceMappingURL=summarize-alarm-suppression-history-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-alarm-suppression-history-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/summarize-alarm-suppression-history-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA0CH,IAAiB,uCAAuC,CAWvD;AAXD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAWvD"}
|