oci-jms 2.102.0 → 2.102.2
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/lib/client.d.ts +36 -0
- package/lib/client.js +281 -0
- package/lib/client.js.map +1 -1
- package/lib/model/fleet-error-aggregation-collection.d.ts +26 -0
- package/lib/model/fleet-error-aggregation-collection.js +61 -0
- package/lib/model/fleet-error-aggregation-collection.js.map +1 -0
- package/lib/model/fleet-error-aggregation-summary.d.ts +30 -0
- package/lib/model/fleet-error-aggregation-summary.js +61 -0
- package/lib/model/fleet-error-aggregation-summary.js.map +1 -0
- package/lib/model/fleet-error-aggregation.d.ts +30 -0
- package/lib/model/fleet-error-aggregation.js +29 -0
- package/lib/model/fleet-error-aggregation.js.map +1 -0
- package/lib/model/fleet-error-collection.d.ts +26 -0
- package/lib/model/fleet-error-collection.js +61 -0
- package/lib/model/fleet-error-collection.js.map +1 -0
- package/lib/model/fleet-error-details.d.ts +38 -0
- package/lib/model/fleet-error-details.js +29 -0
- package/lib/model/fleet-error-details.js.map +1 -0
- package/lib/model/fleet-error-reason.d.ts +28 -0
- package/lib/model/fleet-error-reason.js +39 -0
- package/lib/model/fleet-error-reason.js.map +1 -0
- package/lib/model/fleet-error-sort-by.d.ts +23 -0
- package/lib/model/fleet-error-sort-by.js +34 -0
- package/lib/model/fleet-error-sort-by.js.map +1 -0
- package/lib/model/fleet-error-summary.d.ts +49 -0
- package/lib/model/fleet-error-summary.js +61 -0
- package/lib/model/fleet-error-summary.js.map +1 -0
- package/lib/model/generate-agent-installer-configuration-details.d.ts +1 -1
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +36 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/operating-system.d.ts +4 -0
- package/lib/model/operating-system.js.map +1 -1
- package/lib/model/plugin-error-aggregation-collection.d.ts +26 -0
- package/lib/model/plugin-error-aggregation-collection.js +61 -0
- package/lib/model/plugin-error-aggregation-collection.js.map +1 -0
- package/lib/model/plugin-error-aggregation-summary.d.ts +30 -0
- package/lib/model/plugin-error-aggregation-summary.js +61 -0
- package/lib/model/plugin-error-aggregation-summary.js.map +1 -0
- package/lib/model/plugin-error-aggregation.d.ts +30 -0
- package/lib/model/plugin-error-aggregation.js +29 -0
- package/lib/model/plugin-error-aggregation.js.map +1 -0
- package/lib/model/plugin-error-collection.d.ts +26 -0
- package/lib/model/plugin-error-collection.js +61 -0
- package/lib/model/plugin-error-collection.js.map +1 -0
- package/lib/model/plugin-error-details.d.ts +38 -0
- package/lib/model/plugin-error-details.js +29 -0
- package/lib/model/plugin-error-details.js.map +1 -0
- package/lib/model/plugin-error-reason.d.ts +29 -0
- package/lib/model/plugin-error-reason.js +40 -0
- package/lib/model/plugin-error-reason.js.map +1 -0
- package/lib/model/plugin-error-sort-by.d.ts +23 -0
- package/lib/model/plugin-error-sort-by.js +34 -0
- package/lib/model/plugin-error-sort-by.js.map +1 -0
- package/lib/model/plugin-error-summary.d.ts +53 -0
- package/lib/model/plugin-error-summary.js +61 -0
- package/lib/model/plugin-error-summary.js.map +1 -0
- package/lib/request/index.d.ts +8 -0
- package/lib/request/list-fleet-errors-request.d.ts +72 -0
- package/lib/request/list-fleet-errors-request.js +15 -0
- package/lib/request/list-fleet-errors-request.js.map +1 -0
- package/lib/request/list-jms-plugins-request.d.ts +4 -0
- package/lib/request/list-performance-tuning-analysis-results-request.d.ts +4 -0
- package/lib/request/list-plugin-errors-request.d.ts +72 -0
- package/lib/request/list-plugin-errors-request.js +15 -0
- package/lib/request/list-plugin-errors-request.js.map +1 -0
- package/lib/request/summarize-fleet-errors-request.d.ts +40 -0
- package/lib/request/summarize-fleet-errors-request.js +15 -0
- package/lib/request/summarize-fleet-errors-request.js.map +1 -0
- package/lib/request/summarize-plugin-errors-request.d.ts +40 -0
- package/lib/request/summarize-plugin-errors-request.js +15 -0
- package/lib/request/summarize-plugin-errors-request.js.map +1 -0
- package/lib/request/summarize-resource-inventory-request.d.ts +5 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/list-fleet-errors-response.d.ts +32 -0
- package/lib/response/list-fleet-errors-response.js +15 -0
- package/lib/response/list-fleet-errors-response.js.map +1 -0
- package/lib/response/list-plugin-errors-response.d.ts +32 -0
- package/lib/response/list-plugin-errors-response.js +15 -0
- package/lib/response/list-plugin-errors-response.js.map +1 -0
- package/lib/response/summarize-fleet-errors-response.d.ts +32 -0
- package/lib/response/summarize-fleet-errors-response.js +15 -0
- package/lib/response/summarize-fleet-errors-response.js.map +1 -0
- package/lib/response/summarize-plugin-errors-response.d.ts +32 -0
- package/lib/response/summarize-plugin-errors-response.js +15 -0
- package/lib/response/summarize-plugin-errors-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-error-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Fleets API
|
|
3
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
15
|
+
* Details of a plugin error.
|
|
16
|
+
*/
|
|
17
|
+
export interface PluginErrorDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The plugin error reason.
|
|
20
|
+
*/
|
|
21
|
+
"reason": model.PluginErrorReason;
|
|
22
|
+
/**
|
|
23
|
+
* Optional string containing additional details.
|
|
24
|
+
*/
|
|
25
|
+
"details"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The date and time the resource was _last_ reported to JMS.
|
|
28
|
+
* This is potentially _after_ the specified time period provided by the filters.
|
|
29
|
+
* For example, a resource can be last reported to JMS before the start of a specified time period,
|
|
30
|
+
* if it is also reported during the time period.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"timeLastSeen": Date;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace PluginErrorDetails {
|
|
36
|
+
function getJsonObj(obj: PluginErrorDetails): object;
|
|
37
|
+
function getDeserializedJsonObj(obj: PluginErrorDetails): object;
|
|
38
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Fleets API
|
|
4
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.PluginErrorDetails = void 0;
|
|
16
|
+
var PluginErrorDetails;
|
|
17
|
+
(function (PluginErrorDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
PluginErrorDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
PluginErrorDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(PluginErrorDetails = exports.PluginErrorDetails || (exports.PluginErrorDetails = {}));
|
|
29
|
+
//# sourceMappingURL=plugin-error-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-error-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,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,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Fleets API
|
|
3
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
14
|
+
* The plugin error reason.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum PluginErrorReason {
|
|
17
|
+
RegistrationPolicy = "REGISTRATION_POLICY",
|
|
18
|
+
LogResourcePolicy = "LOG_RESOURCE_POLICY",
|
|
19
|
+
NoFleet = "NO_FLEET",
|
|
20
|
+
/**
|
|
21
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
|
+
* version of the SDK.
|
|
23
|
+
*/
|
|
24
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace PluginErrorReason {
|
|
27
|
+
function getJsonObj(obj: PluginErrorReason): PluginErrorReason;
|
|
28
|
+
function getDeserializedJsonObj(obj: PluginErrorReason): PluginErrorReason;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Fleets API
|
|
4
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.PluginErrorReason = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The plugin error reason.
|
|
18
|
+
**/
|
|
19
|
+
var PluginErrorReason;
|
|
20
|
+
(function (PluginErrorReason) {
|
|
21
|
+
PluginErrorReason["RegistrationPolicy"] = "REGISTRATION_POLICY";
|
|
22
|
+
PluginErrorReason["LogResourcePolicy"] = "LOG_RESOURCE_POLICY";
|
|
23
|
+
PluginErrorReason["NoFleet"] = "NO_FLEET";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
PluginErrorReason["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(PluginErrorReason = exports.PluginErrorReason || (exports.PluginErrorReason = {}));
|
|
30
|
+
(function (PluginErrorReason) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
PluginErrorReason.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
PluginErrorReason.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(PluginErrorReason = exports.PluginErrorReason || (exports.PluginErrorReason = {}));
|
|
40
|
+
//# sourceMappingURL=plugin-error-reason.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-error-reason.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-reason.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,+DAA0C,CAAA;IAC1C,8DAAyC,CAAA;IACzC,yCAAoB,CAAA;IAEpB;;;OAGG;IACH,mDAA8B,CAAA;AAChC,CAAC,EAVW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAU5B;AAED,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAOjC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Fleets API
|
|
3
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
14
|
+
* The field used to sort plugin errors.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum PluginErrorSortBy {
|
|
17
|
+
TimeFirstSeen = "TIME_FIRST_SEEN",
|
|
18
|
+
TimeLastSeen = "TIME_LAST_SEEN"
|
|
19
|
+
}
|
|
20
|
+
export declare namespace PluginErrorSortBy {
|
|
21
|
+
function getJsonObj(obj: PluginErrorSortBy): PluginErrorSortBy;
|
|
22
|
+
function getDeserializedJsonObj(obj: PluginErrorSortBy): PluginErrorSortBy;
|
|
23
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Fleets API
|
|
4
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.PluginErrorSortBy = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The field used to sort plugin errors.
|
|
18
|
+
**/
|
|
19
|
+
var PluginErrorSortBy;
|
|
20
|
+
(function (PluginErrorSortBy) {
|
|
21
|
+
PluginErrorSortBy["TimeFirstSeen"] = "TIME_FIRST_SEEN";
|
|
22
|
+
PluginErrorSortBy["TimeLastSeen"] = "TIME_LAST_SEEN";
|
|
23
|
+
})(PluginErrorSortBy = exports.PluginErrorSortBy || (exports.PluginErrorSortBy = {}));
|
|
24
|
+
(function (PluginErrorSortBy) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
return obj;
|
|
27
|
+
}
|
|
28
|
+
PluginErrorSortBy.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
return obj;
|
|
31
|
+
}
|
|
32
|
+
PluginErrorSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(PluginErrorSortBy = exports.PluginErrorSortBy || (exports.PluginErrorSortBy = {}));
|
|
34
|
+
//# sourceMappingURL=plugin-error-sort-by.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-error-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,sDAAiC,CAAA;IACjC,oDAA+B,CAAA;AACjC,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B;AAED,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAOjC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Fleets API
|
|
3
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
15
|
+
* Entity that represents an error identified in a plugin.
|
|
16
|
+
*/
|
|
17
|
+
export interface PluginErrorSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Instance running the plugin.
|
|
20
|
+
*/
|
|
21
|
+
"managedInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The agent type.
|
|
24
|
+
*/
|
|
25
|
+
"agentType"?: model.AgentType;
|
|
26
|
+
/**
|
|
27
|
+
* The HostName or Compute Instance name of the Managed Instance running the plugin.
|
|
28
|
+
*/
|
|
29
|
+
"hostName"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The compartment [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* List of plugin error details.
|
|
37
|
+
*/
|
|
38
|
+
"errors": Array<model.PluginErrorDetails>;
|
|
39
|
+
/**
|
|
40
|
+
* The timestamp of the last time an error was detected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"timeLastSeen": Date;
|
|
44
|
+
/**
|
|
45
|
+
* The timestamp of the first time an error was detected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeFirstSeen": Date;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace PluginErrorSummary {
|
|
51
|
+
function getJsonObj(obj: PluginErrorSummary): object;
|
|
52
|
+
function getDeserializedJsonObj(obj: PluginErrorSummary): object;
|
|
53
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Fleets API
|
|
4
|
+
* The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.PluginErrorSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PluginErrorSummary;
|
|
37
|
+
(function (PluginErrorSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"errors": obj.errors
|
|
41
|
+
? obj.errors.map(item => {
|
|
42
|
+
return model.PluginErrorDetails.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
PluginErrorSummary.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"errors": obj.errors
|
|
52
|
+
? obj.errors.map(item => {
|
|
53
|
+
return model.PluginErrorDetails.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
PluginErrorSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(PluginErrorSummary = exports.PluginErrorSummary || (exports.PluginErrorSummary = {}));
|
|
61
|
+
//# sourceMappingURL=plugin-error-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-error-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -86,6 +86,8 @@ import * as ListDrsFilesRequest from "./list-drs-files-request";
|
|
|
86
86
|
export import ListDrsFilesRequest = ListDrsFilesRequest.ListDrsFilesRequest;
|
|
87
87
|
import * as ListFleetDiagnosesRequest from "./list-fleet-diagnoses-request";
|
|
88
88
|
export import ListFleetDiagnosesRequest = ListFleetDiagnosesRequest.ListFleetDiagnosesRequest;
|
|
89
|
+
import * as ListFleetErrorsRequest from "./list-fleet-errors-request";
|
|
90
|
+
export import ListFleetErrorsRequest = ListFleetErrorsRequest.ListFleetErrorsRequest;
|
|
89
91
|
import * as ListFleetsRequest from "./list-fleets-request";
|
|
90
92
|
export import ListFleetsRequest = ListFleetsRequest.ListFleetsRequest;
|
|
91
93
|
import * as ListInstallationSitesRequest from "./list-installation-sites-request";
|
|
@@ -102,6 +104,8 @@ import * as ListJreUsageRequest from "./list-jre-usage-request";
|
|
|
102
104
|
export import ListJreUsageRequest = ListJreUsageRequest.ListJreUsageRequest;
|
|
103
105
|
import * as ListPerformanceTuningAnalysisResultsRequest from "./list-performance-tuning-analysis-results-request";
|
|
104
106
|
export import ListPerformanceTuningAnalysisResultsRequest = ListPerformanceTuningAnalysisResultsRequest.ListPerformanceTuningAnalysisResultsRequest;
|
|
107
|
+
import * as ListPluginErrorsRequest from "./list-plugin-errors-request";
|
|
108
|
+
export import ListPluginErrorsRequest = ListPluginErrorsRequest.ListPluginErrorsRequest;
|
|
105
109
|
import * as ListWorkItemsRequest from "./list-work-items-request";
|
|
106
110
|
export import ListWorkItemsRequest = ListWorkItemsRequest.ListWorkItemsRequest;
|
|
107
111
|
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
@@ -134,6 +138,8 @@ import * as SummarizeDeployedApplicationInstallationUsageRequest from "./summari
|
|
|
134
138
|
export import SummarizeDeployedApplicationInstallationUsageRequest = SummarizeDeployedApplicationInstallationUsageRequest.SummarizeDeployedApplicationInstallationUsageRequest;
|
|
135
139
|
import * as SummarizeDeployedApplicationUsageRequest from "./summarize-deployed-application-usage-request";
|
|
136
140
|
export import SummarizeDeployedApplicationUsageRequest = SummarizeDeployedApplicationUsageRequest.SummarizeDeployedApplicationUsageRequest;
|
|
141
|
+
import * as SummarizeFleetErrorsRequest from "./summarize-fleet-errors-request";
|
|
142
|
+
export import SummarizeFleetErrorsRequest = SummarizeFleetErrorsRequest.SummarizeFleetErrorsRequest;
|
|
137
143
|
import * as SummarizeInstallationUsageRequest from "./summarize-installation-usage-request";
|
|
138
144
|
export import SummarizeInstallationUsageRequest = SummarizeInstallationUsageRequest.SummarizeInstallationUsageRequest;
|
|
139
145
|
import * as SummarizeJavaServerInstanceUsageRequest from "./summarize-java-server-instance-usage-request";
|
|
@@ -146,6 +152,8 @@ import * as SummarizeLibraryUsageRequest from "./summarize-library-usage-request
|
|
|
146
152
|
export import SummarizeLibraryUsageRequest = SummarizeLibraryUsageRequest.SummarizeLibraryUsageRequest;
|
|
147
153
|
import * as SummarizeManagedInstanceUsageRequest from "./summarize-managed-instance-usage-request";
|
|
148
154
|
export import SummarizeManagedInstanceUsageRequest = SummarizeManagedInstanceUsageRequest.SummarizeManagedInstanceUsageRequest;
|
|
155
|
+
import * as SummarizePluginErrorsRequest from "./summarize-plugin-errors-request";
|
|
156
|
+
export import SummarizePluginErrorsRequest = SummarizePluginErrorsRequest.SummarizePluginErrorsRequest;
|
|
149
157
|
import * as SummarizeResourceInventoryRequest from "./summarize-resource-inventory-request";
|
|
150
158
|
export import SummarizeResourceInventoryRequest = SummarizeResourceInventoryRequest.SummarizeResourceInventoryRequest;
|
|
151
159
|
import * as UpdateDrsFileRequest from "./update-drs-file-request";
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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/jms/ListFleetErrors.ts.html |here} to see how to use ListFleetErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListFleetErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId"?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"compartmentIdInSubtree"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* The ID of the Fleet.
|
|
31
|
+
*/
|
|
32
|
+
"fleetId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
|
35
|
+
*/
|
|
36
|
+
"timeFirstSeenLessThanOrEqualTo"?: Date;
|
|
37
|
+
/**
|
|
38
|
+
* If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
|
39
|
+
*/
|
|
40
|
+
"timeFirstSeenGreaterThanOrEqualTo"?: Date;
|
|
41
|
+
/**
|
|
42
|
+
* If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
|
43
|
+
*/
|
|
44
|
+
"timeLastSeenLessThanOrEqualTo"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
|
47
|
+
*/
|
|
48
|
+
"timeLastSeenGreaterThanOrEqualTo"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* The maximum number of items to return.
|
|
51
|
+
*/
|
|
52
|
+
"limit"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
55
|
+
*/
|
|
56
|
+
"page"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The field to sort FleetError. Only one sort order may be provided.
|
|
59
|
+
* Default order is **descending**.
|
|
60
|
+
* If no value is specified _timeLastSeen_ is default.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"sortBy"?: model.FleetErrorSortBy;
|
|
64
|
+
/**
|
|
65
|
+
* The sort order, either 'asc' or 'desc'.
|
|
66
|
+
*/
|
|
67
|
+
"sortOrder"?: model.SortOrder;
|
|
68
|
+
/**
|
|
69
|
+
* The client request ID for tracing.
|
|
70
|
+
*/
|
|
71
|
+
"opcRequestId"?: string;
|
|
72
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=list-fleet-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-fleet-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/list-fleet-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -46,6 +46,10 @@ export interface ListJmsPluginsRequest extends common.BaseRequest {
|
|
|
46
46
|
* Filter JmsPlugin with its availability status.
|
|
47
47
|
*/
|
|
48
48
|
"availabilityStatus"?: model.JmsPluginAvailabilityStatus;
|
|
49
|
+
/**
|
|
50
|
+
* Filter JmsPlugin with agent type.
|
|
51
|
+
*/
|
|
52
|
+
"agentType"?: model.AgentType;
|
|
49
53
|
/**
|
|
50
54
|
* If present, only plugins with a registration time before this parameter are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
51
55
|
*/
|
|
@@ -28,6 +28,10 @@ export interface ListPerformanceTuningAnalysisResultsRequest extends common.Base
|
|
|
28
28
|
* The Fleet-unique identifier of the related application.
|
|
29
29
|
*/
|
|
30
30
|
"applicationId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the application.
|
|
33
|
+
*/
|
|
34
|
+
"applicationName"?: string;
|
|
31
35
|
/**
|
|
32
36
|
* The host [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the managed instance.
|
|
33
37
|
*/
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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/jms/ListPluginErrors.ts.html |here} to see how to use ListPluginErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPluginErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId"?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"compartmentIdInSubtree"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* The Fleet-unique identifier of the managed instance.
|
|
31
|
+
*/
|
|
32
|
+
"managedInstanceId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
|
35
|
+
*/
|
|
36
|
+
"timeFirstSeenLessThanOrEqualTo"?: Date;
|
|
37
|
+
/**
|
|
38
|
+
* If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
|
39
|
+
*/
|
|
40
|
+
"timeFirstSeenGreaterThanOrEqualTo"?: Date;
|
|
41
|
+
/**
|
|
42
|
+
* If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
|
43
|
+
*/
|
|
44
|
+
"timeLastSeenLessThanOrEqualTo"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
|
47
|
+
*/
|
|
48
|
+
"timeLastSeenGreaterThanOrEqualTo"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* The maximum number of items to return.
|
|
51
|
+
*/
|
|
52
|
+
"limit"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
55
|
+
*/
|
|
56
|
+
"page"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The field to sort PluginError. Only one sort order may be provided.
|
|
59
|
+
* Default order is **descending**.
|
|
60
|
+
* If no value is specified _timeLastSeen_ is default.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"sortBy"?: model.PluginErrorSortBy;
|
|
64
|
+
/**
|
|
65
|
+
* The sort order, either 'asc' or 'desc'.
|
|
66
|
+
*/
|
|
67
|
+
"sortOrder"?: model.SortOrder;
|
|
68
|
+
/**
|
|
69
|
+
* The client request ID for tracing.
|
|
70
|
+
*/
|
|
71
|
+
"opcRequestId"?: string;
|
|
72
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=list-plugin-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-plugin-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/list-plugin-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jms/SummarizeFleetErrors.ts.html |here} to see how to use SummarizeFleetErrorsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface SummarizeFleetErrorsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentIdInSubtree"?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* The maximum number of items to return.
|
|
30
|
+
*/
|
|
31
|
+
"limit"?: number;
|
|
32
|
+
/**
|
|
33
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
34
|
+
*/
|
|
35
|
+
"page"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-fleet-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-fleet-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-fleet-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|