oci-jms 2.62.1 → 2.62.3
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 +173 -60
- package/lib/client.js +881 -66
- package/lib/client.js.map +1 -1
- package/lib/model/advanced-usage-tracking.d.ts +1 -1
- package/lib/model/algorithms.d.ts +1 -1
- package/lib/model/algorithms.js +1 -1
- package/lib/model/announcement-collection.d.ts +26 -0
- package/lib/model/announcement-collection.js +61 -0
- package/lib/model/announcement-collection.js.map +1 -0
- package/lib/model/announcement-sort-by.d.ts +24 -0
- package/lib/model/announcement-sort-by.js +35 -0
- package/lib/model/announcement-sort-by.js.map +1 -0
- package/lib/model/announcement-summary.d.ts +37 -0
- package/lib/model/announcement-summary.js +29 -0
- package/lib/model/announcement-summary.js.map +1 -0
- package/lib/model/application-execution-type.d.ts +28 -0
- package/lib/model/application-execution-type.js +39 -0
- package/lib/model/application-execution-type.js.map +1 -0
- package/lib/model/application-installation-sort-by.d.ts +29 -0
- package/lib/model/application-installation-sort-by.js +40 -0
- package/lib/model/application-installation-sort-by.js.map +1 -0
- package/lib/model/application-installation-usage-summary-collection.d.ts +26 -0
- package/lib/model/application-installation-usage-summary-collection.js +61 -0
- package/lib/model/application-installation-usage-summary-collection.js.map +1 -0
- package/lib/model/application-installation-usage-summary.d.ts +93 -0
- package/lib/model/application-installation-usage-summary.js +61 -0
- package/lib/model/application-installation-usage-summary.js.map +1 -0
- package/lib/model/application-work-item-details.d.ts +40 -0
- package/lib/model/application-work-item-details.js +54 -0
- package/lib/model/application-work-item-details.js.map +1 -0
- package/lib/model/basic-work-item-details.d.ts +24 -0
- package/lib/model/basic-work-item-details.js +52 -0
- package/lib/model/basic-work-item-details.js.map +1 -0
- package/lib/model/blocklist-collection.d.ts +1 -1
- package/lib/model/blocklist.d.ts +1 -1
- package/lib/model/create-blocklist-details.d.ts +1 -1
- package/lib/model/create-fleet-details.d.ts +3 -3
- package/lib/model/crypto-analysis-result-collection.d.ts +1 -1
- package/lib/model/crypto-analysis-result-sort-by.d.ts +1 -1
- package/lib/model/crypto-analysis-result-sort-by.js +1 -1
- package/lib/model/crypto-analysis-result-summary.d.ts +2 -2
- package/lib/model/crypto-analysis-result.d.ts +3 -3
- package/lib/model/crypto-event-analysis.d.ts +1 -1
- package/lib/model/deployed-application-installation-sort-by.d.ts +29 -0
- package/lib/model/deployed-application-installation-sort-by.js +40 -0
- package/lib/model/deployed-application-installation-sort-by.js.map +1 -0
- package/lib/model/deployed-application-installation-usage-summary-collection.d.ts +28 -0
- package/lib/model/deployed-application-installation-usage-summary-collection.js +61 -0
- package/lib/model/deployed-application-installation-usage-summary-collection.js.map +1 -0
- package/lib/model/deployed-application-installation-usage-summary.d.ts +87 -0
- package/lib/model/deployed-application-installation-usage-summary.js +29 -0
- package/lib/model/deployed-application-installation-usage-summary.js.map +1 -0
- package/lib/model/deployed-application-usage-collection.d.ts +1 -1
- package/lib/model/deployed-application-usage.d.ts +2 -2
- package/lib/model/fleet-advanced-feature-configuration.d.ts +5 -3
- package/lib/model/fleet-advanced-feature-configuration.js +12 -0
- package/lib/model/fleet-advanced-feature-configuration.js.map +1 -1
- package/lib/model/fleet-agent-configuration.d.ts +1 -1
- package/lib/model/fleet-diagnosis-collection.d.ts +26 -0
- package/lib/model/fleet-diagnosis-collection.js +61 -0
- package/lib/model/fleet-diagnosis-collection.js.map +1 -0
- package/lib/model/fleet-diagnosis-summary.d.ts +67 -0
- package/lib/model/fleet-diagnosis-summary.js +53 -0
- package/lib/model/fleet-diagnosis-summary.js.map +1 -0
- package/lib/model/fleet-summary.d.ts +7 -7
- package/lib/model/fleet.d.ts +8 -8
- package/lib/model/global-logging-level.d.ts +36 -0
- package/lib/model/global-logging-level.js +47 -0
- package/lib/model/global-logging-level.js.map +1 -0
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +67 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/java-migration-analysis-result-collection.d.ts +26 -0
- package/lib/model/java-migration-analysis-result-collection.js +61 -0
- package/lib/model/java-migration-analysis-result-collection.js.map +1 -0
- package/lib/model/java-migration-analysis-result-sort-by.d.ts +24 -0
- package/lib/model/java-migration-analysis-result-sort-by.js +35 -0
- package/lib/model/java-migration-analysis-result-sort-by.js.map +1 -0
- package/lib/model/java-migration-analysis-result-summary.d.ts +86 -0
- package/lib/model/java-migration-analysis-result-summary.js +29 -0
- package/lib/model/java-migration-analysis-result-summary.js.map +1 -0
- package/lib/model/java-migration-analysis-result.d.ts +86 -0
- package/lib/model/java-migration-analysis-result.js +29 -0
- package/lib/model/java-migration-analysis-result.js.map +1 -0
- package/lib/model/java-migration-analysis-target.d.ts +39 -0
- package/lib/model/java-migration-analysis-target.js +29 -0
- package/lib/model/java-migration-analysis-target.js.map +1 -0
- package/lib/model/java-migration-analysis.d.ts +25 -0
- package/lib/model/java-migration-analysis.js +29 -0
- package/lib/model/java-migration-analysis.js.map +1 -0
- package/lib/model/java-server-instance-usage-collection.d.ts +1 -1
- package/lib/model/java-server-instance-usage.d.ts +1 -1
- package/lib/model/java-server-usage-collection.d.ts +1 -1
- package/lib/model/jfr-attachment-target.d.ts +9 -3
- package/lib/model/jfr-attachment-target.js.map +1 -1
- package/lib/model/jfr-recording.d.ts +1 -1
- package/lib/model/jre-security-status.d.ts +1 -0
- package/lib/model/jre-security-status.js +1 -0
- package/lib/model/jre-security-status.js.map +1 -1
- package/lib/model/lcm.d.ts +2 -2
- package/lib/model/library-usage.d.ts +1 -1
- package/lib/model/new-installation-site.d.ts +12 -0
- package/lib/model/new-installation-site.js.map +1 -1
- package/lib/model/operating-system.d.ts +1 -1
- package/lib/model/operation-type.d.ts +2 -0
- package/lib/model/operation-type.js +2 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/performance-tuning-analysis-result-collection.d.ts +26 -0
- package/lib/model/performance-tuning-analysis-result-collection.js +61 -0
- package/lib/model/performance-tuning-analysis-result-collection.js.map +1 -0
- package/lib/model/performance-tuning-analysis-result-sort-by.d.ts +24 -0
- package/lib/model/performance-tuning-analysis-result-sort-by.js +35 -0
- package/lib/model/performance-tuning-analysis-result-sort-by.js.map +1 -0
- package/lib/model/performance-tuning-analysis-result-summary.d.ts +90 -0
- package/lib/model/performance-tuning-analysis-result-summary.js +29 -0
- package/lib/model/performance-tuning-analysis-result-summary.js.map +1 -0
- package/lib/model/performance-tuning-analysis-result.d.ts +90 -0
- package/lib/model/performance-tuning-analysis-result.js +29 -0
- package/lib/model/performance-tuning-analysis-result.js.map +1 -0
- package/lib/model/performance-tuning-analysis.d.ts +25 -0
- package/lib/model/performance-tuning-analysis.js +29 -0
- package/lib/model/performance-tuning-analysis.js.map +1 -0
- package/lib/model/performance-tuning-result-status.d.ts +28 -0
- package/lib/model/performance-tuning-result-status.js +39 -0
- package/lib/model/performance-tuning-result-status.js.map +1 -0
- package/lib/model/post-installation-action-settings.d.ts +12 -1
- package/lib/model/post-installation-action-settings.js +4 -2
- package/lib/model/post-installation-action-settings.js.map +1 -1
- package/lib/model/post-installation-actions.d.ts +8 -1
- package/lib/model/post-installation-actions.js +7 -0
- package/lib/model/post-installation-actions.js.map +1 -1
- package/lib/model/proxies.d.ts +67 -0
- package/lib/model/proxies.js +29 -0
- package/lib/model/proxies.js.map +1 -0
- package/lib/model/request-crypto-analyses-details.d.ts +9 -1
- package/lib/model/request-crypto-analyses-details.js.map +1 -1
- package/lib/model/request-java-migration-analyses-details.d.ts +28 -0
- package/lib/model/request-java-migration-analyses-details.js +61 -0
- package/lib/model/request-java-migration-analyses-details.js.map +1 -0
- package/lib/model/request-jfr-recordings-details.d.ts +9 -1
- package/lib/model/request-jfr-recordings-details.js.map +1 -1
- package/lib/model/request-performance-tuning-analyses-details.d.ts +39 -0
- package/lib/model/request-performance-tuning-analyses-details.js +61 -0
- package/lib/model/request-performance-tuning-analyses-details.js.map +1 -0
- package/lib/model/tls-versions.d.ts +1 -1
- package/lib/model/tls-versions.js +1 -1
- package/lib/model/update-fleet-advanced-feature-configuration-details.d.ts +6 -4
- package/lib/model/update-fleet-advanced-feature-configuration-details.js +12 -0
- package/lib/model/update-fleet-advanced-feature-configuration-details.js.map +1 -1
- package/lib/model/update-fleet-details.d.ts +3 -3
- package/lib/model/work-item-details.d.ts +27 -0
- package/lib/model/work-item-details.js +72 -0
- package/lib/model/work-item-details.js.map +1 -0
- package/lib/model/work-item-summary.d.ts +2 -1
- package/lib/model/work-item-summary.js +5 -1
- package/lib/model/work-item-summary.js.map +1 -1
- package/lib/model/work-item-type.d.ts +34 -0
- package/lib/model/work-item-type.js +45 -0
- package/lib/model/work-item-type.js.map +1 -0
- package/lib/model/work-request-error.d.ts +1 -2
- package/lib/model/work-request-error.js.map +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-fleet-compartment-request.d.ts +1 -1
- package/lib/request/create-blocklist-request.d.ts +1 -1
- package/lib/request/create-fleet-request.d.ts +1 -1
- package/lib/request/delete-blocklist-request.d.ts +1 -1
- package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-fleet-request.d.ts +1 -1
- package/lib/request/delete-java-migration-analysis-result-request.d.ts +39 -0
- package/lib/request/delete-java-migration-analysis-result-request.js +15 -0
- package/lib/request/delete-java-migration-analysis-result-request.js.map +1 -0
- package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +39 -0
- package/lib/request/delete-performance-tuning-analysis-result-request.js +15 -0
- package/lib/request/delete-performance-tuning-analysis-result-request.js.map +1 -0
- package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
- package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-request.d.ts +1 -1
- package/lib/request/get-java-family-request.d.ts +1 -1
- package/lib/request/get-java-migration-analysis-result-request.d.ts +30 -0
- package/lib/request/get-java-migration-analysis-result-request.js +15 -0
- package/lib/request/get-java-migration-analysis-result-request.js.map +1 -0
- package/lib/request/get-java-release-request.d.ts +1 -1
- package/lib/request/get-performance-tuning-analysis-result-request.d.ts +30 -0
- package/lib/request/get-performance-tuning-analysis-result-request.js +15 -0
- package/lib/request/get-performance-tuning-analysis-result-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/list-announcements-request.d.ts +54 -0
- package/lib/request/list-announcements-request.js +15 -0
- package/lib/request/list-announcements-request.js.map +1 -0
- package/lib/request/list-blocklists-request.d.ts +3 -3
- package/lib/request/list-crypto-analysis-results-request.d.ts +2 -2
- package/lib/request/list-fleet-diagnoses-request.d.ts +34 -0
- package/lib/request/list-fleet-diagnoses-request.js +15 -0
- package/lib/request/list-fleet-diagnoses-request.js.map +1 -0
- package/lib/request/list-fleets-request.d.ts +1 -1
- package/lib/request/list-installation-sites-request.d.ts +1 -1
- package/lib/request/list-java-families-request.d.ts +1 -1
- package/lib/request/list-java-migration-analysis-results-request.d.ts +58 -0
- package/lib/request/list-java-migration-analysis-results-request.js +15 -0
- package/lib/request/list-java-migration-analysis-results-request.js.map +1 -0
- package/lib/request/list-java-releases-request.d.ts +1 -1
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- package/lib/request/list-performance-tuning-analysis-results-request.d.ts +63 -0
- package/lib/request/list-performance-tuning-analysis-results-request.js +15 -0
- package/lib/request/list-performance-tuning-analysis-results-request.js.map +1 -0
- package/lib/request/list-work-items-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/request-crypto-analyses-request.d.ts +1 -1
- package/lib/request/request-java-migration-analyses-request.d.ts +31 -0
- package/lib/request/request-java-migration-analyses-request.js +15 -0
- package/lib/request/request-java-migration-analyses-request.js.map +1 -0
- package/lib/request/request-jfr-recordings-request.d.ts +1 -1
- package/lib/request/request-performance-tuning-analyses-request.d.ts +31 -0
- package/lib/request/request-performance-tuning-analyses-request.js +15 -0
- package/lib/request/request-performance-tuning-analyses-request.js.map +1 -0
- package/lib/request/scan-java-server-usage-request.d.ts +1 -1
- package/lib/request/scan-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-installation-usage-request.d.ts +110 -0
- package/lib/request/summarize-application-installation-usage-request.js +15 -0
- package/lib/request/summarize-application-installation-usage-request.js.map +1 -0
- package/lib/request/summarize-application-usage-request.d.ts +2 -2
- package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +97 -0
- package/lib/request/summarize-deployed-application-installation-usage-request.js +15 -0
- package/lib/request/summarize-deployed-application-installation-usage-request.js.map +1 -0
- package/lib/request/summarize-deployed-application-usage-request.d.ts +3 -3
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-instance-usage-request.d.ts +5 -5
- package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
- package/lib/request/summarize-jre-usage-request.d.ts +1 -1
- package/lib/request/summarize-library-usage-request.d.ts +2 -2
- package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
- package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-request.d.ts +1 -1
- package/lib/response/delete-java-migration-analysis-result-response.d.ts +26 -0
- package/lib/response/delete-java-migration-analysis-result-response.js +15 -0
- package/lib/response/delete-java-migration-analysis-result-response.js.map +1 -0
- package/lib/response/delete-performance-tuning-analysis-result-response.d.ts +26 -0
- package/lib/response/delete-performance-tuning-analysis-result-response.js +15 -0
- package/lib/response/delete-performance-tuning-analysis-result-response.js.map +1 -0
- package/lib/response/get-java-migration-analysis-result-response.d.ts +30 -0
- package/lib/response/get-java-migration-analysis-result-response.js +15 -0
- package/lib/response/get-java-migration-analysis-result-response.js.map +1 -0
- package/lib/response/get-performance-tuning-analysis-result-response.d.ts +30 -0
- package/lib/response/get-performance-tuning-analysis-result-response.js +15 -0
- package/lib/response/get-performance-tuning-analysis-result-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-announcements-response.d.ts +32 -0
- package/lib/response/list-announcements-response.js +15 -0
- package/lib/response/list-announcements-response.js.map +1 -0
- package/lib/response/list-fleet-diagnoses-response.d.ts +32 -0
- package/lib/response/list-fleet-diagnoses-response.js +15 -0
- package/lib/response/list-fleet-diagnoses-response.js.map +1 -0
- package/lib/response/list-java-migration-analysis-results-response.d.ts +32 -0
- package/lib/response/list-java-migration-analysis-results-response.js +15 -0
- package/lib/response/list-java-migration-analysis-results-response.js.map +1 -0
- package/lib/response/list-performance-tuning-analysis-results-response.d.ts +32 -0
- package/lib/response/list-performance-tuning-analysis-results-response.js +15 -0
- package/lib/response/list-performance-tuning-analysis-results-response.js.map +1 -0
- package/lib/response/request-java-migration-analyses-response.d.ts +26 -0
- package/lib/response/request-java-migration-analyses-response.js +15 -0
- package/lib/response/request-java-migration-analyses-response.js.map +1 -0
- package/lib/response/request-performance-tuning-analyses-response.d.ts +26 -0
- package/lib/response/request-performance-tuning-analyses-response.js +15 -0
- package/lib/response/request-performance-tuning-analyses-response.js.map +1 -0
- package/lib/response/summarize-application-installation-usage-response.d.ts +32 -0
- package/lib/response/summarize-application-installation-usage-response.js +15 -0
- package/lib/response/summarize-application-installation-usage-response.js.map +1 -0
- package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +32 -0
- package/lib/response/summarize-deployed-application-installation-usage-response.js +15 -0
- package/lib/response/summarize-deployed-application-installation-usage-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"basic-work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/basic-work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,oBAAoB,CAuBpC;AAvBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,yBAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuBpC"}
|
package/lib/model/blocklist.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ export interface CreateFleetDetails {
|
|
|
30
30
|
"inventoryLog": model.CustomLog;
|
|
31
31
|
"operationLog"?: model.CustomLog;
|
|
32
32
|
/**
|
|
33
|
-
* Whether or not advanced features are enabled in this
|
|
34
|
-
* Deprecated, use `/fleets/{fleetId}/advanceFeatureConfiguration`
|
|
33
|
+
* Whether or not advanced features are enabled in this Fleet.
|
|
34
|
+
* Deprecated, use `/fleets/{fleetId}/advanceFeatureConfiguration` API instead.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"isAdvancedFeaturesEnabled"?: boolean;
|
|
@@ -46,7 +46,7 @@ export interface CreateFleetDetails {
|
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
|
-
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
49
|
+
* Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
|
|
50
50
|
* Example: `{\"bar-key\": \"value\"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* The field used to sort
|
|
14
|
+
* The field used to sort Crypto event analysis reports.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum CryptoAnalysisResultSortBy {
|
|
17
17
|
TimeCreated = "timeCreated",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.CryptoAnalysisResultSortBy = void 0;
|
|
16
16
|
/**
|
|
17
|
-
* The field used to sort
|
|
17
|
+
* The field used to sort Crypto event analysis reports.
|
|
18
18
|
**/
|
|
19
19
|
var CryptoAnalysisResultSortBy;
|
|
20
20
|
(function (CryptoAnalysisResultSortBy) {
|
|
@@ -61,8 +61,8 @@ export interface CryptoAnalysisResultSummary {
|
|
|
61
61
|
"findingCount": number;
|
|
62
62
|
/**
|
|
63
63
|
* Total number of non-compliant findings with the analysis. A non-compliant finding means the
|
|
64
|
-
* application won't work properly with the changes introduced by the
|
|
65
|
-
* used
|
|
64
|
+
* application won't work properly with the changes introduced by the Crypto Roadmap version
|
|
65
|
+
* used by the analysis.
|
|
66
66
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
67
67
|
*/
|
|
68
68
|
"nonCompliantFindingCount": number;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Metadata of a
|
|
15
|
+
* Metadata for the result of a crypto event analysis. The analysis result is stored in an Object Storage bucket.
|
|
16
16
|
*/
|
|
17
17
|
export interface CryptoAnalysisResult {
|
|
18
18
|
/**
|
|
@@ -61,8 +61,8 @@ export interface CryptoAnalysisResult {
|
|
|
61
61
|
"findingCount": number;
|
|
62
62
|
/**
|
|
63
63
|
* Total number of non-compliant findings with the analysis. A non-compliant finding means the
|
|
64
|
-
* application won't work properly with the changes introduced by the
|
|
65
|
-
* used
|
|
64
|
+
* application won't work properly with the changes introduced by the Crypto Roadmap version
|
|
65
|
+
* used by the analysis.
|
|
66
66
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
67
67
|
*/
|
|
68
68
|
"nonCompliantFindingCount": number;
|
|
@@ -16,7 +16,7 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface CryptoEventAnalysis {
|
|
18
18
|
/**
|
|
19
|
-
* CryptoEventAnalysis flag to store enabled or disabled status
|
|
19
|
+
* CryptoEventAnalysis flag to store enabled or disabled status.
|
|
20
20
|
*/
|
|
21
21
|
"isEnabled"?: boolean;
|
|
22
22
|
"summarizedEventsLog"?: model.SummarizedEventsLog;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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 to sort deployed application installations.
|
|
15
|
+
*
|
|
16
|
+
**/
|
|
17
|
+
export declare enum DeployedApplicationInstallationSortBy {
|
|
18
|
+
ApplicationName = "applicationName",
|
|
19
|
+
ApplicationType = "applicationType",
|
|
20
|
+
ApplicationSourcePath = "applicationSourcePath",
|
|
21
|
+
IsClustered = "isClustered",
|
|
22
|
+
JavaServerInstanceCount = "javaServerInstanceCount",
|
|
23
|
+
TimeFirstSeen = "timeFirstSeen",
|
|
24
|
+
TimeLastSeen = "timeLastSeen"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace DeployedApplicationInstallationSortBy {
|
|
27
|
+
function getJsonObj(obj: DeployedApplicationInstallationSortBy): DeployedApplicationInstallationSortBy;
|
|
28
|
+
function getDeserializedJsonObj(obj: DeployedApplicationInstallationSortBy): DeployedApplicationInstallationSortBy;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service API
|
|
4
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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.DeployedApplicationInstallationSortBy = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The field to sort deployed application installations.
|
|
18
|
+
*
|
|
19
|
+
**/
|
|
20
|
+
var DeployedApplicationInstallationSortBy;
|
|
21
|
+
(function (DeployedApplicationInstallationSortBy) {
|
|
22
|
+
DeployedApplicationInstallationSortBy["ApplicationName"] = "applicationName";
|
|
23
|
+
DeployedApplicationInstallationSortBy["ApplicationType"] = "applicationType";
|
|
24
|
+
DeployedApplicationInstallationSortBy["ApplicationSourcePath"] = "applicationSourcePath";
|
|
25
|
+
DeployedApplicationInstallationSortBy["IsClustered"] = "isClustered";
|
|
26
|
+
DeployedApplicationInstallationSortBy["JavaServerInstanceCount"] = "javaServerInstanceCount";
|
|
27
|
+
DeployedApplicationInstallationSortBy["TimeFirstSeen"] = "timeFirstSeen";
|
|
28
|
+
DeployedApplicationInstallationSortBy["TimeLastSeen"] = "timeLastSeen";
|
|
29
|
+
})(DeployedApplicationInstallationSortBy = exports.DeployedApplicationInstallationSortBy || (exports.DeployedApplicationInstallationSortBy = {}));
|
|
30
|
+
(function (DeployedApplicationInstallationSortBy) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
DeployedApplicationInstallationSortBy.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
DeployedApplicationInstallationSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(DeployedApplicationInstallationSortBy = exports.DeployedApplicationInstallationSortBy || (exports.DeployedApplicationInstallationSortBy = {}));
|
|
40
|
+
//# sourceMappingURL=deployed-application-installation-sort-by.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deployed-application-installation-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/deployed-application-installation-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,qCAQX;AARD,WAAY,qCAAqC;IAC/C,4EAAmC,CAAA;IACnC,4EAAmC,CAAA;IACnC,wFAA+C,CAAA;IAC/C,oEAA2B,CAAA;IAC3B,4FAAmD,CAAA;IACnD,wEAA+B,CAAA;IAC/B,sEAA6B,CAAA;AAC/B,CAAC,EARW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAQhD;AAED,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C;QAE1C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0C;QAE1C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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
|
+
* Results of a deployed application installation usage search. Contains deployed application installation usage items.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface DeployedApplicationInstallationUsageSummaryCollection {
|
|
19
|
+
/**
|
|
20
|
+
* A list of deployed application installation usages.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"items": Array<model.DeployedApplicationInstallationUsageSummary>;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DeployedApplicationInstallationUsageSummaryCollection {
|
|
26
|
+
function getJsonObj(obj: DeployedApplicationInstallationUsageSummaryCollection): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: DeployedApplicationInstallationUsageSummaryCollection): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service API
|
|
4
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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.DeployedApplicationInstallationUsageSummaryCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DeployedApplicationInstallationUsageSummaryCollection;
|
|
37
|
+
(function (DeployedApplicationInstallationUsageSummaryCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.DeployedApplicationInstallationUsageSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DeployedApplicationInstallationUsageSummaryCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.DeployedApplicationInstallationUsageSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DeployedApplicationInstallationUsageSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DeployedApplicationInstallationUsageSummaryCollection = exports.DeployedApplicationInstallationUsageSummaryCollection || (exports.DeployedApplicationInstallationUsageSummaryCollection = {}));
|
|
61
|
+
//# sourceMappingURL=deployed-application-installation-usage-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deployed-application-installation-usage-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/deployed-application-installation-usage-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qDAAqD,CA+BrE;AA/BD,WAAiB,qDAAqD;IACpE,SAAgB,UAAU,CAAC,GAA0D;QACnF,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,2CAA2C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gEAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0D;QAE1D,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,2CAA2C,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4EAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QA+BrE"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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
|
+
* Summarize usage information about an application deployed on Java servers including installation information during a specified time period. The main difference between DeployedApplicationInstallationUsageSummary and DeployedApplicationUsage is the presence of the applicationSourcePath. DeployedApplicationUsage provides only an aggregated view to the deployed applications without installation information. It therefore doesn\u2019t distinguish between applications with the identical deployment information deployed to different paths. DeployedApplicationInstallationUsageSummary contains installation information, and it\u2019s therefore possible to target actions.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface DeployedApplicationInstallationUsageSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The internal identifier of the deployed application installation.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"applicationInstallationKey": string;
|
|
23
|
+
/**
|
|
24
|
+
* The internal identifier of the deployed application.
|
|
25
|
+
* ApplicationKey will be identical for deployed applications with different applicationSourcePaths.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"applicationKey": string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related fleet.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"fleetId": string;
|
|
34
|
+
/**
|
|
35
|
+
* The name of the deployed application.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"applicationName": string;
|
|
39
|
+
/**
|
|
40
|
+
* The type of the deployed application.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"applicationType"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The full path to source WAR or EAR file for deployed application.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"applicationSourcePath"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Whether or not the deployed application is clustered.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"isClustered"?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* The approximate count of Java Server instances running the deployed application installations.
|
|
56
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
57
|
+
*/
|
|
58
|
+
"approximateJavaServerInstanceCount"?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Lower bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
|
|
61
|
+
*/
|
|
62
|
+
"timeStart"?: Date;
|
|
63
|
+
/**
|
|
64
|
+
* Upper bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
|
|
65
|
+
*/
|
|
66
|
+
"timeEnd"?: Date;
|
|
67
|
+
/**
|
|
68
|
+
* The date and time the resource was _first_ reported to JMS.
|
|
69
|
+
* This is potentially _before_ the specified time period provided by the filters.
|
|
70
|
+
* For example, a resource can be first reported to JMS before the start of a specified time period,
|
|
71
|
+
* if it is also reported during the time period.
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"timeFirstSeen"?: Date;
|
|
75
|
+
/**
|
|
76
|
+
* The date and time the resource was _last_ reported to JMS.
|
|
77
|
+
* This is potentially _after_ the specified time period provided by the filters.
|
|
78
|
+
* For example, a resource can be last reported to JMS before the start of a specified time period,
|
|
79
|
+
* if it is also reported during the time period.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"timeLastSeen"?: Date;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace DeployedApplicationInstallationUsageSummary {
|
|
85
|
+
function getJsonObj(obj: DeployedApplicationInstallationUsageSummary): object;
|
|
86
|
+
function getDeserializedJsonObj(obj: DeployedApplicationInstallationUsageSummary): object;
|
|
87
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service API
|
|
4
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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.DeployedApplicationInstallationUsageSummary = void 0;
|
|
16
|
+
var DeployedApplicationInstallationUsageSummary;
|
|
17
|
+
(function (DeployedApplicationInstallationUsageSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
DeployedApplicationInstallationUsageSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
DeployedApplicationInstallationUsageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(DeployedApplicationInstallationUsageSummary = exports.DeployedApplicationInstallationUsageSummary || (exports.DeployedApplicationInstallationUsageSummary = {}));
|
|
29
|
+
//# sourceMappingURL=deployed-application-installation-usage-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deployed-application-installation-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/deployed-application-installation-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Results of a deployed application usage search.
|
|
15
|
+
* Results of a deployed application usage search. Contains deployed application usage items.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface DeployedApplicationUsageCollection {
|
|
@@ -36,12 +36,12 @@ export interface DeployedApplicationUsage {
|
|
|
36
36
|
*/
|
|
37
37
|
"applicationType"?: string;
|
|
38
38
|
/**
|
|
39
|
-
* Whether or not deployed application is clustered.
|
|
39
|
+
* Whether or not the deployed application is clustered.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"isClustered"?: boolean;
|
|
43
43
|
/**
|
|
44
|
-
* The approximate count of Java
|
|
44
|
+
* The approximate count of Java Server instances running the deployed application.
|
|
45
45
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
46
46
|
*/
|
|
47
47
|
"approximateJavaServerInstanceCount"?: number;
|
|
@@ -12,21 +12,23 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Metadata for the advanced features in the Fleet.
|
|
16
16
|
*/
|
|
17
17
|
export interface FleetAdvancedFeatureConfiguration {
|
|
18
18
|
/**
|
|
19
|
-
* Namespace for the
|
|
19
|
+
* Namespace for the Fleet advanced feature.
|
|
20
20
|
*/
|
|
21
21
|
"analyticNamespace": string;
|
|
22
22
|
/**
|
|
23
|
-
* Bucket name required to store
|
|
23
|
+
* Bucket name required to store JFR and related data.
|
|
24
24
|
*/
|
|
25
25
|
"analyticBucketName": string;
|
|
26
26
|
"lcm": model.Lcm;
|
|
27
27
|
"cryptoEventAnalysis": model.CryptoEventAnalysis;
|
|
28
28
|
"advancedUsageTracking": model.AdvancedUsageTracking;
|
|
29
29
|
"jfrRecording": model.JfrRecording;
|
|
30
|
+
"performanceTuningAnalysis": model.PerformanceTuningAnalysis;
|
|
31
|
+
"javaMigrationAnalysis": model.JavaMigrationAnalysis;
|
|
30
32
|
/**
|
|
31
33
|
* The date and time of the last modification to the Fleet Agent Configuration (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
32
34
|
*
|
|
@@ -46,6 +46,12 @@ var FleetAdvancedFeatureConfiguration;
|
|
|
46
46
|
: undefined,
|
|
47
47
|
"jfrRecording": obj.jfrRecording
|
|
48
48
|
? model.JfrRecording.getJsonObj(obj.jfrRecording)
|
|
49
|
+
: undefined,
|
|
50
|
+
"performanceTuningAnalysis": obj.performanceTuningAnalysis
|
|
51
|
+
? model.PerformanceTuningAnalysis.getJsonObj(obj.performanceTuningAnalysis)
|
|
52
|
+
: undefined,
|
|
53
|
+
"javaMigrationAnalysis": obj.javaMigrationAnalysis
|
|
54
|
+
? model.JavaMigrationAnalysis.getJsonObj(obj.javaMigrationAnalysis)
|
|
49
55
|
: undefined
|
|
50
56
|
});
|
|
51
57
|
return jsonObj;
|
|
@@ -62,6 +68,12 @@ var FleetAdvancedFeatureConfiguration;
|
|
|
62
68
|
: undefined,
|
|
63
69
|
"jfrRecording": obj.jfrRecording
|
|
64
70
|
? model.JfrRecording.getDeserializedJsonObj(obj.jfrRecording)
|
|
71
|
+
: undefined,
|
|
72
|
+
"performanceTuningAnalysis": obj.performanceTuningAnalysis
|
|
73
|
+
? model.PerformanceTuningAnalysis.getDeserializedJsonObj(obj.performanceTuningAnalysis)
|
|
74
|
+
: undefined,
|
|
75
|
+
"javaMigrationAnalysis": obj.javaMigrationAnalysis
|
|
76
|
+
? model.JavaMigrationAnalysis.getDeserializedJsonObj(obj.javaMigrationAnalysis)
|
|
65
77
|
: undefined
|
|
66
78
|
});
|
|
67
79
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fleet-advanced-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/fleet-advanced-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"fleet-advanced-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/fleet-advanced-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,iCAAiC,CAmDjD;AAnDD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1D,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,4CAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,wDAAsB,yBAwBrC,CAAA;AACH,CAAC,EAnDgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAmDjD"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Management Agent Configuration for a Fleet. Includes JRE scanning frequency and list of include/exclude file system paths.
|
|
15
|
+
* Management Agent Configuration for a Fleet. Includes JRE scanning frequency and a list of include/exclude file system paths.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface FleetAgentConfiguration {
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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
|
+
* List of the fleet resource diagnosis.
|
|
16
|
+
*/
|
|
17
|
+
export interface FleetDiagnosisCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of the fleet resource diagnosis.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.FleetDiagnosisSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace FleetDiagnosisCollection {
|
|
24
|
+
function getJsonObj(obj: FleetDiagnosisCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: FleetDiagnosisCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service API
|
|
4
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
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, 2023, 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.FleetDiagnosisCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var FleetDiagnosisCollection;
|
|
37
|
+
(function (FleetDiagnosisCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.FleetDiagnosisSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
FleetDiagnosisCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.FleetDiagnosisSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
FleetDiagnosisCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(FleetDiagnosisCollection = exports.FleetDiagnosisCollection || (exports.FleetDiagnosisCollection = {}));
|
|
61
|
+
//# sourceMappingURL=fleet-diagnosis-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fleet-diagnosis-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/fleet-diagnosis-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
|