oci-opsi 2.95.2 → 2.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/lib/client.d.ts +10 -0
  2. package/lib/client.js +73 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/host-configuration-metric-group.js +4 -0
  5. package/lib/model/host-configuration-metric-group.js.map +1 -1
  6. package/lib/model/host-containers.d.ts +9 -1
  7. package/lib/model/host-containers.js +2 -2
  8. package/lib/model/host-containers.js.map +1 -1
  9. package/lib/model/host-insight-resource-statistics-aggregation.d.ts +1 -1
  10. package/lib/model/host-insight-resource-statistics-aggregation.js.map +1 -1
  11. package/lib/model/host-io-statistics.d.ts +30 -0
  12. package/lib/model/host-io-statistics.js +57 -0
  13. package/lib/model/host-io-statistics.js.map +1 -0
  14. package/lib/model/host-performance-metric-group.js +0 -4
  15. package/lib/model/host-performance-metric-group.js.map +1 -1
  16. package/lib/model/host-resource-statistics.js +4 -0
  17. package/lib/model/host-resource-statistics.js.map +1 -1
  18. package/lib/model/index.d.ts +8 -0
  19. package/lib/model/index.js +16 -8
  20. package/lib/model/index.js.map +1 -1
  21. package/lib/model/io-usage-trend-aggregation.d.ts +33 -0
  22. package/lib/model/io-usage-trend-aggregation.js +64 -0
  23. package/lib/model/io-usage-trend-aggregation.js.map +1 -0
  24. package/lib/model/io-usage-trend.d.ts +48 -0
  25. package/lib/model/io-usage-trend.js +32 -0
  26. package/lib/model/io-usage-trend.js.map +1 -0
  27. package/lib/model/summarize-host-insight-host-recommendation-aggregation.d.ts +1 -0
  28. package/lib/model/summarize-host-insight-host-recommendation-aggregation.js +1 -0
  29. package/lib/model/summarize-host-insight-host-recommendation-aggregation.js.map +1 -1
  30. package/lib/model/summarize-host-insight-io-usage-trend-aggregation-collection.d.ts +42 -0
  31. package/lib/model/summarize-host-insight-io-usage-trend-aggregation-collection.js +64 -0
  32. package/lib/model/summarize-host-insight-io-usage-trend-aggregation-collection.js.map +1 -0
  33. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +1 -0
  34. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +1 -0
  35. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  36. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +1 -0
  37. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +1 -0
  38. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
  39. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +1 -0
  40. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +1 -0
  41. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
  42. package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +1 -0
  43. package/lib/model/summarize-host-insight-resource-usage-aggregation.js +1 -0
  44. package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
  45. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +1 -0
  46. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +1 -0
  47. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
  48. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.d.ts +1 -0
  49. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js +1 -0
  50. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js.map +1 -1
  51. package/lib/request/index.d.ts +2 -0
  52. package/lib/request/index.js +3 -1
  53. package/lib/request/index.js.map +1 -1
  54. package/lib/request/summarize-host-insight-io-usage-trend-request.d.ts +94 -0
  55. package/lib/request/summarize-host-insight-io-usage-trend-request.js +24 -0
  56. package/lib/request/summarize-host-insight-io-usage-trend-request.js.map +1 -0
  57. package/lib/response/index.d.ts +2 -0
  58. package/lib/response/summarize-host-insight-io-usage-trend-response.d.ts +32 -0
  59. package/lib/response/summarize-host-insight-io-usage-trend-response.js +15 -0
  60. package/lib/response/summarize-host-insight-io-usage-trend-response.js.map +1 -0
  61. package/package.json +3 -3
@@ -0,0 +1,94 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/SummarizeHostInsightIoUsageTrend.ts.html |here} to see how to use SummarizeHostInsightIoUsageTrendRequest.
17
+ */
18
+ export interface SummarizeHostInsightIoUsageTrendRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * Required [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host insight resource.
25
+ *
26
+ */
27
+ "id": string;
28
+ /**
29
+ * Specify time period in ISO 8601 format with respect to current time.
30
+ * Default is last 30 days represented by P30D.
31
+ * If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
32
+ * Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
33
+ *
34
+ */
35
+ "analysisTimeInterval"?: string;
36
+ /**
37
+ * Analysis start time in UTC in ISO 8601 format(inclusive).
38
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
39
+ * The minimum allowed value is 2 years prior to the current day.
40
+ * timeIntervalStart and timeIntervalEnd parameters are used together.
41
+ * If analysisTimeInterval is specified, this parameter is ignored.
42
+ *
43
+ */
44
+ "timeIntervalStart"?: Date;
45
+ /**
46
+ * Analysis end time in UTC in ISO 8601 format(exclusive).
47
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
48
+ * timeIntervalStart and timeIntervalEnd are used together.
49
+ * If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
50
+ *
51
+ */
52
+ "timeIntervalEnd"?: Date;
53
+ /**
54
+ * Optional [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host (Compute Id)
55
+ *
56
+ */
57
+ "hostId"?: string;
58
+ /**
59
+ * For list pagination. The value of the {@code opc-next-page} response header from
60
+ * the previous \"List\" call. For important details about how pagination works,
61
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
62
+ *
63
+ */
64
+ "page"?: string;
65
+ /**
66
+ * For list pagination. The maximum number of results per page, or items to
67
+ * return in a paginated \"List\" call.
68
+ * For important details about how pagination works, see
69
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
70
+ * Example: {@code 50}
71
+ *
72
+ */
73
+ "limit"?: number;
74
+ /**
75
+ * Choose the type of statistic metric data to be used for forecasting.
76
+ */
77
+ "statistic"?: SummarizeHostInsightIoUsageTrendRequest.Statistic;
78
+ /**
79
+ * Unique Oracle-assigned identifier for the request. If you need to contact
80
+ * Oracle about a particular request, please provide the request ID.
81
+ *
82
+ */
83
+ "opcRequestId"?: string;
84
+ /**
85
+ * Resource Status
86
+ */
87
+ "status"?: Array<model.ResourceStatus>;
88
+ }
89
+ export declare namespace SummarizeHostInsightIoUsageTrendRequest {
90
+ enum Statistic {
91
+ Avg = "AVG",
92
+ Max = "MAX"
93
+ }
94
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeHostInsightIoUsageTrendRequest = void 0;
16
+ var SummarizeHostInsightIoUsageTrendRequest;
17
+ (function (SummarizeHostInsightIoUsageTrendRequest) {
18
+ let Statistic;
19
+ (function (Statistic) {
20
+ Statistic["Avg"] = "AVG";
21
+ Statistic["Max"] = "MAX";
22
+ })(Statistic = SummarizeHostInsightIoUsageTrendRequest.Statistic || (SummarizeHostInsightIoUsageTrendRequest.Statistic = {}));
23
+ })(SummarizeHostInsightIoUsageTrendRequest = exports.SummarizeHostInsightIoUsageTrendRequest || (exports.SummarizeHostInsightIoUsageTrendRequest = {}));
24
+ //# sourceMappingURL=summarize-host-insight-io-usage-trend-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-host-insight-io-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-io-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgFH,IAAiB,uCAAuC,CAKvD;AALD,WAAiB,uCAAuC;IACtD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,iDAAS,KAAT,iDAAS,QAGpB;AACH,CAAC,EALgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAKvD"}
@@ -313,6 +313,8 @@ import * as SummarizeHostInsightDiskStatisticsResponse from "./summarize-host-in
313
313
  export import SummarizeHostInsightDiskStatisticsResponse = SummarizeHostInsightDiskStatisticsResponse.SummarizeHostInsightDiskStatisticsResponse;
314
314
  import * as SummarizeHostInsightHostRecommendationResponse from "./summarize-host-insight-host-recommendation-response";
315
315
  export import SummarizeHostInsightHostRecommendationResponse = SummarizeHostInsightHostRecommendationResponse.SummarizeHostInsightHostRecommendationResponse;
316
+ import * as SummarizeHostInsightIoUsageTrendResponse from "./summarize-host-insight-io-usage-trend-response";
317
+ export import SummarizeHostInsightIoUsageTrendResponse = SummarizeHostInsightIoUsageTrendResponse.SummarizeHostInsightIoUsageTrendResponse;
316
318
  import * as SummarizeHostInsightNetworkUsageTrendResponse from "./summarize-host-insight-network-usage-trend-response";
317
319
  export import SummarizeHostInsightNetworkUsageTrendResponse = SummarizeHostInsightNetworkUsageTrendResponse.SummarizeHostInsightNetworkUsageTrendResponse;
318
320
  import * as SummarizeHostInsightResourceCapacityTrendResponse from "./summarize-host-insight-resource-capacity-trend-response";
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface SummarizeHostInsightIoUsageTrendResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.SummarizeHostInsightIoUsageTrendAggregationCollection instance.
30
+ */
31
+ "summarizeHostInsightIoUsageTrendAggregationCollection": model.SummarizeHostInsightIoUsageTrendAggregationCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=summarize-host-insight-io-usage-trend-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-host-insight-io-usage-trend-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-host-insight-io-usage-trend-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-opsi",
3
- "version": "2.95.2",
3
+ "version": "2.97.0",
4
4
  "description": "OCI NodeJS client for Opsi Service",
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.95.2",
19
- "oci-workrequests": "2.95.2"
18
+ "oci-common": "2.97.0",
19
+ "oci-workrequests": "2.97.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"