oci-jms 2.62.0 → 2.62.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 +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
package/lib/client.js
CHANGED
|
@@ -179,7 +179,7 @@ class JavaManagementServiceClient {
|
|
|
179
179
|
* @param AddFleetInstallationSitesRequest
|
|
180
180
|
* @return AddFleetInstallationSitesResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
183
183
|
*/
|
|
184
184
|
addFleetInstallationSites(addFleetInstallationSitesRequest) {
|
|
185
185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -241,7 +241,7 @@ class JavaManagementServiceClient {
|
|
|
241
241
|
* @param CancelWorkRequestRequest
|
|
242
242
|
* @return CancelWorkRequestResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
245
245
|
*/
|
|
246
246
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
247
247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -297,7 +297,7 @@ class JavaManagementServiceClient {
|
|
|
297
297
|
* @param ChangeFleetCompartmentRequest
|
|
298
298
|
* @return ChangeFleetCompartmentResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
301
301
|
*/
|
|
302
302
|
changeFleetCompartment(changeFleetCompartmentRequest) {
|
|
303
303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -360,7 +360,7 @@ class JavaManagementServiceClient {
|
|
|
360
360
|
* @param CreateBlocklistRequest
|
|
361
361
|
* @return CreateBlocklistResponse
|
|
362
362
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
364
364
|
*/
|
|
365
365
|
createBlocklist(createBlocklistRequest) {
|
|
366
366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -432,7 +432,7 @@ class JavaManagementServiceClient {
|
|
|
432
432
|
* @param CreateFleetRequest
|
|
433
433
|
* @return CreateFleetResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
436
436
|
*/
|
|
437
437
|
createFleet(createFleetRequest) {
|
|
438
438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -491,7 +491,7 @@ class JavaManagementServiceClient {
|
|
|
491
491
|
* @param DeleteBlocklistRequest
|
|
492
492
|
* @return DeleteBlocklistResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
495
495
|
*/
|
|
496
496
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
497
497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -542,12 +542,12 @@ class JavaManagementServiceClient {
|
|
|
542
542
|
});
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
|
-
* Deletes
|
|
545
|
+
* Deletes the metadata for the result of a Crypto event analysis. The actual report shall remain in the object storage.
|
|
546
546
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
547
547
|
* @param DeleteCryptoAnalysisResultRequest
|
|
548
548
|
* @return DeleteCryptoAnalysisResultResponse
|
|
549
549
|
* @throws OciError when an error occurs
|
|
550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
551
551
|
*/
|
|
552
552
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
553
553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class JavaManagementServiceClient {
|
|
|
608
608
|
* @param DeleteFleetRequest
|
|
609
609
|
* @return DeleteFleetResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
612
612
|
*/
|
|
613
613
|
deleteFleet(deleteFleetRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -662,6 +662,128 @@ class JavaManagementServiceClient {
|
|
|
662
662
|
}
|
|
663
663
|
});
|
|
664
664
|
}
|
|
665
|
+
/**
|
|
666
|
+
* Delete the Java migration analysis result. The actual report will remain in the Object Storage bucket.
|
|
667
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
668
|
+
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
669
|
+
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
670
|
+
* @throws OciError when an error occurs
|
|
671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
672
|
+
*/
|
|
673
|
+
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
674
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
675
|
+
if (this.logger)
|
|
676
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deleteJavaMigrationAnalysisResult.");
|
|
677
|
+
const operationName = "deleteJavaMigrationAnalysisResult";
|
|
678
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/DeleteJavaMigrationAnalysisResult";
|
|
679
|
+
const pathParams = {
|
|
680
|
+
"{fleetId}": deleteJavaMigrationAnalysisResultRequest.fleetId,
|
|
681
|
+
"{javaMigrationAnalysisResultId}": deleteJavaMigrationAnalysisResultRequest.javaMigrationAnalysisResultId
|
|
682
|
+
};
|
|
683
|
+
const queryParams = {};
|
|
684
|
+
let headerParams = {
|
|
685
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
686
|
+
"if-match": deleteJavaMigrationAnalysisResultRequest.ifMatch,
|
|
687
|
+
"opc-request-id": deleteJavaMigrationAnalysisResultRequest.opcRequestId
|
|
688
|
+
};
|
|
689
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
690
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJavaMigrationAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
691
|
+
if (this.logger)
|
|
692
|
+
retrier.logger = this.logger;
|
|
693
|
+
const request = yield oci_common_1.composeRequest({
|
|
694
|
+
baseEndpoint: this._endpoint,
|
|
695
|
+
defaultHeaders: this._defaultHeaders,
|
|
696
|
+
path: "/fleets/{fleetId}/javaMigrationAnalysisResults/{javaMigrationAnalysisResultId}",
|
|
697
|
+
method: "DELETE",
|
|
698
|
+
pathParams: pathParams,
|
|
699
|
+
headerParams: headerParams,
|
|
700
|
+
queryParams: queryParams
|
|
701
|
+
});
|
|
702
|
+
try {
|
|
703
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
704
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
705
|
+
responseObject: {},
|
|
706
|
+
responseHeaders: [
|
|
707
|
+
{
|
|
708
|
+
value: response.headers.get("opc-work-request-id"),
|
|
709
|
+
key: "opcWorkRequestId",
|
|
710
|
+
dataType: "string"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
value: response.headers.get("opc-request-id"),
|
|
714
|
+
key: "opcRequestId",
|
|
715
|
+
dataType: "string"
|
|
716
|
+
}
|
|
717
|
+
]
|
|
718
|
+
});
|
|
719
|
+
return sdkResponse;
|
|
720
|
+
}
|
|
721
|
+
catch (err) {
|
|
722
|
+
throw err;
|
|
723
|
+
}
|
|
724
|
+
});
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.
|
|
728
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
729
|
+
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
730
|
+
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
731
|
+
* @throws OciError when an error occurs
|
|
732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
733
|
+
*/
|
|
734
|
+
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
735
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
736
|
+
if (this.logger)
|
|
737
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deletePerformanceTuningAnalysisResult.");
|
|
738
|
+
const operationName = "deletePerformanceTuningAnalysisResult";
|
|
739
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/DeletePerformanceTuningAnalysisResult";
|
|
740
|
+
const pathParams = {
|
|
741
|
+
"{fleetId}": deletePerformanceTuningAnalysisResultRequest.fleetId,
|
|
742
|
+
"{performanceTuningAnalysisResultId}": deletePerformanceTuningAnalysisResultRequest.performanceTuningAnalysisResultId
|
|
743
|
+
};
|
|
744
|
+
const queryParams = {};
|
|
745
|
+
let headerParams = {
|
|
746
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
747
|
+
"if-match": deletePerformanceTuningAnalysisResultRequest.ifMatch,
|
|
748
|
+
"opc-request-id": deletePerformanceTuningAnalysisResultRequest.opcRequestId
|
|
749
|
+
};
|
|
750
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
751
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePerformanceTuningAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
752
|
+
if (this.logger)
|
|
753
|
+
retrier.logger = this.logger;
|
|
754
|
+
const request = yield oci_common_1.composeRequest({
|
|
755
|
+
baseEndpoint: this._endpoint,
|
|
756
|
+
defaultHeaders: this._defaultHeaders,
|
|
757
|
+
path: "/fleets/{fleetId}/performanceTuningAnalysisResults/{performanceTuningAnalysisResultId}",
|
|
758
|
+
method: "DELETE",
|
|
759
|
+
pathParams: pathParams,
|
|
760
|
+
headerParams: headerParams,
|
|
761
|
+
queryParams: queryParams
|
|
762
|
+
});
|
|
763
|
+
try {
|
|
764
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
765
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
766
|
+
responseObject: {},
|
|
767
|
+
responseHeaders: [
|
|
768
|
+
{
|
|
769
|
+
value: response.headers.get("opc-work-request-id"),
|
|
770
|
+
key: "opcWorkRequestId",
|
|
771
|
+
dataType: "string"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
value: response.headers.get("opc-request-id"),
|
|
775
|
+
key: "opcRequestId",
|
|
776
|
+
dataType: "string"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
});
|
|
780
|
+
return sdkResponse;
|
|
781
|
+
}
|
|
782
|
+
catch (err) {
|
|
783
|
+
throw err;
|
|
784
|
+
}
|
|
785
|
+
});
|
|
786
|
+
}
|
|
665
787
|
/**
|
|
666
788
|
* Generates Agent Deploy Script for Fleet using the information provided.
|
|
667
789
|
*
|
|
@@ -669,7 +791,7 @@ class JavaManagementServiceClient {
|
|
|
669
791
|
* @param GenerateAgentDeployScriptRequest
|
|
670
792
|
* @return GenerateAgentDeployScriptResponse
|
|
671
793
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
673
795
|
*/
|
|
674
796
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
675
797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,12 +854,12 @@ class JavaManagementServiceClient {
|
|
|
732
854
|
});
|
|
733
855
|
}
|
|
734
856
|
/**
|
|
735
|
-
* Retrieve metadata
|
|
857
|
+
* Retrieve the metadata for the result of a Crypto event analysis.
|
|
736
858
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
737
859
|
* @param GetCryptoAnalysisResultRequest
|
|
738
860
|
* @return GetCryptoAnalysisResultResponse
|
|
739
861
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
741
863
|
*/
|
|
742
864
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
743
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +923,7 @@ class JavaManagementServiceClient {
|
|
|
801
923
|
* @param GetFleetRequest
|
|
802
924
|
* @return GetFleetResponse
|
|
803
925
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
805
927
|
*/
|
|
806
928
|
getFleet(getFleetRequest) {
|
|
807
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -859,13 +981,13 @@ class JavaManagementServiceClient {
|
|
|
859
981
|
});
|
|
860
982
|
}
|
|
861
983
|
/**
|
|
862
|
-
* Returns
|
|
984
|
+
* Returns Fleet level advanced feature configuration.
|
|
863
985
|
*
|
|
864
986
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
865
987
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
866
988
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
867
989
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
869
991
|
*/
|
|
870
992
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
871
993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -929,7 +1051,7 @@ class JavaManagementServiceClient {
|
|
|
929
1051
|
* @param GetFleetAgentConfigurationRequest
|
|
930
1052
|
* @return GetFleetAgentConfigurationResponse
|
|
931
1053
|
* @throws OciError when an error occurs
|
|
932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
933
1055
|
*/
|
|
934
1056
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
935
1057
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -993,7 +1115,7 @@ class JavaManagementServiceClient {
|
|
|
993
1115
|
* @param GetJavaFamilyRequest
|
|
994
1116
|
* @return GetJavaFamilyResponse
|
|
995
1117
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
997
1119
|
*/
|
|
998
1120
|
getJavaFamily(getJavaFamilyRequest) {
|
|
999
1121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1045,13 +1167,77 @@ class JavaManagementServiceClient {
|
|
|
1045
1167
|
}
|
|
1046
1168
|
});
|
|
1047
1169
|
}
|
|
1170
|
+
/**
|
|
1171
|
+
* Retrieve Java Migration Analysis result.
|
|
1172
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1173
|
+
* @param GetJavaMigrationAnalysisResultRequest
|
|
1174
|
+
* @return GetJavaMigrationAnalysisResultResponse
|
|
1175
|
+
* @throws OciError when an error occurs
|
|
1176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1177
|
+
*/
|
|
1178
|
+
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1179
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1180
|
+
if (this.logger)
|
|
1181
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaMigrationAnalysisResult.");
|
|
1182
|
+
const operationName = "getJavaMigrationAnalysisResult";
|
|
1183
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/GetJavaMigrationAnalysisResult";
|
|
1184
|
+
const pathParams = {
|
|
1185
|
+
"{fleetId}": getJavaMigrationAnalysisResultRequest.fleetId,
|
|
1186
|
+
"{javaMigrationAnalysisResultId}": getJavaMigrationAnalysisResultRequest.javaMigrationAnalysisResultId
|
|
1187
|
+
};
|
|
1188
|
+
const queryParams = {};
|
|
1189
|
+
let headerParams = {
|
|
1190
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1191
|
+
"opc-request-id": getJavaMigrationAnalysisResultRequest.opcRequestId
|
|
1192
|
+
};
|
|
1193
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1194
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaMigrationAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1195
|
+
if (this.logger)
|
|
1196
|
+
retrier.logger = this.logger;
|
|
1197
|
+
const request = yield oci_common_1.composeRequest({
|
|
1198
|
+
baseEndpoint: this._endpoint,
|
|
1199
|
+
defaultHeaders: this._defaultHeaders,
|
|
1200
|
+
path: "/fleets/{fleetId}/javaMigrationAnalysisResults/{javaMigrationAnalysisResultId}",
|
|
1201
|
+
method: "GET",
|
|
1202
|
+
pathParams: pathParams,
|
|
1203
|
+
headerParams: headerParams,
|
|
1204
|
+
queryParams: queryParams
|
|
1205
|
+
});
|
|
1206
|
+
try {
|
|
1207
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1208
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1209
|
+
responseObject: {},
|
|
1210
|
+
body: yield response.json(),
|
|
1211
|
+
bodyKey: "javaMigrationAnalysisResult",
|
|
1212
|
+
bodyModel: model.JavaMigrationAnalysisResult,
|
|
1213
|
+
type: "model.JavaMigrationAnalysisResult",
|
|
1214
|
+
responseHeaders: [
|
|
1215
|
+
{
|
|
1216
|
+
value: response.headers.get("etag"),
|
|
1217
|
+
key: "etag",
|
|
1218
|
+
dataType: "string"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
value: response.headers.get("opc-request-id"),
|
|
1222
|
+
key: "opcRequestId",
|
|
1223
|
+
dataType: "string"
|
|
1224
|
+
}
|
|
1225
|
+
]
|
|
1226
|
+
});
|
|
1227
|
+
return sdkResponse;
|
|
1228
|
+
}
|
|
1229
|
+
catch (err) {
|
|
1230
|
+
throw err;
|
|
1231
|
+
}
|
|
1232
|
+
});
|
|
1233
|
+
}
|
|
1048
1234
|
/**
|
|
1049
1235
|
* Returns detail of a Java release.
|
|
1050
1236
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1051
1237
|
* @param GetJavaReleaseRequest
|
|
1052
1238
|
* @return GetJavaReleaseResponse
|
|
1053
1239
|
* @throws OciError when an error occurs
|
|
1054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1055
1241
|
*/
|
|
1056
1242
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1057
1243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1103,13 +1289,77 @@ class JavaManagementServiceClient {
|
|
|
1103
1289
|
}
|
|
1104
1290
|
});
|
|
1105
1291
|
}
|
|
1292
|
+
/**
|
|
1293
|
+
* Retrieve metadata of the Performance Tuning Analysis result.
|
|
1294
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1295
|
+
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1296
|
+
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1297
|
+
* @throws OciError when an error occurs
|
|
1298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1299
|
+
*/
|
|
1300
|
+
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1301
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1302
|
+
if (this.logger)
|
|
1303
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getPerformanceTuningAnalysisResult.");
|
|
1304
|
+
const operationName = "getPerformanceTuningAnalysisResult";
|
|
1305
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/GetPerformanceTuningAnalysisResult";
|
|
1306
|
+
const pathParams = {
|
|
1307
|
+
"{fleetId}": getPerformanceTuningAnalysisResultRequest.fleetId,
|
|
1308
|
+
"{performanceTuningAnalysisResultId}": getPerformanceTuningAnalysisResultRequest.performanceTuningAnalysisResultId
|
|
1309
|
+
};
|
|
1310
|
+
const queryParams = {};
|
|
1311
|
+
let headerParams = {
|
|
1312
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1313
|
+
"opc-request-id": getPerformanceTuningAnalysisResultRequest.opcRequestId
|
|
1314
|
+
};
|
|
1315
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1316
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPerformanceTuningAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1317
|
+
if (this.logger)
|
|
1318
|
+
retrier.logger = this.logger;
|
|
1319
|
+
const request = yield oci_common_1.composeRequest({
|
|
1320
|
+
baseEndpoint: this._endpoint,
|
|
1321
|
+
defaultHeaders: this._defaultHeaders,
|
|
1322
|
+
path: "/fleets/{fleetId}/performanceTuningAnalysisResults/{performanceTuningAnalysisResultId}",
|
|
1323
|
+
method: "GET",
|
|
1324
|
+
pathParams: pathParams,
|
|
1325
|
+
headerParams: headerParams,
|
|
1326
|
+
queryParams: queryParams
|
|
1327
|
+
});
|
|
1328
|
+
try {
|
|
1329
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1330
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1331
|
+
responseObject: {},
|
|
1332
|
+
body: yield response.json(),
|
|
1333
|
+
bodyKey: "performanceTuningAnalysisResult",
|
|
1334
|
+
bodyModel: model.PerformanceTuningAnalysisResult,
|
|
1335
|
+
type: "model.PerformanceTuningAnalysisResult",
|
|
1336
|
+
responseHeaders: [
|
|
1337
|
+
{
|
|
1338
|
+
value: response.headers.get("etag"),
|
|
1339
|
+
key: "etag",
|
|
1340
|
+
dataType: "string"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
value: response.headers.get("opc-request-id"),
|
|
1344
|
+
key: "opcRequestId",
|
|
1345
|
+
dataType: "string"
|
|
1346
|
+
}
|
|
1347
|
+
]
|
|
1348
|
+
});
|
|
1349
|
+
return sdkResponse;
|
|
1350
|
+
}
|
|
1351
|
+
catch (err) {
|
|
1352
|
+
throw err;
|
|
1353
|
+
}
|
|
1354
|
+
});
|
|
1355
|
+
}
|
|
1106
1356
|
/**
|
|
1107
1357
|
* Retrieve the details of a work request with the specified ID.
|
|
1108
1358
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1109
1359
|
* @param GetWorkRequestRequest
|
|
1110
1360
|
* @return GetWorkRequestResponse
|
|
1111
1361
|
* @throws OciError when an error occurs
|
|
1112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1113
1363
|
*/
|
|
1114
1364
|
getWorkRequest(getWorkRequestRequest) {
|
|
1115
1365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1171,6 +1421,75 @@ class JavaManagementServiceClient {
|
|
|
1171
1421
|
}
|
|
1172
1422
|
});
|
|
1173
1423
|
}
|
|
1424
|
+
/**
|
|
1425
|
+
* Return a list of AnnouncementSummary items
|
|
1426
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1427
|
+
* @param ListAnnouncementsRequest
|
|
1428
|
+
* @return ListAnnouncementsResponse
|
|
1429
|
+
* @throws OciError when an error occurs
|
|
1430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1431
|
+
*/
|
|
1432
|
+
listAnnouncements(listAnnouncementsRequest) {
|
|
1433
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1434
|
+
if (this.logger)
|
|
1435
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listAnnouncements.");
|
|
1436
|
+
const operationName = "listAnnouncements";
|
|
1437
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/AnnouncementCollection/ListAnnouncements";
|
|
1438
|
+
const pathParams = {};
|
|
1439
|
+
const queryParams = {
|
|
1440
|
+
"summaryContains": listAnnouncementsRequest.summaryContains,
|
|
1441
|
+
"timeStart": listAnnouncementsRequest.timeStart,
|
|
1442
|
+
"timeEnd": listAnnouncementsRequest.timeEnd,
|
|
1443
|
+
"limit": listAnnouncementsRequest.limit,
|
|
1444
|
+
"page": listAnnouncementsRequest.page,
|
|
1445
|
+
"sortOrder": listAnnouncementsRequest.sortOrder,
|
|
1446
|
+
"sortBy": listAnnouncementsRequest.sortBy
|
|
1447
|
+
};
|
|
1448
|
+
let headerParams = {
|
|
1449
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1450
|
+
"opc-request-id": listAnnouncementsRequest.opcRequestId
|
|
1451
|
+
};
|
|
1452
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1453
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAnnouncementsRequest.retryConfiguration, specRetryConfiguration);
|
|
1454
|
+
if (this.logger)
|
|
1455
|
+
retrier.logger = this.logger;
|
|
1456
|
+
const request = yield oci_common_1.composeRequest({
|
|
1457
|
+
baseEndpoint: this._endpoint,
|
|
1458
|
+
defaultHeaders: this._defaultHeaders,
|
|
1459
|
+
path: "/announcements",
|
|
1460
|
+
method: "GET",
|
|
1461
|
+
pathParams: pathParams,
|
|
1462
|
+
headerParams: headerParams,
|
|
1463
|
+
queryParams: queryParams
|
|
1464
|
+
});
|
|
1465
|
+
try {
|
|
1466
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1467
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1468
|
+
responseObject: {},
|
|
1469
|
+
body: yield response.json(),
|
|
1470
|
+
bodyKey: "announcementCollection",
|
|
1471
|
+
bodyModel: model.AnnouncementCollection,
|
|
1472
|
+
type: "model.AnnouncementCollection",
|
|
1473
|
+
responseHeaders: [
|
|
1474
|
+
{
|
|
1475
|
+
value: response.headers.get("opc-request-id"),
|
|
1476
|
+
key: "opcRequestId",
|
|
1477
|
+
dataType: "string"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
value: response.headers.get("opc-next-page"),
|
|
1481
|
+
key: "opcNextPage",
|
|
1482
|
+
dataType: "string"
|
|
1483
|
+
}
|
|
1484
|
+
]
|
|
1485
|
+
});
|
|
1486
|
+
return sdkResponse;
|
|
1487
|
+
}
|
|
1488
|
+
catch (err) {
|
|
1489
|
+
throw err;
|
|
1490
|
+
}
|
|
1491
|
+
});
|
|
1492
|
+
}
|
|
1174
1493
|
/**
|
|
1175
1494
|
* Returns a list of blocklist entities contained by a fleet.
|
|
1176
1495
|
*
|
|
@@ -1178,7 +1497,7 @@ class JavaManagementServiceClient {
|
|
|
1178
1497
|
* @param ListBlocklistsRequest
|
|
1179
1498
|
* @return ListBlocklistsResponse
|
|
1180
1499
|
* @throws OciError when an error occurs
|
|
1181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1182
1501
|
*/
|
|
1183
1502
|
listBlocklists(listBlocklistsRequest) {
|
|
1184
1503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1243,12 +1562,12 @@ class JavaManagementServiceClient {
|
|
|
1243
1562
|
});
|
|
1244
1563
|
}
|
|
1245
1564
|
/**
|
|
1246
|
-
*
|
|
1565
|
+
* Lists the results of a Crypto event analysis.
|
|
1247
1566
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1248
1567
|
* @param ListCryptoAnalysisResultsRequest
|
|
1249
1568
|
* @return ListCryptoAnalysisResultsResponse
|
|
1250
1569
|
* @throws OciError when an error occurs
|
|
1251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
1252
1571
|
*/
|
|
1253
1572
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
1254
1573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1314,6 +1633,73 @@ class JavaManagementServiceClient {
|
|
|
1314
1633
|
}
|
|
1315
1634
|
});
|
|
1316
1635
|
}
|
|
1636
|
+
/**
|
|
1637
|
+
* List potential diagnoses that would put a fleet into FAILED or NEEDS_ATTENTION lifecycle state.
|
|
1638
|
+
*
|
|
1639
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1640
|
+
* @param ListFleetDiagnosesRequest
|
|
1641
|
+
* @return ListFleetDiagnosesResponse
|
|
1642
|
+
* @throws OciError when an error occurs
|
|
1643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
1644
|
+
*/
|
|
1645
|
+
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
1646
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1647
|
+
if (this.logger)
|
|
1648
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listFleetDiagnoses.");
|
|
1649
|
+
const operationName = "listFleetDiagnoses";
|
|
1650
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetDiagnosisSummary/ListFleetDiagnoses";
|
|
1651
|
+
const pathParams = {
|
|
1652
|
+
"{fleetId}": listFleetDiagnosesRequest.fleetId
|
|
1653
|
+
};
|
|
1654
|
+
const queryParams = {
|
|
1655
|
+
"limit": listFleetDiagnosesRequest.limit,
|
|
1656
|
+
"page": listFleetDiagnosesRequest.page
|
|
1657
|
+
};
|
|
1658
|
+
let headerParams = {
|
|
1659
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1660
|
+
"opc-request-id": listFleetDiagnosesRequest.opcRequestId
|
|
1661
|
+
};
|
|
1662
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1663
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFleetDiagnosesRequest.retryConfiguration, specRetryConfiguration);
|
|
1664
|
+
if (this.logger)
|
|
1665
|
+
retrier.logger = this.logger;
|
|
1666
|
+
const request = yield oci_common_1.composeRequest({
|
|
1667
|
+
baseEndpoint: this._endpoint,
|
|
1668
|
+
defaultHeaders: this._defaultHeaders,
|
|
1669
|
+
path: "/fleets/{fleetId}/diagnoses",
|
|
1670
|
+
method: "GET",
|
|
1671
|
+
pathParams: pathParams,
|
|
1672
|
+
headerParams: headerParams,
|
|
1673
|
+
queryParams: queryParams
|
|
1674
|
+
});
|
|
1675
|
+
try {
|
|
1676
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1677
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1678
|
+
responseObject: {},
|
|
1679
|
+
body: yield response.json(),
|
|
1680
|
+
bodyKey: "fleetDiagnosisCollection",
|
|
1681
|
+
bodyModel: model.FleetDiagnosisCollection,
|
|
1682
|
+
type: "model.FleetDiagnosisCollection",
|
|
1683
|
+
responseHeaders: [
|
|
1684
|
+
{
|
|
1685
|
+
value: response.headers.get("opc-request-id"),
|
|
1686
|
+
key: "opcRequestId",
|
|
1687
|
+
dataType: "string"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
value: response.headers.get("opc-next-page"),
|
|
1691
|
+
key: "opcNextPage",
|
|
1692
|
+
dataType: "string"
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1695
|
+
});
|
|
1696
|
+
return sdkResponse;
|
|
1697
|
+
}
|
|
1698
|
+
catch (err) {
|
|
1699
|
+
throw err;
|
|
1700
|
+
}
|
|
1701
|
+
});
|
|
1702
|
+
}
|
|
1317
1703
|
/**
|
|
1318
1704
|
* Returns a list of all the Fleets contained by a compartment. The query parameter `compartmentId`
|
|
1319
1705
|
* is required unless the query parameter `id` is specified.
|
|
@@ -1322,7 +1708,7 @@ class JavaManagementServiceClient {
|
|
|
1322
1708
|
* @param ListFleetsRequest
|
|
1323
1709
|
* @return ListFleetsResponse
|
|
1324
1710
|
* @throws OciError when an error occurs
|
|
1325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
1326
1712
|
*/
|
|
1327
1713
|
listFleets(listFleetsRequest) {
|
|
1328
1714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1393,7 +1779,7 @@ class JavaManagementServiceClient {
|
|
|
1393
1779
|
* @param ListInstallationSitesRequest
|
|
1394
1780
|
* @return ListInstallationSitesResponse
|
|
1395
1781
|
* @throws OciError when an error occurs
|
|
1396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
1397
1783
|
*/
|
|
1398
1784
|
listInstallationSites(listInstallationSitesRequest) {
|
|
1399
1785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1860,7 @@ class JavaManagementServiceClient {
|
|
|
1474
1860
|
* @param ListJavaFamiliesRequest
|
|
1475
1861
|
* @return ListJavaFamiliesResponse
|
|
1476
1862
|
* @throws OciError when an error occurs
|
|
1477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
1478
1864
|
*/
|
|
1479
1865
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
1480
1866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1493,16 +1879,87 @@ class JavaManagementServiceClient {
|
|
|
1493
1879
|
};
|
|
1494
1880
|
let headerParams = {
|
|
1495
1881
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1496
|
-
"opc-request-id": listJavaFamiliesRequest.opcRequestId
|
|
1882
|
+
"opc-request-id": listJavaFamiliesRequest.opcRequestId
|
|
1883
|
+
};
|
|
1884
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1885
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaFamiliesRequest.retryConfiguration, specRetryConfiguration);
|
|
1886
|
+
if (this.logger)
|
|
1887
|
+
retrier.logger = this.logger;
|
|
1888
|
+
const request = yield oci_common_1.composeRequest({
|
|
1889
|
+
baseEndpoint: this._endpoint,
|
|
1890
|
+
defaultHeaders: this._defaultHeaders,
|
|
1891
|
+
path: "/javaFamilies",
|
|
1892
|
+
method: "GET",
|
|
1893
|
+
pathParams: pathParams,
|
|
1894
|
+
headerParams: headerParams,
|
|
1895
|
+
queryParams: queryParams
|
|
1896
|
+
});
|
|
1897
|
+
try {
|
|
1898
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1899
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1900
|
+
responseObject: {},
|
|
1901
|
+
body: yield response.json(),
|
|
1902
|
+
bodyKey: "javaFamilyCollection",
|
|
1903
|
+
bodyModel: model.JavaFamilyCollection,
|
|
1904
|
+
type: "model.JavaFamilyCollection",
|
|
1905
|
+
responseHeaders: [
|
|
1906
|
+
{
|
|
1907
|
+
value: response.headers.get("opc-request-id"),
|
|
1908
|
+
key: "opcRequestId",
|
|
1909
|
+
dataType: "string"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
value: response.headers.get("opc-next-page"),
|
|
1913
|
+
key: "opcNextPage",
|
|
1914
|
+
dataType: "string"
|
|
1915
|
+
}
|
|
1916
|
+
]
|
|
1917
|
+
});
|
|
1918
|
+
return sdkResponse;
|
|
1919
|
+
}
|
|
1920
|
+
catch (err) {
|
|
1921
|
+
throw err;
|
|
1922
|
+
}
|
|
1923
|
+
});
|
|
1924
|
+
}
|
|
1925
|
+
/**
|
|
1926
|
+
* Lists the results of a Java migration analysis.
|
|
1927
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1928
|
+
* @param ListJavaMigrationAnalysisResultsRequest
|
|
1929
|
+
* @return ListJavaMigrationAnalysisResultsResponse
|
|
1930
|
+
* @throws OciError when an error occurs
|
|
1931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
1932
|
+
*/
|
|
1933
|
+
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
1934
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1935
|
+
if (this.logger)
|
|
1936
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaMigrationAnalysisResults.");
|
|
1937
|
+
const operationName = "listJavaMigrationAnalysisResults";
|
|
1938
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/ListJavaMigrationAnalysisResults";
|
|
1939
|
+
const pathParams = {
|
|
1940
|
+
"{fleetId}": listJavaMigrationAnalysisResultsRequest.fleetId
|
|
1941
|
+
};
|
|
1942
|
+
const queryParams = {
|
|
1943
|
+
"managedInstanceId": listJavaMigrationAnalysisResultsRequest.managedInstanceId,
|
|
1944
|
+
"limit": listJavaMigrationAnalysisResultsRequest.limit,
|
|
1945
|
+
"page": listJavaMigrationAnalysisResultsRequest.page,
|
|
1946
|
+
"sortOrder": listJavaMigrationAnalysisResultsRequest.sortOrder,
|
|
1947
|
+
"sortBy": listJavaMigrationAnalysisResultsRequest.sortBy,
|
|
1948
|
+
"timeStart": listJavaMigrationAnalysisResultsRequest.timeStart,
|
|
1949
|
+
"timeEnd": listJavaMigrationAnalysisResultsRequest.timeEnd
|
|
1950
|
+
};
|
|
1951
|
+
let headerParams = {
|
|
1952
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1953
|
+
"opc-request-id": listJavaMigrationAnalysisResultsRequest.opcRequestId
|
|
1497
1954
|
};
|
|
1498
1955
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1499
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
1956
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaMigrationAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
1500
1957
|
if (this.logger)
|
|
1501
1958
|
retrier.logger = this.logger;
|
|
1502
1959
|
const request = yield oci_common_1.composeRequest({
|
|
1503
1960
|
baseEndpoint: this._endpoint,
|
|
1504
1961
|
defaultHeaders: this._defaultHeaders,
|
|
1505
|
-
path: "/
|
|
1962
|
+
path: "/fleets/{fleetId}/javaMigrationAnalysisResults",
|
|
1506
1963
|
method: "GET",
|
|
1507
1964
|
pathParams: pathParams,
|
|
1508
1965
|
headerParams: headerParams,
|
|
@@ -1513,9 +1970,9 @@ class JavaManagementServiceClient {
|
|
|
1513
1970
|
const sdkResponse = oci_common_1.composeResponse({
|
|
1514
1971
|
responseObject: {},
|
|
1515
1972
|
body: yield response.json(),
|
|
1516
|
-
bodyKey: "
|
|
1517
|
-
bodyModel: model.
|
|
1518
|
-
type: "model.
|
|
1973
|
+
bodyKey: "javaMigrationAnalysisResultCollection",
|
|
1974
|
+
bodyModel: model.JavaMigrationAnalysisResultCollection,
|
|
1975
|
+
type: "model.JavaMigrationAnalysisResultCollection",
|
|
1519
1976
|
responseHeaders: [
|
|
1520
1977
|
{
|
|
1521
1978
|
value: response.headers.get("opc-request-id"),
|
|
@@ -1543,7 +2000,7 @@ class JavaManagementServiceClient {
|
|
|
1543
2000
|
* @param ListJavaReleasesRequest
|
|
1544
2001
|
* @return ListJavaReleasesResponse
|
|
1545
2002
|
* @throws OciError when an error occurs
|
|
1546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
1547
2004
|
*/
|
|
1548
2005
|
listJavaReleases(listJavaReleasesRequest) {
|
|
1549
2006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +2071,7 @@ class JavaManagementServiceClient {
|
|
|
1614
2071
|
* @param ListJreUsageRequest
|
|
1615
2072
|
* @return ListJreUsageResponse
|
|
1616
2073
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
1618
2075
|
*/
|
|
1619
2076
|
listJreUsage(listJreUsageRequest) {
|
|
1620
2077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1681,13 +2138,85 @@ class JavaManagementServiceClient {
|
|
|
1681
2138
|
});
|
|
1682
2139
|
}
|
|
1683
2140
|
/**
|
|
1684
|
-
*
|
|
2141
|
+
* List Performance Tuning Analysis results.
|
|
2142
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2143
|
+
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2144
|
+
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2145
|
+
* @throws OciError when an error occurs
|
|
2146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2147
|
+
*/
|
|
2148
|
+
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2149
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2150
|
+
if (this.logger)
|
|
2151
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listPerformanceTuningAnalysisResults.");
|
|
2152
|
+
const operationName = "listPerformanceTuningAnalysisResults";
|
|
2153
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/ListPerformanceTuningAnalysisResults";
|
|
2154
|
+
const pathParams = {
|
|
2155
|
+
"{fleetId}": listPerformanceTuningAnalysisResultsRequest.fleetId
|
|
2156
|
+
};
|
|
2157
|
+
const queryParams = {
|
|
2158
|
+
"managedInstanceId": listPerformanceTuningAnalysisResultsRequest.managedInstanceId,
|
|
2159
|
+
"applicationId": listPerformanceTuningAnalysisResultsRequest.applicationId,
|
|
2160
|
+
"limit": listPerformanceTuningAnalysisResultsRequest.limit,
|
|
2161
|
+
"page": listPerformanceTuningAnalysisResultsRequest.page,
|
|
2162
|
+
"sortOrder": listPerformanceTuningAnalysisResultsRequest.sortOrder,
|
|
2163
|
+
"sortBy": listPerformanceTuningAnalysisResultsRequest.sortBy,
|
|
2164
|
+
"timeStart": listPerformanceTuningAnalysisResultsRequest.timeStart,
|
|
2165
|
+
"timeEnd": listPerformanceTuningAnalysisResultsRequest.timeEnd
|
|
2166
|
+
};
|
|
2167
|
+
let headerParams = {
|
|
2168
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2169
|
+
"opc-request-id": listPerformanceTuningAnalysisResultsRequest.opcRequestId
|
|
2170
|
+
};
|
|
2171
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2172
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPerformanceTuningAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2173
|
+
if (this.logger)
|
|
2174
|
+
retrier.logger = this.logger;
|
|
2175
|
+
const request = yield oci_common_1.composeRequest({
|
|
2176
|
+
baseEndpoint: this._endpoint,
|
|
2177
|
+
defaultHeaders: this._defaultHeaders,
|
|
2178
|
+
path: "/fleets/{fleetId}/performanceTuningAnalysisResults",
|
|
2179
|
+
method: "GET",
|
|
2180
|
+
pathParams: pathParams,
|
|
2181
|
+
headerParams: headerParams,
|
|
2182
|
+
queryParams: queryParams
|
|
2183
|
+
});
|
|
2184
|
+
try {
|
|
2185
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2186
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2187
|
+
responseObject: {},
|
|
2188
|
+
body: yield response.json(),
|
|
2189
|
+
bodyKey: "performanceTuningAnalysisResultCollection",
|
|
2190
|
+
bodyModel: model.PerformanceTuningAnalysisResultCollection,
|
|
2191
|
+
type: "model.PerformanceTuningAnalysisResultCollection",
|
|
2192
|
+
responseHeaders: [
|
|
2193
|
+
{
|
|
2194
|
+
value: response.headers.get("opc-request-id"),
|
|
2195
|
+
key: "opcRequestId",
|
|
2196
|
+
dataType: "string"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
value: response.headers.get("opc-next-page"),
|
|
2200
|
+
key: "opcNextPage",
|
|
2201
|
+
dataType: "string"
|
|
2202
|
+
}
|
|
2203
|
+
]
|
|
2204
|
+
});
|
|
2205
|
+
return sdkResponse;
|
|
2206
|
+
}
|
|
2207
|
+
catch (err) {
|
|
2208
|
+
throw err;
|
|
2209
|
+
}
|
|
2210
|
+
});
|
|
2211
|
+
}
|
|
2212
|
+
/**
|
|
2213
|
+
* Retrieve a paginated list of work items for a specified work request.
|
|
1685
2214
|
*
|
|
1686
2215
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1687
2216
|
* @param ListWorkItemsRequest
|
|
1688
2217
|
* @return ListWorkItemsResponse
|
|
1689
2218
|
* @throws OciError when an error occurs
|
|
1690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
1691
2220
|
*/
|
|
1692
2221
|
listWorkItems(listWorkItemsRequest) {
|
|
1693
2222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1754,7 +2283,7 @@ class JavaManagementServiceClient {
|
|
|
1754
2283
|
* @param ListWorkRequestErrorsRequest
|
|
1755
2284
|
* @return ListWorkRequestErrorsResponse
|
|
1756
2285
|
* @throws OciError when an error occurs
|
|
1757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1758
2287
|
*/
|
|
1759
2288
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1760
2289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1815,13 +2344,13 @@ class JavaManagementServiceClient {
|
|
|
1815
2344
|
});
|
|
1816
2345
|
}
|
|
1817
2346
|
/**
|
|
1818
|
-
* Retrieve a
|
|
2347
|
+
* Retrieve a paginated list of logs for a specified work request.
|
|
1819
2348
|
*
|
|
1820
2349
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1821
2350
|
* @param ListWorkRequestLogsRequest
|
|
1822
2351
|
* @return ListWorkRequestLogsResponse
|
|
1823
2352
|
* @throws OciError when an error occurs
|
|
1824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1825
2354
|
*/
|
|
1826
2355
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1827
2356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1888,7 +2417,7 @@ class JavaManagementServiceClient {
|
|
|
1888
2417
|
* @param ListWorkRequestsRequest
|
|
1889
2418
|
* @return ListWorkRequestsResponse
|
|
1890
2419
|
* @throws OciError when an error occurs
|
|
1891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1892
2421
|
*/
|
|
1893
2422
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1894
2423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1955,7 +2484,7 @@ class JavaManagementServiceClient {
|
|
|
1955
2484
|
* @param RemoveFleetInstallationSitesRequest
|
|
1956
2485
|
* @return RemoveFleetInstallationSitesResponse
|
|
1957
2486
|
* @throws OciError when an error occurs
|
|
1958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
1959
2488
|
*/
|
|
1960
2489
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
1961
2490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2012,14 +2541,13 @@ class JavaManagementServiceClient {
|
|
|
2012
2541
|
});
|
|
2013
2542
|
}
|
|
2014
2543
|
/**
|
|
2015
|
-
* Request to perform crypto
|
|
2016
|
-
* object storage bucket desiginated when enable Crypto Event Analysis feature.
|
|
2544
|
+
* Request to perform crypto analysis on one or more selected targets in the Fleet. The result of the crypto analysis will be uploaded to the object storage bucket created by JMS on enabling the Crypto Event Analysis feature in the Fleet.
|
|
2017
2545
|
*
|
|
2018
2546
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2019
2547
|
* @param RequestCryptoAnalysesRequest
|
|
2020
2548
|
* @return RequestCryptoAnalysesResponse
|
|
2021
2549
|
* @throws OciError when an error occurs
|
|
2022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
2023
2551
|
*/
|
|
2024
2552
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
2025
2553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2074,14 +2602,75 @@ class JavaManagementServiceClient {
|
|
|
2074
2602
|
});
|
|
2075
2603
|
}
|
|
2076
2604
|
/**
|
|
2077
|
-
* Request to
|
|
2078
|
-
*
|
|
2605
|
+
* Request to perform a Java migration analysis. The results of the Java migration analysis will be uploaded to the
|
|
2606
|
+
* Object Storage bucket that you designate when you enable the Java Migration Analysis feature.
|
|
2607
|
+
*
|
|
2608
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2609
|
+
* @param RequestJavaMigrationAnalysesRequest
|
|
2610
|
+
* @return RequestJavaMigrationAnalysesResponse
|
|
2611
|
+
* @throws OciError when an error occurs
|
|
2612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
2613
|
+
*/
|
|
2614
|
+
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
2615
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2616
|
+
if (this.logger)
|
|
2617
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#requestJavaMigrationAnalyses.");
|
|
2618
|
+
const operationName = "requestJavaMigrationAnalyses";
|
|
2619
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestJavaMigrationAnalyses";
|
|
2620
|
+
const pathParams = {
|
|
2621
|
+
"{fleetId}": requestJavaMigrationAnalysesRequest.fleetId
|
|
2622
|
+
};
|
|
2623
|
+
const queryParams = {};
|
|
2624
|
+
let headerParams = {
|
|
2625
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2626
|
+
"opc-request-id": requestJavaMigrationAnalysesRequest.opcRequestId
|
|
2627
|
+
};
|
|
2628
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2629
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestJavaMigrationAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
2630
|
+
if (this.logger)
|
|
2631
|
+
retrier.logger = this.logger;
|
|
2632
|
+
const request = yield oci_common_1.composeRequest({
|
|
2633
|
+
baseEndpoint: this._endpoint,
|
|
2634
|
+
defaultHeaders: this._defaultHeaders,
|
|
2635
|
+
path: "/fleets/{fleetId}/actions/requestJavaMigrationAnalyses",
|
|
2636
|
+
method: "POST",
|
|
2637
|
+
bodyContent: common.ObjectSerializer.serialize(requestJavaMigrationAnalysesRequest.requestJavaMigrationAnalysesDetails, "RequestJavaMigrationAnalysesDetails", model.RequestJavaMigrationAnalysesDetails.getJsonObj),
|
|
2638
|
+
pathParams: pathParams,
|
|
2639
|
+
headerParams: headerParams,
|
|
2640
|
+
queryParams: queryParams
|
|
2641
|
+
});
|
|
2642
|
+
try {
|
|
2643
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2644
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2645
|
+
responseObject: {},
|
|
2646
|
+
responseHeaders: [
|
|
2647
|
+
{
|
|
2648
|
+
value: response.headers.get("opc-work-request-id"),
|
|
2649
|
+
key: "opcWorkRequestId",
|
|
2650
|
+
dataType: "string"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
value: response.headers.get("opc-request-id"),
|
|
2654
|
+
key: "opcRequestId",
|
|
2655
|
+
dataType: "string"
|
|
2656
|
+
}
|
|
2657
|
+
]
|
|
2658
|
+
});
|
|
2659
|
+
return sdkResponse;
|
|
2660
|
+
}
|
|
2661
|
+
catch (err) {
|
|
2662
|
+
throw err;
|
|
2663
|
+
}
|
|
2664
|
+
});
|
|
2665
|
+
}
|
|
2666
|
+
/**
|
|
2667
|
+
* Request to collect the JFR recordings on the selected target in the Fleet. The JFR files are uploaded to the object storage bucket created by JMS on enabling Generic JFR feature in the Fleet.
|
|
2079
2668
|
*
|
|
2080
2669
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2081
2670
|
* @param RequestJfrRecordingsRequest
|
|
2082
2671
|
* @return RequestJfrRecordingsResponse
|
|
2083
2672
|
* @throws OciError when an error occurs
|
|
2084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
2085
2674
|
*/
|
|
2086
2675
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
2087
2676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2136,12 +2725,74 @@ class JavaManagementServiceClient {
|
|
|
2136
2725
|
});
|
|
2137
2726
|
}
|
|
2138
2727
|
/**
|
|
2139
|
-
*
|
|
2728
|
+
* Request to perform performance tuning analyses. The result of performance tuning analysis will be uploaded to the
|
|
2729
|
+
* object storage bucket that you designated when you enabled the recording feature.
|
|
2730
|
+
*
|
|
2731
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2732
|
+
* @param RequestPerformanceTuningAnalysesRequest
|
|
2733
|
+
* @return RequestPerformanceTuningAnalysesResponse
|
|
2734
|
+
* @throws OciError when an error occurs
|
|
2735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
2736
|
+
*/
|
|
2737
|
+
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
2738
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2739
|
+
if (this.logger)
|
|
2740
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#requestPerformanceTuningAnalyses.");
|
|
2741
|
+
const operationName = "requestPerformanceTuningAnalyses";
|
|
2742
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestPerformanceTuningAnalyses";
|
|
2743
|
+
const pathParams = {
|
|
2744
|
+
"{fleetId}": requestPerformanceTuningAnalysesRequest.fleetId
|
|
2745
|
+
};
|
|
2746
|
+
const queryParams = {};
|
|
2747
|
+
let headerParams = {
|
|
2748
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2749
|
+
"opc-request-id": requestPerformanceTuningAnalysesRequest.opcRequestId
|
|
2750
|
+
};
|
|
2751
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2752
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestPerformanceTuningAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
2753
|
+
if (this.logger)
|
|
2754
|
+
retrier.logger = this.logger;
|
|
2755
|
+
const request = yield oci_common_1.composeRequest({
|
|
2756
|
+
baseEndpoint: this._endpoint,
|
|
2757
|
+
defaultHeaders: this._defaultHeaders,
|
|
2758
|
+
path: "/fleets/{fleetId}/actions/requestPerformanceTuningAnalyses",
|
|
2759
|
+
method: "POST",
|
|
2760
|
+
bodyContent: common.ObjectSerializer.serialize(requestPerformanceTuningAnalysesRequest.requestPerformanceTuningAnalysesDetails, "RequestPerformanceTuningAnalysesDetails", model.RequestPerformanceTuningAnalysesDetails.getJsonObj),
|
|
2761
|
+
pathParams: pathParams,
|
|
2762
|
+
headerParams: headerParams,
|
|
2763
|
+
queryParams: queryParams
|
|
2764
|
+
});
|
|
2765
|
+
try {
|
|
2766
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2767
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2768
|
+
responseObject: {},
|
|
2769
|
+
responseHeaders: [
|
|
2770
|
+
{
|
|
2771
|
+
value: response.headers.get("opc-work-request-id"),
|
|
2772
|
+
key: "opcWorkRequestId",
|
|
2773
|
+
dataType: "string"
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
value: response.headers.get("opc-request-id"),
|
|
2777
|
+
key: "opcRequestId",
|
|
2778
|
+
dataType: "string"
|
|
2779
|
+
}
|
|
2780
|
+
]
|
|
2781
|
+
});
|
|
2782
|
+
return sdkResponse;
|
|
2783
|
+
}
|
|
2784
|
+
catch (err) {
|
|
2785
|
+
throw err;
|
|
2786
|
+
}
|
|
2787
|
+
});
|
|
2788
|
+
}
|
|
2789
|
+
/**
|
|
2790
|
+
* Scan Java Server usage in a fleet.
|
|
2140
2791
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2141
2792
|
* @param ScanJavaServerUsageRequest
|
|
2142
2793
|
* @return ScanJavaServerUsageResponse
|
|
2143
2794
|
* @throws OciError when an error occurs
|
|
2144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
2145
2796
|
*/
|
|
2146
2797
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
2147
2798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2203,7 +2854,7 @@ class JavaManagementServiceClient {
|
|
|
2203
2854
|
* @param ScanLibraryUsageRequest
|
|
2204
2855
|
* @return ScanLibraryUsageResponse
|
|
2205
2856
|
* @throws OciError when an error occurs
|
|
2206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
2207
2858
|
*/
|
|
2208
2859
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
2209
2860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2259,13 +2910,97 @@ class JavaManagementServiceClient {
|
|
|
2259
2910
|
}
|
|
2260
2911
|
});
|
|
2261
2912
|
}
|
|
2913
|
+
/**
|
|
2914
|
+
* Summarizes the application installation usage in a Fleet filtered by query parameters. In contrast to SummarizeApplicationUsage, which provides only information aggregated by application name, this operation provides installation details. This allows for better focusing of actions.
|
|
2915
|
+
*
|
|
2916
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2917
|
+
* @param SummarizeApplicationInstallationUsageRequest
|
|
2918
|
+
* @return SummarizeApplicationInstallationUsageResponse
|
|
2919
|
+
* @throws OciError when an error occurs
|
|
2920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
2921
|
+
*/
|
|
2922
|
+
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
2923
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2924
|
+
if (this.logger)
|
|
2925
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationInstallationUsage.");
|
|
2926
|
+
const operationName = "summarizeApplicationInstallationUsage";
|
|
2927
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ApplicationInstallationUsageSummary/SummarizeApplicationInstallationUsage";
|
|
2928
|
+
const pathParams = {
|
|
2929
|
+
"{fleetId}": summarizeApplicationInstallationUsageRequest.fleetId
|
|
2930
|
+
};
|
|
2931
|
+
const queryParams = {
|
|
2932
|
+
"applicationInstallationKey": summarizeApplicationInstallationUsageRequest.applicationInstallationKey,
|
|
2933
|
+
"applicationId": summarizeApplicationInstallationUsageRequest.applicationId,
|
|
2934
|
+
"displayName": summarizeApplicationInstallationUsageRequest.displayName,
|
|
2935
|
+
"displayNameContains": summarizeApplicationInstallationUsageRequest.displayNameContains,
|
|
2936
|
+
"applicationType": summarizeApplicationInstallationUsageRequest.applicationType,
|
|
2937
|
+
"appInstallationPathContains": summarizeApplicationInstallationUsageRequest.appInstallationPathContains,
|
|
2938
|
+
"jreVendor": summarizeApplicationInstallationUsageRequest.jreVendor,
|
|
2939
|
+
"jreDistribution": summarizeApplicationInstallationUsageRequest.jreDistribution,
|
|
2940
|
+
"jreVersion": summarizeApplicationInstallationUsageRequest.jreVersion,
|
|
2941
|
+
"installationPath": summarizeApplicationInstallationUsageRequest.installationPath,
|
|
2942
|
+
"libraryKey": summarizeApplicationInstallationUsageRequest.libraryKey,
|
|
2943
|
+
"managedInstanceId": summarizeApplicationInstallationUsageRequest.managedInstanceId,
|
|
2944
|
+
"osFamily": summarizeApplicationInstallationUsageRequest.osFamily,
|
|
2945
|
+
"timeStart": summarizeApplicationInstallationUsageRequest.timeStart,
|
|
2946
|
+
"timeEnd": summarizeApplicationInstallationUsageRequest.timeEnd,
|
|
2947
|
+
"limit": summarizeApplicationInstallationUsageRequest.limit,
|
|
2948
|
+
"page": summarizeApplicationInstallationUsageRequest.page,
|
|
2949
|
+
"sortOrder": summarizeApplicationInstallationUsageRequest.sortOrder,
|
|
2950
|
+
"sortBy": summarizeApplicationInstallationUsageRequest.sortBy
|
|
2951
|
+
};
|
|
2952
|
+
let headerParams = {
|
|
2953
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2954
|
+
"opc-request-id": summarizeApplicationInstallationUsageRequest.opcRequestId
|
|
2955
|
+
};
|
|
2956
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2957
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeApplicationInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
2958
|
+
if (this.logger)
|
|
2959
|
+
retrier.logger = this.logger;
|
|
2960
|
+
const request = yield oci_common_1.composeRequest({
|
|
2961
|
+
baseEndpoint: this._endpoint,
|
|
2962
|
+
defaultHeaders: this._defaultHeaders,
|
|
2963
|
+
path: "/fleets/{fleetId}/actions/summarizeApplicationInstallationUsage",
|
|
2964
|
+
method: "GET",
|
|
2965
|
+
pathParams: pathParams,
|
|
2966
|
+
headerParams: headerParams,
|
|
2967
|
+
queryParams: queryParams
|
|
2968
|
+
});
|
|
2969
|
+
try {
|
|
2970
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2971
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2972
|
+
responseObject: {},
|
|
2973
|
+
body: yield response.json(),
|
|
2974
|
+
bodyKey: "applicationInstallationUsageSummaryCollection",
|
|
2975
|
+
bodyModel: model.ApplicationInstallationUsageSummaryCollection,
|
|
2976
|
+
type: "model.ApplicationInstallationUsageSummaryCollection",
|
|
2977
|
+
responseHeaders: [
|
|
2978
|
+
{
|
|
2979
|
+
value: response.headers.get("opc-request-id"),
|
|
2980
|
+
key: "opcRequestId",
|
|
2981
|
+
dataType: "string"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
value: response.headers.get("opc-next-page"),
|
|
2985
|
+
key: "opcNextPage",
|
|
2986
|
+
dataType: "string"
|
|
2987
|
+
}
|
|
2988
|
+
]
|
|
2989
|
+
});
|
|
2990
|
+
return sdkResponse;
|
|
2991
|
+
}
|
|
2992
|
+
catch (err) {
|
|
2993
|
+
throw err;
|
|
2994
|
+
}
|
|
2995
|
+
});
|
|
2996
|
+
}
|
|
2262
2997
|
/**
|
|
2263
2998
|
* List application usage in a Fleet filtered by query parameters.
|
|
2264
2999
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2265
3000
|
* @param SummarizeApplicationUsageRequest
|
|
2266
3001
|
* @return SummarizeApplicationUsageResponse
|
|
2267
3002
|
* @throws OciError when an error occurs
|
|
2268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
2269
3004
|
*/
|
|
2270
3005
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
2271
3006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2342,13 +3077,93 @@ class JavaManagementServiceClient {
|
|
|
2342
3077
|
});
|
|
2343
3078
|
}
|
|
2344
3079
|
/**
|
|
2345
|
-
*
|
|
3080
|
+
* Summarize installation usage of an application deployed on Java servers in a fleet filtered by query parameters. In contrast to SummarizeDeployedApplicationUsage, which provides only information aggregated by the deployment information, this operation provides installation details and allows for better focusing of actions.
|
|
3081
|
+
*
|
|
3082
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3083
|
+
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3084
|
+
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3085
|
+
* @throws OciError when an error occurs
|
|
3086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3087
|
+
*/
|
|
3088
|
+
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3089
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3090
|
+
if (this.logger)
|
|
3091
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationInstallationUsage.");
|
|
3092
|
+
const operationName = "summarizeDeployedApplicationInstallationUsage";
|
|
3093
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DeployedApplicationInstallationUsageSummary/SummarizeDeployedApplicationInstallationUsage";
|
|
3094
|
+
const pathParams = {
|
|
3095
|
+
"{fleetId}": summarizeDeployedApplicationInstallationUsageRequest.fleetId
|
|
3096
|
+
};
|
|
3097
|
+
const queryParams = {
|
|
3098
|
+
"serverKey": summarizeDeployedApplicationInstallationUsageRequest.serverKey,
|
|
3099
|
+
"serverInstanceKey": summarizeDeployedApplicationInstallationUsageRequest.serverInstanceKey,
|
|
3100
|
+
"managedInstanceId": summarizeDeployedApplicationInstallationUsageRequest.managedInstanceId,
|
|
3101
|
+
"applicationInstallationKey": summarizeDeployedApplicationInstallationUsageRequest.applicationInstallationKey,
|
|
3102
|
+
"applicationKey": summarizeDeployedApplicationInstallationUsageRequest.applicationKey,
|
|
3103
|
+
"applicationNameContains": summarizeDeployedApplicationInstallationUsageRequest.applicationNameContains,
|
|
3104
|
+
"applicationName": summarizeDeployedApplicationInstallationUsageRequest.applicationName,
|
|
3105
|
+
"applicationSourcePathContains": summarizeDeployedApplicationInstallationUsageRequest.applicationSourcePathContains,
|
|
3106
|
+
"libraryKey": summarizeDeployedApplicationInstallationUsageRequest.libraryKey,
|
|
3107
|
+
"timeStart": summarizeDeployedApplicationInstallationUsageRequest.timeStart,
|
|
3108
|
+
"timeEnd": summarizeDeployedApplicationInstallationUsageRequest.timeEnd,
|
|
3109
|
+
"limit": summarizeDeployedApplicationInstallationUsageRequest.limit,
|
|
3110
|
+
"page": summarizeDeployedApplicationInstallationUsageRequest.page,
|
|
3111
|
+
"sortOrder": summarizeDeployedApplicationInstallationUsageRequest.sortOrder,
|
|
3112
|
+
"sortBy": summarizeDeployedApplicationInstallationUsageRequest.sortBy
|
|
3113
|
+
};
|
|
3114
|
+
let headerParams = {
|
|
3115
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3116
|
+
"opc-request-id": summarizeDeployedApplicationInstallationUsageRequest.opcRequestId
|
|
3117
|
+
};
|
|
3118
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3119
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeDeployedApplicationInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3120
|
+
if (this.logger)
|
|
3121
|
+
retrier.logger = this.logger;
|
|
3122
|
+
const request = yield oci_common_1.composeRequest({
|
|
3123
|
+
baseEndpoint: this._endpoint,
|
|
3124
|
+
defaultHeaders: this._defaultHeaders,
|
|
3125
|
+
path: "/fleets/{fleetId}/actions/summarizeDeployedApplicationInstallationUsage",
|
|
3126
|
+
method: "GET",
|
|
3127
|
+
pathParams: pathParams,
|
|
3128
|
+
headerParams: headerParams,
|
|
3129
|
+
queryParams: queryParams
|
|
3130
|
+
});
|
|
3131
|
+
try {
|
|
3132
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3133
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
3134
|
+
responseObject: {},
|
|
3135
|
+
body: yield response.json(),
|
|
3136
|
+
bodyKey: "deployedApplicationInstallationUsageSummaryCollection",
|
|
3137
|
+
bodyModel: model.DeployedApplicationInstallationUsageSummaryCollection,
|
|
3138
|
+
type: "model.DeployedApplicationInstallationUsageSummaryCollection",
|
|
3139
|
+
responseHeaders: [
|
|
3140
|
+
{
|
|
3141
|
+
value: response.headers.get("opc-request-id"),
|
|
3142
|
+
key: "opcRequestId",
|
|
3143
|
+
dataType: "string"
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
value: response.headers.get("opc-next-page"),
|
|
3147
|
+
key: "opcNextPage",
|
|
3148
|
+
dataType: "string"
|
|
3149
|
+
}
|
|
3150
|
+
]
|
|
3151
|
+
});
|
|
3152
|
+
return sdkResponse;
|
|
3153
|
+
}
|
|
3154
|
+
catch (err) {
|
|
3155
|
+
throw err;
|
|
3156
|
+
}
|
|
3157
|
+
});
|
|
3158
|
+
}
|
|
3159
|
+
/**
|
|
3160
|
+
* List of deployed applications in a Fleet filtered by query parameters.
|
|
2346
3161
|
*
|
|
2347
3162
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2348
3163
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
2349
3164
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
2350
3165
|
* @throws OciError when an error occurs
|
|
2351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
2352
3167
|
*/
|
|
2353
3168
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
2354
3169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2425,7 +3240,7 @@ class JavaManagementServiceClient {
|
|
|
2425
3240
|
* @param SummarizeInstallationUsageRequest
|
|
2426
3241
|
* @return SummarizeInstallationUsageResponse
|
|
2427
3242
|
* @throws OciError when an error occurs
|
|
2428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
2429
3244
|
*/
|
|
2430
3245
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
2431
3246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2499,13 +3314,13 @@ class JavaManagementServiceClient {
|
|
|
2499
3314
|
});
|
|
2500
3315
|
}
|
|
2501
3316
|
/**
|
|
2502
|
-
* List Java
|
|
3317
|
+
* List Java Server instances in a fleet filtered by query parameters.
|
|
2503
3318
|
*
|
|
2504
3319
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2505
3320
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
2506
3321
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
2507
3322
|
* @throws OciError when an error occurs
|
|
2508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
2509
3324
|
*/
|
|
2510
3325
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
2511
3326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2577,13 +3392,13 @@ class JavaManagementServiceClient {
|
|
|
2577
3392
|
});
|
|
2578
3393
|
}
|
|
2579
3394
|
/**
|
|
2580
|
-
* List Java servers in a
|
|
3395
|
+
* List of Java servers in a Fleet filtered by query parameters.
|
|
2581
3396
|
*
|
|
2582
3397
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2583
3398
|
* @param SummarizeJavaServerUsageRequest
|
|
2584
3399
|
* @return SummarizeJavaServerUsageResponse
|
|
2585
3400
|
* @throws OciError when an error occurs
|
|
2586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
2587
3402
|
*/
|
|
2588
3403
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
2589
3404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2657,7 +3472,7 @@ class JavaManagementServiceClient {
|
|
|
2657
3472
|
* @param SummarizeJreUsageRequest
|
|
2658
3473
|
* @return SummarizeJreUsageResponse
|
|
2659
3474
|
* @throws OciError when an error occurs
|
|
2660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
2661
3476
|
*/
|
|
2662
3477
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
2663
3478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2737,7 +3552,7 @@ class JavaManagementServiceClient {
|
|
|
2737
3552
|
* @param SummarizeLibraryUsageRequest
|
|
2738
3553
|
* @return SummarizeLibraryUsageResponse
|
|
2739
3554
|
* @throws OciError when an error occurs
|
|
2740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
2741
3556
|
*/
|
|
2742
3557
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
2743
3558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2813,7 +3628,7 @@ class JavaManagementServiceClient {
|
|
|
2813
3628
|
* @param SummarizeManagedInstanceUsageRequest
|
|
2814
3629
|
* @return SummarizeManagedInstanceUsageResponse
|
|
2815
3630
|
* @throws OciError when an error occurs
|
|
2816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
2817
3632
|
*/
|
|
2818
3633
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
2819
3634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2895,7 +3710,7 @@ class JavaManagementServiceClient {
|
|
|
2895
3710
|
* @param SummarizeResourceInventoryRequest
|
|
2896
3711
|
* @return SummarizeResourceInventoryResponse
|
|
2897
3712
|
* @throws OciError when an error occurs
|
|
2898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
2899
3714
|
*/
|
|
2900
3715
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
2901
3716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2955,7 +3770,7 @@ class JavaManagementServiceClient {
|
|
|
2955
3770
|
* @param UpdateFleetRequest
|
|
2956
3771
|
* @return UpdateFleetResponse
|
|
2957
3772
|
* @throws OciError when an error occurs
|
|
2958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
2959
3774
|
*/
|
|
2960
3775
|
updateFleet(updateFleetRequest) {
|
|
2961
3776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3011,14 +3826,14 @@ class JavaManagementServiceClient {
|
|
|
3011
3826
|
});
|
|
3012
3827
|
}
|
|
3013
3828
|
/**
|
|
3014
|
-
* Update advanced feature configurations for the
|
|
3015
|
-
* Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature
|
|
3829
|
+
* Update advanced feature configurations for the Fleet.
|
|
3830
|
+
* Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature.
|
|
3016
3831
|
*
|
|
3017
3832
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3018
3833
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
3019
3834
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
3020
3835
|
* @throws OciError when an error occurs
|
|
3021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
3022
3837
|
*/
|
|
3023
3838
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
3024
3839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3084,7 +3899,7 @@ class JavaManagementServiceClient {
|
|
|
3084
3899
|
* @param UpdateFleetAgentConfigurationRequest
|
|
3085
3900
|
* @return UpdateFleetAgentConfigurationResponse
|
|
3086
3901
|
* @throws OciError when an error occurs
|
|
3087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
3088
3903
|
*/
|
|
3089
3904
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
3090
3905
|
return __awaiter(this, void 0, void 0, function* () {
|