oci-monitoring 2.70.4 → 2.72.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 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +92 -48
- package/lib/client.js +98 -50
- package/lib/client.js.map +1 -1
- package/lib/model/aggregated-datapoint.d.ts +2 -1
- package/lib/model/aggregated-datapoint.js +2 -1
- package/lib/model/aggregated-datapoint.js.map +1 -1
- package/lib/model/alarm-dimension-states-collection.d.ts +4 -3
- package/lib/model/alarm-dimension-states-collection.js +2 -1
- package/lib/model/alarm-dimension-states-collection.js.map +1 -1
- package/lib/model/alarm-dimension-states-entry.d.ts +2 -1
- package/lib/model/alarm-dimension-states-entry.js +2 -1
- package/lib/model/alarm-dimension-states-entry.js.map +1 -1
- package/lib/model/alarm-history-collection.d.ts +3 -2
- package/lib/model/alarm-history-collection.js +2 -1
- package/lib/model/alarm-history-collection.js.map +1 -1
- package/lib/model/alarm-history-entry.d.ts +2 -1
- package/lib/model/alarm-history-entry.js +2 -1
- package/lib/model/alarm-history-entry.js.map +1 -1
- package/lib/model/alarm-status-summary.d.ts +12 -11
- package/lib/model/alarm-status-summary.js +2 -1
- package/lib/model/alarm-status-summary.js.map +1 -1
- package/lib/model/alarm-summary.d.ts +19 -11
- package/lib/model/alarm-summary.js +2 -1
- package/lib/model/alarm-summary.js.map +1 -1
- package/lib/model/alarm.d.ts +27 -19
- package/lib/model/alarm.js +2 -1
- package/lib/model/alarm.js.map +1 -1
- package/lib/model/change-alarm-compartment-details.d.ts +2 -1
- package/lib/model/change-alarm-compartment-details.js +2 -1
- package/lib/model/change-alarm-compartment-details.js.map +1 -1
- package/lib/model/create-alarm-details.d.ts +23 -16
- package/lib/model/create-alarm-details.js +2 -1
- package/lib/model/create-alarm-details.js.map +1 -1
- package/lib/model/datapoint.d.ts +3 -1
- package/lib/model/datapoint.js +2 -1
- package/lib/model/datapoint.js.map +1 -1
- package/lib/model/failed-metric-record.d.ts +2 -1
- package/lib/model/failed-metric-record.js +2 -1
- package/lib/model/failed-metric-record.js.map +1 -1
- package/lib/model/index.d.ts +2 -1
- package/lib/model/index.js +2 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/list-metrics-details.d.ts +3 -1
- package/lib/model/list-metrics-details.js +2 -1
- package/lib/model/list-metrics-details.js.map +1 -1
- package/lib/model/metric-data-details.d.ts +3 -1
- package/lib/model/metric-data-details.js +2 -1
- package/lib/model/metric-data-details.js.map +1 -1
- package/lib/model/metric-data.d.ts +8 -5
- package/lib/model/metric-data.js +2 -1
- package/lib/model/metric-data.js.map +1 -1
- package/lib/model/metric.d.ts +4 -2
- package/lib/model/metric.js +2 -1
- package/lib/model/metric.js.map +1 -1
- package/lib/model/post-metric-data-details.d.ts +2 -1
- package/lib/model/post-metric-data-details.js +2 -1
- package/lib/model/post-metric-data-details.js.map +1 -1
- package/lib/model/post-metric-data-response-details.d.ts +2 -1
- package/lib/model/post-metric-data-response-details.js +2 -1
- package/lib/model/post-metric-data-response-details.js.map +1 -1
- package/lib/model/retrieve-dimension-states-details.d.ts +2 -1
- package/lib/model/retrieve-dimension-states-details.js +2 -1
- package/lib/model/retrieve-dimension-states-details.js.map +1 -1
- package/lib/model/summarize-metrics-data-details.d.ts +5 -4
- package/lib/model/summarize-metrics-data-details.js +2 -1
- package/lib/model/summarize-metrics-data-details.js.map +1 -1
- package/lib/model/suppression.d.ts +4 -2
- package/lib/model/suppression.js +2 -1
- package/lib/model/suppression.js.map +1 -1
- package/lib/model/update-alarm-details.d.ts +23 -17
- package/lib/model/update-alarm-details.js +2 -1
- package/lib/model/update-alarm-details.js.map +1 -1
- package/lib/monitoring-waiter.d.ts +2 -1
- package/lib/monitoring-waiter.js +2 -1
- package/lib/monitoring-waiter.js.map +1 -1
- package/lib/request/change-alarm-compartment-request.d.ts +1 -1
- package/lib/request/create-alarm-request.d.ts +1 -1
- package/lib/request/delete-alarm-request.d.ts +1 -1
- package/lib/request/get-alarm-history-request.d.ts +5 -3
- package/lib/request/get-alarm-history-request.js.map +1 -1
- package/lib/request/get-alarm-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -1
- package/lib/request/index.js +2 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alarms-request.d.ts +5 -3
- package/lib/request/list-alarms-request.js.map +1 -1
- package/lib/request/list-alarms-status-request.d.ts +42 -3
- package/lib/request/list-alarms-status-request.js +5 -0
- package/lib/request/list-alarms-status-request.js.map +1 -1
- package/lib/request/list-metrics-request.d.ts +5 -3
- package/lib/request/post-metric-data-request.d.ts +1 -1
- package/lib/request/remove-alarm-suppression-request.d.ts +1 -1
- package/lib/request/retrieve-dimension-states-request.d.ts +5 -3
- package/lib/request/summarize-metrics-data-request.d.ts +1 -1
- package/lib/request/update-alarm-request.d.ts +1 -1
- package/lib/response/get-alarm-history-response.d.ts +2 -1
- package/lib/response/index.d.ts +2 -1
- package/lib/response/index.js +2 -1
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-alarms-response.d.ts +2 -1
- package/lib/response/list-alarms-status-response.d.ts +2 -1
- package/lib/response/list-metrics-response.d.ts +2 -1
- package/lib/response/retrieve-dimension-states-response.d.ts +2 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-history-collection.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-history-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"alarm-history-collection.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-history-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-history-entry.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-history-entry.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"alarm-history-entry.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-history-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAqCH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -16,14 +17,16 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
|
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
19
|
* A summary of properties for the specified alarm and its current evaluation status.
|
|
19
|
-
* For information about alarms, see
|
|
20
|
+
* For information about alarms, see
|
|
21
|
+
* [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
20
22
|
* <p>
|
|
21
23
|
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
22
24
|
* talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
23
25
|
* [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
24
26
|
* <p>
|
|
25
27
|
For information about endpoints and signing API requests, see
|
|
26
|
-
* [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
|
|
28
|
+
* [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
|
|
29
|
+
* For information about available SDKs and tools, see
|
|
27
30
|
* [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
|
|
28
31
|
*
|
|
29
32
|
*/
|
|
@@ -56,14 +59,12 @@ export interface AlarmStatusSummary {
|
|
|
56
59
|
*/
|
|
57
60
|
"timestampTriggered": Date;
|
|
58
61
|
/**
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*
|
|
66
|
-
*/
|
|
62
|
+
* The status of this alarm.
|
|
63
|
+
* Status is collective, across all metric streams in the alarm.
|
|
64
|
+
* To list alarm status for each metric stream, use {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
65
|
+
* Example: `FIRING`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
67
68
|
"status": AlarmStatusSummary.Status;
|
|
68
69
|
/**
|
|
69
70
|
* The configuration details for suppressing an alarm.
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-status-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-status-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"alarm-status-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-status-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6DlC,IAAiB,kBAAkB,CA8ClC;AA9CD,WAAiB,kBAAkB;IACjC,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,2BAAQ,KAAR,2BAAQ,QAUnB;IAED,IAAY,MASX;IATD,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,mBAAS,CAAA;QACT,iCAAuB,CAAA;QACvB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EATW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QASjB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EA9CgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA8ClC"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -16,14 +17,16 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
|
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
19
|
* A summary of properties for the specified alarm.
|
|
19
|
-
* For information about alarms, see
|
|
20
|
+
* For information about alarms, see
|
|
21
|
+
* [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
20
22
|
* <p>
|
|
21
23
|
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
22
24
|
* talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
23
25
|
* [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
24
26
|
* <p>
|
|
25
27
|
For information about endpoints and signing API requests, see
|
|
26
|
-
* [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
|
|
28
|
+
* [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
|
|
29
|
+
* For information about available SDKs and tools, see
|
|
27
30
|
* [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
|
|
28
31
|
*
|
|
29
32
|
*/
|
|
@@ -36,7 +39,7 @@ export interface AlarmSummary {
|
|
|
36
39
|
/**
|
|
37
40
|
* A user-friendly name for the alarm. It does not have to be unique, and it's changeable.
|
|
38
41
|
* <p>
|
|
39
|
-
This
|
|
42
|
+
This value determines the title of each alarm notification.
|
|
40
43
|
* <p>
|
|
41
44
|
Example: `High CPU Utilization`
|
|
42
45
|
*
|
|
@@ -67,9 +70,12 @@ export interface AlarmSummary {
|
|
|
67
70
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
68
71
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
69
72
|
* interval values are supported for smaller time ranges. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
70
|
-
* For
|
|
71
|
-
*
|
|
72
|
-
*
|
|
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).
|
|
75
|
+
* For details about MQL, see
|
|
76
|
+
* [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
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).
|
|
73
79
|
* <p>
|
|
74
80
|
Example of threshold alarm:
|
|
75
81
|
* <p>
|
|
@@ -97,10 +103,12 @@ export interface AlarmSummary {
|
|
|
97
103
|
*/
|
|
98
104
|
"severity": AlarmSummary.Severity;
|
|
99
105
|
/**
|
|
100
|
-
* A list of destinations
|
|
101
|
-
* Each destination is represented by
|
|
102
|
-
*
|
|
103
|
-
* Supported destination services: Notifications
|
|
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)
|
|
108
|
+
* of a related resource, such as a {@link NotificationTopic}.
|
|
109
|
+
* Supported destination services: Notifications
|
|
110
|
+
* , Streaming.
|
|
111
|
+
* Limit: One destination per supported destination service.
|
|
104
112
|
*
|
|
105
113
|
*/
|
|
106
114
|
"destinations": Array<string>;
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"alarm-summary.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqIlC,IAAiB,YAAY,CAmC5B;AAnCD,WAAiB,YAAY;IAC3B,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,qBAAQ,KAAR,qBAAQ,QAUnB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mCAAsB,yBAWrC,CAAA;AACH,CAAC,EAnCgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAmC5B"}
|
package/lib/model/alarm.d.ts
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -16,14 +17,16 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
|
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
19
|
* The properties that define an alarm.
|
|
19
|
-
* For information about alarms, see
|
|
20
|
+
* For information about alarms, see
|
|
21
|
+
* [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
20
22
|
* <p>
|
|
21
23
|
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
22
24
|
* talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
23
25
|
* [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
24
26
|
* <p>
|
|
25
27
|
For information about endpoints and signing API requests, see
|
|
26
|
-
* [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
|
|
28
|
+
* [About the API](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm).
|
|
29
|
+
* For information about available SDKs and tools, see
|
|
27
30
|
* [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
|
|
28
31
|
*
|
|
29
32
|
*/
|
|
@@ -36,7 +39,7 @@ export interface Alarm {
|
|
|
36
39
|
/**
|
|
37
40
|
* A user-friendly name for the alarm. It does not have to be unique, and it's changeable.
|
|
38
41
|
* <p>
|
|
39
|
-
This
|
|
42
|
+
This value determines the title of each alarm notification.
|
|
40
43
|
* <p>
|
|
41
44
|
Example: `High CPU Utilization`
|
|
42
45
|
*
|
|
@@ -87,9 +90,12 @@ export interface Alarm {
|
|
|
87
90
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
88
91
|
* interval values are supported for smaller time ranges. You can optionally
|
|
89
92
|
* specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
90
|
-
* For
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
+
* For information about writing MQL expressions, see
|
|
94
|
+
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
95
|
+
* For details about MQL, see
|
|
96
|
+
* [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
97
|
+
* For available dimensions, review the metric definition for the supported service. See
|
|
98
|
+
* [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
|
|
93
99
|
* <p>
|
|
94
100
|
Example of threshold alarm:
|
|
95
101
|
* <p>
|
|
@@ -141,7 +147,7 @@ export interface Alarm {
|
|
|
141
147
|
*/
|
|
142
148
|
"severity": Alarm.Severity;
|
|
143
149
|
/**
|
|
144
|
-
* The human-readable content of the notification
|
|
150
|
+
* The human-readable content of the delivered alarm notification. Oracle recommends providing guidance
|
|
145
151
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
146
152
|
* practices.
|
|
147
153
|
* <p>
|
|
@@ -150,29 +156,31 @@ export interface Alarm {
|
|
|
150
156
|
*/
|
|
151
157
|
"body"?: string;
|
|
152
158
|
/**
|
|
153
|
-
* When set to `true`, splits notifications per metric stream.
|
|
154
|
-
*
|
|
159
|
+
* When set to `true`, splits alarm notifications per metric stream.
|
|
160
|
+
* When set to `false`, groups alarm notifications across metric streams.
|
|
155
161
|
*
|
|
156
162
|
*/
|
|
157
163
|
"isNotificationsPerMetricDimensionEnabled"?: boolean;
|
|
158
164
|
/**
|
|
159
|
-
* The format to use for
|
|
160
|
-
* * `RAW` - Raw JSON blob. Default value.
|
|
161
|
-
* * `PRETTY_JSON`: JSON with new lines and indents.
|
|
162
|
-
* * `ONS_OPTIMIZED`: Simplified, user-friendly layout.
|
|
165
|
+
* The format to use for alarm notifications. The formats are:
|
|
166
|
+
* * `RAW` - Raw JSON blob. Default value. When the `destinations` attribute specifies `Streaming`, all alarm notifications use this format.
|
|
167
|
+
* * `PRETTY_JSON`: JSON with new lines and indents. Available when the `destinations` attribute specifies `Notifications` only.
|
|
168
|
+
* * `ONS_OPTIMIZED`: Simplified, user-friendly layout. Available when the `destinations` attribute specifies `Notifications` only. Applies to Email subscription types only.
|
|
163
169
|
*
|
|
164
170
|
*/
|
|
165
171
|
"messageFormat"?: Alarm.MessageFormat;
|
|
166
172
|
/**
|
|
167
|
-
* A list of destinations
|
|
168
|
-
* Each destination is represented by
|
|
169
|
-
*
|
|
170
|
-
* Supported destination services: Notifications
|
|
173
|
+
* A list of destinations for alarm notifications.
|
|
174
|
+
* Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
175
|
+
* of a related resource, such as a {@link NotificationTopic}.
|
|
176
|
+
* Supported destination services: Notifications
|
|
177
|
+
* , Streaming.
|
|
178
|
+
* Limit: One destination per supported destination service.
|
|
171
179
|
*
|
|
172
180
|
*/
|
|
173
181
|
"destinations": Array<string>;
|
|
174
182
|
/**
|
|
175
|
-
* The frequency
|
|
183
|
+
* The frequency for re-submitting alarm notifications, if the alarm keeps firing without
|
|
176
184
|
* interruption. Format defined by ISO 8601. For example, `PT4H` indicates four hours.
|
|
177
185
|
* Minimum: PT1M. Maximum: P30D.
|
|
178
186
|
* <p>
|
package/lib/model/alarm.js
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
package/lib/model/alarm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiOlC,IAAiB,KAAK,CAyDrB;AAzDD,WAAiB,KAAK;IACpB,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAUnB;IAED,IAAY,aASX;IATD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;QAC9B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EATW,aAAa,GAAb,mBAAa,KAAb,mBAAa,QASxB;IAED,IAAY,cASX;IATD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAsB,yBAWrC,CAAA;AACH,CAAC,EAzDgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAyDrB"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-alarm-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/change-alarm-compartment-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"change-alarm-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/change-alarm-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAiBH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -23,7 +24,7 @@ export interface CreateAlarmDetails {
|
|
|
23
24
|
* A user-friendly name for the alarm. It does not have to be unique, and it's changeable.
|
|
24
25
|
* Avoid entering confidential information.
|
|
25
26
|
* <p>
|
|
26
|
-
This
|
|
27
|
+
This value determines the title of each alarm notification.
|
|
27
28
|
* <p>
|
|
28
29
|
Example: `High CPU Utilization`
|
|
29
30
|
*
|
|
@@ -75,9 +76,12 @@ export interface CreateAlarmDetails {
|
|
|
75
76
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
76
77
|
* interval values are supported for smaller time ranges. You can optionally
|
|
77
78
|
* specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
78
|
-
* For
|
|
79
|
-
*
|
|
80
|
-
*
|
|
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).
|
|
81
|
+
* For details about MQL, see
|
|
82
|
+
* [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
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).
|
|
81
85
|
* <p>
|
|
82
86
|
Example of threshold alarm:
|
|
83
87
|
* <p>
|
|
@@ -129,7 +133,7 @@ export interface CreateAlarmDetails {
|
|
|
129
133
|
*/
|
|
130
134
|
"severity": string;
|
|
131
135
|
/**
|
|
132
|
-
* The human-readable content of the notification
|
|
136
|
+
* The human-readable content of the delivered alarm notification. Oracle recommends providing guidance
|
|
133
137
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
134
138
|
* practices. Avoid entering confidential information.
|
|
135
139
|
* <p>
|
|
@@ -138,29 +142,32 @@ export interface CreateAlarmDetails {
|
|
|
138
142
|
*/
|
|
139
143
|
"body"?: string;
|
|
140
144
|
/**
|
|
141
|
-
* When set to `true`, splits notifications per metric stream.
|
|
145
|
+
* When set to `true`, splits alarm notifications per metric stream.
|
|
146
|
+
* When set to `false`, groups alarm notifications across metric streams.
|
|
142
147
|
* Example: `true`
|
|
143
148
|
*
|
|
144
149
|
*/
|
|
145
150
|
"isNotificationsPerMetricDimensionEnabled"?: boolean;
|
|
146
151
|
/**
|
|
147
|
-
* The format to use for
|
|
148
|
-
* * `RAW` - Raw JSON blob. Default value.
|
|
149
|
-
* * `PRETTY_JSON`: JSON with new lines and indents.
|
|
150
|
-
* * `ONS_OPTIMIZED`: Simplified, user-friendly layout.
|
|
152
|
+
* The format to use for alarm notifications. The formats are:
|
|
153
|
+
* * `RAW` - Raw JSON blob. Default value. When the `destinations` attribute specifies `Streaming`, all alarm notifications use this format.
|
|
154
|
+
* * `PRETTY_JSON`: JSON with new lines and indents. Available when the `destinations` attribute specifies `Notifications` only.
|
|
155
|
+
* * `ONS_OPTIMIZED`: Simplified, user-friendly layout. Available when the `destinations` attribute specifies `Notifications` only. Applies to Email subscription types only.
|
|
151
156
|
*
|
|
152
157
|
*/
|
|
153
158
|
"messageFormat"?: CreateAlarmDetails.MessageFormat;
|
|
154
159
|
/**
|
|
155
|
-
* A list of destinations
|
|
156
|
-
* Each destination is represented by
|
|
157
|
-
*
|
|
158
|
-
* Supported destination services: Notifications
|
|
160
|
+
* A list of destinations for alarm notifications.
|
|
161
|
+
* Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
162
|
+
* of a related resource, such as a {@link NotificationTopic}.
|
|
163
|
+
* Supported destination services: Notifications
|
|
164
|
+
* , Streaming.
|
|
165
|
+
* Limit: One destination per supported destination service.
|
|
159
166
|
*
|
|
160
167
|
*/
|
|
161
168
|
"destinations": Array<string>;
|
|
162
169
|
/**
|
|
163
|
-
* The frequency
|
|
170
|
+
* The frequency for re-submitting alarm notifications, if the alarm keeps firing without
|
|
164
171
|
* interruption. Format defined by ISO 8601. For example, `PT4H` indicates four hours.
|
|
165
172
|
* Minimum: PT1M. Maximum: P30D.
|
|
166
173
|
* <p>
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/create-alarm-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/create-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+LlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;IAChC,CAAC,EAJW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
package/lib/model/datapoint.d.ts
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -20,6 +21,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
|
|
|
20
21
|
export interface Datapoint {
|
|
21
22
|
/**
|
|
22
23
|
* Timestamp for this metric value. Format defined by RFC3339.
|
|
24
|
+
* For a data point to be posted, its timestamp must be near current time (less than two hours in the past and less than 10 minutes in the future).
|
|
23
25
|
* <p>
|
|
24
26
|
Example: `2019-02-01T01:02:29.600Z`
|
|
25
27
|
*
|
package/lib/model/datapoint.js
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datapoint.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/datapoint.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"datapoint.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/datapoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAkCH,IAAiB,SAAS,CAWzB;AAXD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWzB"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"failed-metric-record.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/failed-metric-record.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"failed-metric-record.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/failed-metric-record.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,kBAAkB,CAyBlC;AAzBD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACpD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAyBlC"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
package/lib/model/index.js
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,4EAA8D;AAChD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,uDAAyC;AAC3B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,2DAA6C;AAC/B,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC"}
|
|
@@ -2,7 +2,8 @@
|
|
|
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
4
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
-
For information
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
6
7
|
|
|
7
8
|
* OpenAPI spec version: 20180401
|
|
8
9
|
*
|
|
@@ -56,6 +57,7 @@ export interface ListMetricsDetails {
|
|
|
56
57
|
/**
|
|
57
58
|
* Group metrics by these fields in the response. For example, to list all metric namespaces available
|
|
58
59
|
* in a compartment, groupBy the \"namespace\" field. Supported fields: namespace, name, resourceGroup.
|
|
60
|
+
* If `groupBy` is used, then `dimensionFilters` is ignored.
|
|
59
61
|
* <p>
|
|
60
62
|
Example - group by namespace:
|
|
61
63
|
* `[ \"namespace\" ]`
|
|
@@ -3,7 +3,8 @@
|
|
|
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
5
|
Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
-
For information
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
8
|
|
|
8
9
|
* OpenAPI spec version: 20180401
|
|
9
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-metrics-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/list-metrics-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"list-metrics-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/list-metrics-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAsEH,IAAiB,kBAAkB,CAsBlC;AAtBD,WAAiB,kBAAkB;IACjC,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,iCAAuB,CAAA;QACvB,uBAAa,CAAA;QACb,yCAA+B,CAAA;IACjC,CAAC,EAJW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAIjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAsBlC"}
|