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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAlarmsStatusRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -41,13 +41,15 @@ export interface ListAlarmsStatusRequest extends common.BaseRequest {
|
|
|
41
41
|
"compartmentIdInSubtree"?: boolean;
|
|
42
42
|
/**
|
|
43
43
|
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
44
|
-
* For important details about how pagination works, see
|
|
44
|
+
* For important details about how pagination works, see
|
|
45
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
45
46
|
*
|
|
46
47
|
*/
|
|
47
48
|
"page"?: string;
|
|
48
49
|
/**
|
|
49
50
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
50
|
-
* For important details about how pagination works, see
|
|
51
|
+
* For important details about how pagination works, see
|
|
52
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
51
53
|
* <p>
|
|
52
54
|
Default: 1000
|
|
53
55
|
* <p>
|
|
@@ -75,6 +77,39 @@ export interface ListAlarmsStatusRequest extends common.BaseRequest {
|
|
|
75
77
|
*
|
|
76
78
|
*/
|
|
77
79
|
"sortOrder"?: ListAlarmsStatusRequest.SortOrder;
|
|
80
|
+
/**
|
|
81
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a resource that is monitored by the
|
|
82
|
+
* metric that you are searching for.
|
|
83
|
+
* <p>
|
|
84
|
+
Example: `ocid1.instance.oc1.phx.exampleuniqueID`
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
"resourceId"?: string;
|
|
88
|
+
/**
|
|
89
|
+
* A filter to return only resources that match the given service name exactly.
|
|
90
|
+
* Use this filter to list all alarms containing metric streams that match the *exact* service-name dimension.
|
|
91
|
+
* <p>
|
|
92
|
+
Example: `logging-analytics`
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"serviceName"?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the entity monitored by the
|
|
98
|
+
* metric that you are searching for.
|
|
99
|
+
* <p>
|
|
100
|
+
Example: `ocid1.instance.oc1.phx.exampleuniqueID`
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"entityId"?: string;
|
|
104
|
+
/**
|
|
105
|
+
* The status of the metric stream to use for alarm filtering. For example, set `StatusQueryParam` to
|
|
106
|
+
* \"FIRING\" to filter results to metric streams of the alarm with that status. Default behaviour is to return
|
|
107
|
+
* alarms irrespective of metric streams' status.
|
|
108
|
+
* <p>
|
|
109
|
+
Example: `FIRING`
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"status"?: ListAlarmsStatusRequest.Status;
|
|
78
113
|
}
|
|
79
114
|
export declare namespace ListAlarmsStatusRequest {
|
|
80
115
|
enum SortBy {
|
|
@@ -85,4 +120,8 @@ export declare namespace ListAlarmsStatusRequest {
|
|
|
85
120
|
Asc = "ASC",
|
|
86
121
|
Desc = "DESC"
|
|
87
122
|
}
|
|
123
|
+
enum Status {
|
|
124
|
+
Firing = "FIRING",
|
|
125
|
+
Ok = "OK"
|
|
126
|
+
}
|
|
88
127
|
}
|
|
@@ -25,5 +25,10 @@ var ListAlarmsStatusRequest;
|
|
|
25
25
|
SortOrder["Asc"] = "ASC";
|
|
26
26
|
SortOrder["Desc"] = "DESC";
|
|
27
27
|
})(SortOrder = ListAlarmsStatusRequest.SortOrder || (ListAlarmsStatusRequest.SortOrder = {}));
|
|
28
|
+
let Status;
|
|
29
|
+
(function (Status) {
|
|
30
|
+
Status["Firing"] = "FIRING";
|
|
31
|
+
Status["Ok"] = "OK";
|
|
32
|
+
})(Status = ListAlarmsStatusRequest.Status || (ListAlarmsStatusRequest.Status = {}));
|
|
28
33
|
})(ListAlarmsStatusRequest = exports.ListAlarmsStatusRequest || (exports.ListAlarmsStatusRequest = {}));
|
|
29
34
|
//# sourceMappingURL=list-alarms-status-request.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-alarms-status-request.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/list-alarms-status-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-alarms-status-request.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/list-alarms-status-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0GH,IAAiB,uBAAuB,CAevC;AAfD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,mBAAS,CAAA;IACX,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;AACH,CAAC,EAfgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAevC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListMetricsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,13 +37,15 @@ export interface ListMetricsRequest extends common.BaseRequest {
|
|
|
37
37
|
"opcRequestId"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
40
|
-
* For important details about how pagination works, see
|
|
40
|
+
* For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
42
|
*
|
|
42
43
|
*/
|
|
43
44
|
"page"?: string;
|
|
44
45
|
/**
|
|
45
46
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
46
|
-
* For important details about how pagination works, see
|
|
47
|
+
* For important details about how pagination works, see
|
|
48
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
49
|
* <p>
|
|
48
50
|
Default: 1000
|
|
49
51
|
* <p>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PostMetricDataRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RemoveAlarmSuppressionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStatesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RetrieveDimensionStatesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -29,13 +29,15 @@ export interface RetrieveDimensionStatesRequest extends common.BaseRequest {
|
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
31
|
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
32
|
-
* For important details about how pagination works, see
|
|
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
34
|
*
|
|
34
35
|
*/
|
|
35
36
|
"page"?: string;
|
|
36
37
|
/**
|
|
37
38
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
38
|
-
* For important details about how pagination works, see
|
|
39
|
+
* For important details about how pagination works, see
|
|
40
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
41
|
* <p>
|
|
40
42
|
Default: 1000
|
|
41
43
|
* <p>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeMetricsDataRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAlarmRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -20,7 +20,8 @@ export interface GetAlarmHistoryResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
23
|
-
* For important details about how pagination works, see
|
|
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
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcNextPage": string;
|
package/lib/response/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/response/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
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/response/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG"}
|
|
@@ -14,7 +14,8 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAlarmsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see
|
|
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
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
@@ -14,7 +14,8 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAlarmsStatusResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see
|
|
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
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
@@ -14,7 +14,8 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListMetricsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see
|
|
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
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
@@ -20,7 +20,8 @@ export interface RetrieveDimensionStatesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
23
|
-
* For important details about how pagination works, see
|
|
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
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-monitoring",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.72.0",
|
|
19
|
+
"oci-workrequests": "2.72.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|