JMS Functions

Package: DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE

ADD_FLEET_INSTALLATION_SITES Function

Add Java installation sites in a Fleet.

Syntax

FUNCTION add_fleet_installation_sites (
  fleet_id varchar2,
  add_fleet_installation_sites_details dbms_cloud_oci_jms_add_fleet_installation_sites_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_add_fleet_installation_sites_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

add_fleet_installation_sites_details

(required) List of installation sites to be added.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CANCEL_WORK_REQUEST Function

Deletes the work request specified by an identifier.

Syntax

FUNCTION cancel_work_request (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_cancel_work_request_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the asynchronous work request.

opc_request_id

(optional) The client request ID for tracing.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CHANGE_FLEET_COMPARTMENT Function

Move a specified Fleet into the compartment identified in the POST form. When provided, If-Match is checked against ETag values of the resource.

Syntax

FUNCTION change_fleet_compartment (
  fleet_id varchar2,
  change_fleet_compartment_details dbms_cloud_oci_jms_change_fleet_compartment_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_change_fleet_compartment_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

change_fleet_compartment_details

(required) Compartment identifier.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_BLOCKLIST Function

Add a new record to the fleet blocklist.

Syntax

FUNCTION create_blocklist (
  fleet_id varchar2,
  create_blocklist_details dbms_cloud_oci_jms_create_blocklist_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_create_blocklist_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

create_blocklist_details

(required) Details for the new blocklist record.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_DRS_FILE Function

Request to perform validaition of the DRS file and create the file to the Object Storage.

Syntax

FUNCTION create_drs_file (
  fleet_id varchar2,
  create_drs_file_details dbms_cloud_oci_jms_create_drs_file_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_create_drs_file_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

create_drs_file_details

(required) Detail information to create DRS

opc_request_id

(optional) The client request ID for tracing.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_FLEET Function

Create a new Fleet using the information provided. `inventoryLog` is now a required parameter for CreateFleet API. Update existing applications using this API before July 15, 2022 to ensure the applications continue to work. See the Service Change Notice for more details. Migrate existing fleets using the `UpdateFleet` API to set the `inventoryLog` parameter.

Syntax

FUNCTION create_fleet (
  create_fleet_details dbms_cloud_oci_jms_create_fleet_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_create_fleet_response_t;

Parameters

Parameter Description

create_fleet_details

(required) Details for the new Fleet.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_BLOCKLIST Function

Deletes the blocklist record specified by an identifier.

Syntax

FUNCTION delete_blocklist (
  fleet_id varchar2,
  blocklist_key varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_delete_blocklist_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

blocklist_key

(required) The unique identifier of the blocklist record.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_CRYPTO_ANALYSIS_RESULT Function

Deletes the metadata for the result of a Crypto event analysis. The actual report shall remain in the object storage.

Syntax

FUNCTION delete_crypto_analysis_result (
  fleet_id varchar2,
  crypto_analysis_result_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_delete_crypto_analysis_result_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

crypto_analysis_result_id

(required) The OCID of the analysis result.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_DRS_FILE Function

Request to delete the DRS file from the Object Storage.

Syntax

FUNCTION delete_drs_file (
  fleet_id varchar2,
  drs_file_key varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_delete_drs_file_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

drs_file_key

(required) The unique identifier of the DRS File in Object Storage.

opc_request_id

(optional) The client request ID for tracing.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_FLEET Function

Deletes the Fleet specified by an identifier.

Syntax

FUNCTION delete_fleet (
  fleet_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_delete_fleet_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_JAVA_MIGRATION_ANALYSIS_RESULT Function

Delete the Java migration analysis result. The actual report will remain in the Object Storage bucket.

Syntax

FUNCTION delete_java_migration_analysis_result (
  fleet_id varchar2,
  java_migration_analysis_result_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_delete_java_migration_analysis_result_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

java_migration_analysis_result_id

(required) The OCID of the analysis result.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_PERFORMANCE_TUNING_ANALYSIS_RESULT Function

Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.

Syntax

FUNCTION delete_performance_tuning_analysis_result (
  fleet_id varchar2,
  performance_tuning_analysis_result_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_delete_performance_tuning_analysis_result_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

performance_tuning_analysis_result_id

(required) The OCID of the performance tuning analysis result.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DISABLE_DRS Function

Request to disable the DRS in the selected target in the Fleet.

Syntax

FUNCTION disable_drs (
  fleet_id varchar2,
  disable_drs_details dbms_cloud_oci_jms_disable_drs_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_disable_drs_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

disable_drs_details

(required) Detail information to disable DRS

opc_request_id

(optional) The client request ID for tracing.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

ENABLE_DRS Function

Request to enable the DRS in the selected target in the Fleet.

Syntax

FUNCTION enable_drs (
  fleet_id varchar2,
  enable_drs_details dbms_cloud_oci_jms_enable_drs_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_enable_drs_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

enable_drs_details

(required) Detail information to enable DRS

opc_request_id

(optional) The client request ID for tracing.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GENERATE_AGENT_DEPLOY_SCRIPT Function

Generates Agent Deploy Script for Fleet using the information provided.

Syntax

FUNCTION generate_agent_deploy_script (
  fleet_id varchar2,
  generate_agent_deploy_script_details dbms_cloud_oci_jms_generate_agent_deploy_script_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_generate_agent_deploy_script_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

generate_agent_deploy_script_details

(required) Attributes to generate the agent deploy script for a Fleet.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_CRYPTO_ANALYSIS_RESULT Function

Retrieve the metadata for the result of a Crypto event analysis.

Syntax

FUNCTION get_crypto_analysis_result (
  fleet_id varchar2,
  crypto_analysis_result_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_crypto_analysis_result_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

crypto_analysis_result_id

(required) The OCID of the analysis result.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_DRS_FILE Function

Get the detail about the created DRS file in the Fleet.

Syntax

FUNCTION get_drs_file (
  fleet_id varchar2,
  drs_file_key varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_drs_file_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

drs_file_key

(required) The unique identifier of the DRS File in Object Storage.

opc_request_id

(optional) The client request ID for tracing.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_EXPORT_SETTING Function

Returns export setting for the specified Fleet.

Syntax

FUNCTION get_export_setting (
  fleet_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_export_setting_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_EXPORT_STATUS Function

Returns last export status for the specified Fleet.

Syntax

FUNCTION get_export_status (
  fleet_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_export_status_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_FLEET Function

Retrieve a Fleet with the specified identifier.

Syntax

FUNCTION get_fleet (
  fleet_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_fleet_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_FLEET_ADVANCED_FEATURE_CONFIGURATION Function

Returns Fleet level advanced feature configuration.

Syntax

FUNCTION get_fleet_advanced_feature_configuration (
  fleet_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_fleet_advanced_feature_configuration_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_FLEET_AGENT_CONFIGURATION Function

Retrieve a Fleet Agent Configuration for the specified Fleet.

Syntax

FUNCTION get_fleet_agent_configuration (
  fleet_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_fleet_agent_configuration_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_JAVA_FAMILY Function

Returns metadata associated with a specific Java release family.

Syntax

FUNCTION get_java_family (
  family_version varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_java_family_response_t;

Parameters

Parameter Description

family_version

(required) Unique Java family version identifier.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_JAVA_MIGRATION_ANALYSIS_RESULT Function

Retrieve Java Migration Analysis result.

Syntax

FUNCTION get_java_migration_analysis_result (
  fleet_id varchar2,
  java_migration_analysis_result_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_java_migration_analysis_result_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

java_migration_analysis_result_id

(required) The OCID of the analysis result.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_JAVA_RELEASE Function

Returns detail of a Java release.

Syntax

FUNCTION get_java_release (
  release_version varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_java_release_response_t;

Parameters

Parameter Description

release_version

(required) Unique Java release version identifier

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_PERFORMANCE_TUNING_ANALYSIS_RESULT Function

Retrieve metadata of the Performance Tuning Analysis result.

Syntax

FUNCTION get_performance_tuning_analysis_result (
  fleet_id varchar2,
  performance_tuning_analysis_result_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_performance_tuning_analysis_result_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

performance_tuning_analysis_result_id

(required) The OCID of the performance tuning analysis result.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_WORK_REQUEST Function

Retrieve the details of a work request with the specified ID.

Syntax

FUNCTION get_work_request (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_get_work_request_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the asynchronous work request.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_ANNOUNCEMENTS Function

Return a list of AnnouncementSummary items

Syntax

FUNCTION list_announcements (
  summary_contains varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_announcements_response_t;

Parameters

Parameter Description

summary_contains

(optional) Filter the list with summary contains the given value.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort AnnouncementSummary by. Only one sort order may be provided. If no value is specified _timeReleased_ is default.

Allowed values are: 'timeReleased', 'summary'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_BLOCKLISTS Function

Returns a list of blocklist entities contained by a fleet.

Syntax

FUNCTION list_blocklists (
  fleet_id varchar2,
  operation varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_blocklists_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

operation

(optional) The operation type.

Allowed values are: 'CREATE_FLEET', 'DELETE_FLEET', 'MOVE_FLEET', 'UPDATE_FLEET', 'UPDATE_FLEET_AGENT_CONFIGURATION', 'DELETE_JAVA_INSTALLATION', 'CREATE_JAVA_INSTALLATION', 'COLLECT_JFR', 'REQUEST_CRYPTO_EVENT_ANALYSIS', 'REQUEST_PERFORMANCE_TUNING_ANALYSIS', 'REQUEST_JAVA_MIGRATION_ANALYSIS', 'DELETE_JMS_REPORT', 'SCAN_JAVA_SERVER_USAGE', 'SCAN_LIBRARY_USAGE', 'EXPORT_DATA_CSV', 'CREATE_DRS_FILE', 'UPDATE_DRS_FILE', 'DELETE_DRS_FILE', 'ENABLE_DRS', 'DISABLE_DRS'

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field used to sort blocklist records. Only one sort order may be provided. Default order for _operation_ is **ascending**. If no value is specified, _operation_ is default.

Allowed values are: 'operation'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_CRYPTO_ANALYSIS_RESULTS Function

Lists the results of a Crypto event analysis.

Syntax

FUNCTION list_crypto_analysis_results (
  fleet_id varchar2,
  aggregation_mode varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_crypto_analysis_results_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

aggregation_mode

(optional) The aggregation mode of the crypto event analysis result.

Allowed values are: 'JFR', 'MANAGED_INSTANCE'

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort crypto event analysis results. Only one sort order can be provided. Default order for _timeCreated_, and _jreVersion_ is **descending**. Default order for _managedInstanceId_, _jreDistribution_, _jreVendor_ and _osName_ is **ascending**. If no value is specified _timeCreated_ is default.

Allowed values are: 'timeCreated', 'managedInstanceId', 'workRequestId'

opc_request_id

(optional) The client request ID for tracing.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_DRS_FILES Function

List the details about the created DRS files in the Fleet.

Syntax

FUNCTION list_drs_files (
  fleet_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_drs_files_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

opc_request_id

(optional) The client request ID for tracing.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field that sorts the DRS details results. Only one sort order can be provided. The default order for _drsFileKey_ is **descending**. If no value is specified, then _drsFileKey_ is default.

Allowed values are: 'bucketName', 'namespace', 'drsFileKey', 'drsFileName', 'checksumType', 'isDefault'

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_FLEET_DIAGNOSES Function

List potential diagnoses that would put a fleet into FAILED or NEEDS_ATTENTION lifecycle state.

Syntax

FUNCTION list_fleet_diagnoses (
  fleet_id varchar2,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_fleet_diagnoses_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_FLEETS Function

Returns a list of all the Fleets contained by a compartment. The query parameter `compartmentId` is required unless the query parameter `id` is specified.

Syntax

FUNCTION list_fleets (
  compartment_id varchar2 DEFAULT NULL,
  id varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  display_name_contains varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_fleets_response_t;

Parameters

Parameter Description

compartment_id

(optional) The OCID of the compartment in which to list resources.

id

(optional) The ID of the Fleet.

lifecycle_state

(optional) The state of the lifecycle.

Allowed values are: 'ACTIVE', 'CREATING', 'DELETED', 'DELETING', 'FAILED', 'NEEDS_ATTENTION', 'UPDATING'

display_name

(optional) The display name.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort Fleets. Only one sort order may be provided. Default order for _timeCreated_, _approximateJreCount_, _approximateInstallationCount_, _approximateApplicationCount_ and _approximateManagedInstanceCount_ is **descending**. Default order for _displayName_ is **ascending**. If no value is specified _timeCreated_ is default.

Allowed values are: 'displayName', 'timeCreated'

opc_request_id

(optional) The client request ID for tracing.

display_name_contains

(optional) Filter the list with displayName contains the given value.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_INSTALLATION_SITES Function

List Java installation sites in a Fleet filtered by query parameters.

Syntax

FUNCTION list_installation_sites (
  fleet_id varchar2,
  jre_vendor varchar2 DEFAULT NULL,
  jre_distribution varchar2 DEFAULT NULL,
  jre_version varchar2 DEFAULT NULL,
  installation_path varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  os_family dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  jre_security_status varchar2 DEFAULT NULL,
  path_contains varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_installation_sites_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

jre_vendor

(optional) The vendor of the related Java Runtime.

jre_distribution

(optional) The distribution of the related Java Runtime.

jre_version

(optional) The version of the related Java Runtime.

installation_path

(optional) The file system path of the installation.

application_id

(optional) The Fleet-unique identifier of the related application.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort installation sites. Only one sort order may be provided. Default order for _timeLastSeen_, and _jreVersion_, _approximateApplicationCount_ is **descending**. Default order for _managedInstanceId_, _jreDistribution_, _jreVendor_ and _osName_ is **ascending**. If no value is specified _managedInstanceId_ is default.

Allowed values are: 'managedInstanceId', 'jreDistribution', 'jreVendor', 'jreVersion', 'path', 'approximateApplicationCount', 'osName', 'securityStatus'

opc_request_id

(optional) The client request ID for tracing.

os_family

(optional) The operating system type.

Allowed values are: 'LINUX', 'WINDOWS', 'MACOS', 'UNKNOWN'

jre_security_status

(optional) The security status of the Java Runtime.

Allowed values are: 'EARLY_ACCESS', 'UNKNOWN', 'UP_TO_DATE', 'UPDATE_REQUIRED', 'UPGRADE_REQUIRED'

path_contains

(optional) Filter the list with path contains the given value.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_JAVA_FAMILIES Function

Returns a list of the Java release family information. A Java release family is typically a major version in the Java version identifier.

Syntax

FUNCTION list_java_families (
  family_version varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  is_supported_version number DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_java_families_response_t;

Parameters

Parameter Description

family_version

(optional) The version identifier for the Java family.

display_name

(optional) The display name for the Java family.

is_supported_version

(optional) Filter the Java Release Family versions by support status.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) If no value is specified _familyVersion_ is default.

Allowed values are: 'familyVersion', 'endOfSupportLifeDate', 'supportType'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_JAVA_MIGRATION_ANALYSIS_RESULTS Function

Lists the results of a Java migration analysis.

Syntax

FUNCTION list_java_migration_analysis_results (
  fleet_id varchar2,
  managed_instance_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_java_migration_analysis_results_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field that sorts the Java migration analysis results. Only one sort order can be provided. The default order for _timeCreated_, _managedInstanceId_ and _workRequestId_ is **descending**. If no value is specified, then _timeCreated_ is default.

Allowed values are: 'timeCreated', 'managedInstanceId', 'workRequestId'

opc_request_id

(optional) The client request ID for tracing.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_JAVA_RELEASES Function

Returns a list of Java releases.

Syntax

FUNCTION list_java_releases (
  release_version varchar2 DEFAULT NULL,
  family_version varchar2 DEFAULT NULL,
  release_type varchar2 DEFAULT NULL,
  jre_security_status varchar2 DEFAULT NULL,
  license_type varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_java_releases_response_t;

Parameters

Parameter Description

release_version

(optional) Unique Java release version identifier

family_version

(optional) The version identifier for the Java family.

release_type

(optional) Java release type.

Allowed values are: 'CPU', 'FEATURE', 'BPR', 'PATCH_RELEASE'

jre_security_status

(optional) The security status of the Java Runtime.

Allowed values are: 'EARLY_ACCESS', 'UNKNOWN', 'UP_TO_DATE', 'UPDATE_REQUIRED', 'UPGRADE_REQUIRED'

license_type

(optional) Java license type.

Allowed values are: 'OTN', 'NFTC', 'RESTRICTED'

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) If no value is specified _releaseDate_ is default.

Allowed values are: 'releaseDate', 'releaseVersion', 'familyVersion', 'licenseType'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_JRE_USAGE Function

List Java Runtime usage in a specified host filtered by query parameters.

Syntax

FUNCTION list_jre_usage (
  compartment_id varchar2 DEFAULT NULL,
  host_id varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  application_name varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_jre_usage_response_t;

Parameters

Parameter Description

compartment_id

(optional) The OCID of the compartment in which to list resources.

host_id

(optional) The host OCID of the managed instance.

application_id

(optional) The Fleet-unique identifier of the application.

application_name

(optional) The name of the application.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort JRE usages. Only one sort order may be provided. Default order for _timeFirstSeen_, _timeLastSeen_, and _version_ is **descending**. Default order for _timeFirstSeen_, _timeLastSeen_, _version_, _approximateInstallationCount_, _approximateApplicationCount_ and _approximateManagedInstanceCount_ is **descending**. Default order for _distribution_, _vendor_, and _osName_ is **ascending**. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'distribution', 'timeFirstSeen', 'timeLastSeen', 'vendor', 'version', 'approximateInstallationCount', 'approximateApplicationCount', 'approximateManagedInstanceCount', 'osName', 'securityStatus'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_PERFORMANCE_TUNING_ANALYSIS_RESULTS Function

List Performance Tuning Analysis results.

Syntax

FUNCTION list_performance_tuning_analysis_results (
  fleet_id varchar2,
  managed_instance_id varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_performance_tuning_analysis_results_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

application_id

(optional) The Fleet-unique identifier of the related application.

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort performance tuning analysis results. Only one sort order may be provided. Default order for _timeCreated_, and _jreVersion_ is **descending**. Default order for _managedInstanceId_, _jreDistribution_, _jreVendor_ and _osName_ is **ascending**. If no value is specified _timeCreated_ is default.

Allowed values are: 'timeCreated', 'managedInstanceId', 'workRequestId'

opc_request_id

(optional) The client request ID for tracing.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_ITEMS Function

Retrieve a paginated list of work items for a specified work request.

Syntax

FUNCTION list_work_items (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_work_items_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the asynchronous work request.

opc_request_id

(optional) The client request ID for tracing.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

limit

(optional) The maximum number of items to return.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_REQUEST_ERRORS Function

Retrieve a (paginated) list of errors for a specified work request.

Syntax

FUNCTION list_work_request_errors (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_work_request_errors_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the asynchronous work request.

opc_request_id

(optional) The client request ID for tracing.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

limit

(optional) The maximum number of items to return.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_REQUEST_LOGS Function

Retrieve a paginated list of logs for a specified work request.

Syntax

FUNCTION list_work_request_logs (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_work_request_logs_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the asynchronous work request.

opc_request_id

(optional) The client request ID for tracing.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

limit

(optional) The maximum number of items to return.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_REQUESTS Function

List the work requests in a compartment. The query parameter `compartmentId` is required unless the query parameter `id` or `fleetId` is specified.

Syntax

FUNCTION list_work_requests (
  compartment_id varchar2 DEFAULT NULL,
  id varchar2 DEFAULT NULL,
  fleet_id varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_list_work_requests_response_t;

Parameters

Parameter Description

compartment_id

(optional) The OCID of the compartment in which to list resources.

id

(optional) The ID of an asynchronous work request.

fleet_id

(optional) The OCID of the fleet.

opc_request_id

(optional) The client request ID for tracing.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

limit

(optional) The maximum number of items to return.

managed_instance_id

(optional) The Fleet-unique identifier of the managed instance.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

REMOVE_FLEET_INSTALLATION_SITES Function

Remove Java installation sites in a Fleet.

Syntax

FUNCTION remove_fleet_installation_sites (
  fleet_id varchar2,
  remove_fleet_installation_sites_details dbms_cloud_oci_jms_remove_fleet_installation_sites_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_remove_fleet_installation_sites_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

remove_fleet_installation_sites_details

(required) List of installation sites to be deleted.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

REQUEST_CRYPTO_ANALYSES Function

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.

Syntax

FUNCTION request_crypto_analyses (
  fleet_id varchar2,
  request_crypto_analyses_details dbms_cloud_oci_jms_request_crypto_analyses_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_request_crypto_analyses_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

request_crypto_analyses_details

(required) Detail information to start Crypto Analyses

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

REQUEST_JAVA_MIGRATION_ANALYSES Function

Request to perform a Java migration analysis. The results of the Java migration analysis will be uploaded to the Object Storage bucket that you designate when you enable the Java Migration Analysis feature.

Syntax

FUNCTION request_java_migration_analyses (
  fleet_id varchar2,
  request_java_migration_analyses_details dbms_cloud_oci_jms_request_java_migration_analyses_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_request_java_migration_analyses_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

request_java_migration_analyses_details

(required) Detail information that starts the Java migration analysis

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

REQUEST_JFR_RECORDINGS Function

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.

Syntax

FUNCTION request_jfr_recordings (
  fleet_id varchar2,
  request_jfr_recordings_details dbms_cloud_oci_jms_request_jfr_recordings_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_request_jfr_recordings_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

request_jfr_recordings_details

(required) Detail information to start JFR recordings.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

REQUEST_PERFORMANCE_TUNING_ANALYSES Function

Request to perform performance tuning analyses. The result of performance tuning analysis will be uploaded to the object storage bucket that you designated when you enabled the recording feature.

Syntax

FUNCTION request_performance_tuning_analyses (
  fleet_id varchar2,
  request_performance_tuning_analyses_details dbms_cloud_oci_jms_request_performance_tuning_analyses_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_request_performance_tuning_analyses_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

request_performance_tuning_analyses_details

(required) Detail information to start Performance Tuning Analyses

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SCAN_JAVA_SERVER_USAGE Function

Scan Java Server usage in a fleet.

Syntax

FUNCTION scan_java_server_usage (
  fleet_id varchar2,
  scan_java_server_usage_details dbms_cloud_oci_jms_scan_java_server_usage_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_scan_java_server_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

scan_java_server_usage_details

(required) List of managed instances to be scanned.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SCAN_LIBRARY_USAGE Function

Scan library usage in a fleet.

Syntax

FUNCTION scan_library_usage (
  fleet_id varchar2,
  scan_library_usage_details dbms_cloud_oci_jms_scan_library_usage_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_scan_library_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

scan_library_usage_details

(required) List of managed instances to be scanned.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_APPLICATION_INSTALLATION_USAGE Function

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.

Syntax

FUNCTION summarize_application_installation_usage (
  fleet_id varchar2,
  application_installation_key varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  display_name_contains varchar2 DEFAULT NULL,
  application_type varchar2 DEFAULT NULL,
  app_installation_path_contains varchar2 DEFAULT NULL,
  jre_vendor varchar2 DEFAULT NULL,
  jre_distribution varchar2 DEFAULT NULL,
  jre_version varchar2 DEFAULT NULL,
  installation_path varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  os_family dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_application_installation_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

application_installation_key

(optional) The Fleet-unique identifier of the application installation.

application_id

(optional) The Fleet-unique identifier of the application.

display_name

(optional) The display name.

display_name_contains

(optional) Filter the list with displayName contains the given value.

application_type

(optional) The type of the application.

app_installation_path_contains

(optional) Filter the list with the application installation path that contains the given value.

jre_vendor

(optional) The vendor of the related Java Runtime.

jre_distribution

(optional) The distribution of the related Java Runtime.

jre_version

(optional) The version of the related Java Runtime.

installation_path

(optional) The file system path of the Java Runtime installation.

library_key

(optional) The library key.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

os_family

(optional) The operating system type.

Allowed values are: 'LINUX', 'WINDOWS', 'MACOS', 'UNKNOWN'

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort application installation views. Only one sort order may be provided. Default order for _timeFirstSeen_, _timeLastSeen_, _approximateJreCount_, _approximateInstallationCount_ and _approximateManagedInstanceCount_ is **descending**. Default order for _displayName_, _installationPath_ and _osName_ is **ascending**. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'timeFirstSeen', 'timeLastSeen', 'displayName', 'installationPath', 'osName', 'approximateJreCount', 'approximateInstallationCount', 'approximateManagedInstanceCount'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_APPLICATION_USAGE Function

List application usage in a Fleet filtered by query parameters.

Syntax

FUNCTION summarize_application_usage (
  fleet_id varchar2,
  application_id varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  application_type varchar2 DEFAULT NULL,
  jre_vendor varchar2 DEFAULT NULL,
  jre_distribution varchar2 DEFAULT NULL,
  jre_version varchar2 DEFAULT NULL,
  installation_path varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  fields dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  os_family dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  display_name_contains varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_application_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

application_id

(optional) The Fleet-unique identifier of the application.

display_name

(optional) The display name.

application_type

(optional) The type of the application.

jre_vendor

(optional) The vendor of the related Java Runtime.

jre_distribution

(optional) The distribution of the related Java Runtime.

jre_version

(optional) The version of the related Java Runtime.

installation_path

(optional) The file system path of the Java Runtime installation.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

fields

(optional) Additional fields to include into the returned model on top of the required ones. This parameter can also include 'approximateJreCount', 'approximateInstallationCount' and 'approximateManagedInstanceCount'. For example 'approximateJreCount,approximateInstallationCount'.

Allowed values are: 'approximateJreCount', 'approximateInstallationCount', 'approximateManagedInstanceCount'

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort application views. Only one sort order may be provided. Default order for _timeFirstSeen_, _timeLastSeen_, _approximateJreCount_, _approximateInstallationCount_ and _approximateManagedInstanceCount_ is **descending**. Default order for _displayName_ and _osName_ is **ascending**. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'timeFirstSeen', 'timeLastSeen', 'displayName', 'approximateJreCount', 'approximateInstallationCount', 'approximateManagedInstanceCount', 'osName'

opc_request_id

(optional) The client request ID for tracing.

os_family

(optional) The operating system type.

Allowed values are: 'LINUX', 'WINDOWS', 'MACOS', 'UNKNOWN'

display_name_contains

(optional) Filter the list with displayName contains the given value.

library_key

(optional) The library key.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_DEPLOYED_APPLICATION_INSTALLATION_USAGE Function

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.

Syntax

FUNCTION summarize_deployed_application_installation_usage (
  fleet_id varchar2,
  server_key varchar2 DEFAULT NULL,
  server_instance_key varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  application_installation_key varchar2 DEFAULT NULL,
  application_key varchar2 DEFAULT NULL,
  application_name_contains varchar2 DEFAULT NULL,
  application_name varchar2 DEFAULT NULL,
  application_source_path_contains varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_deployed_application_installation_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

server_key

(optional) The server key.

server_instance_key

(optional) The Java Server instance key.

managed_instance_id

(optional) The Fleet-unique identifier of the managed instance.

application_installation_key

(optional) The deployed application installation key.

application_key

(optional) The deployed application key.

application_name_contains

(optional) Filter the list with deployed application name contains the given value.

application_name

(optional) The deployed application name.

application_source_path_contains

(optional) Filter the list with application source path contains the given value.

library_key

(optional) The library key.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort the deployed application installations. Only one sort order can be provided. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'applicationName', 'applicationType', 'applicationSourcePath', 'isClustered', 'javaServerInstanceCount', 'timeFirstSeen', 'timeLastSeen'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_DEPLOYED_APPLICATION_USAGE Function

List of deployed applications in a Fleet filtered by query parameters.

Syntax

FUNCTION summarize_deployed_application_usage (
  fleet_id varchar2,
  server_key varchar2 DEFAULT NULL,
  server_instance_key varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  application_key varchar2 DEFAULT NULL,
  application_name_contains varchar2 DEFAULT NULL,
  application_name varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_deployed_application_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

server_key

(optional) The server key.

server_instance_key

(optional) The Java Server instance key.

managed_instance_id

(optional) The Fleet-unique identifier of the managed instance.

library_key

(optional) The library key.

application_key

(optional) The deployed application key.

application_name_contains

(optional) Filter the list with deployed application name contains the given value.

application_name

(optional) The deployed application name.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort the deployed applications. Only one sort order can be provided. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'applicationName', 'applicationType', 'isClustered', 'javaServerInstanceCount', 'timeFirstSeen', 'timeLastSeen'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_INSTALLATION_USAGE Function

List Java installation usage in a Fleet filtered by query parameters.

Syntax

FUNCTION summarize_installation_usage (
  fleet_id varchar2,
  jre_vendor varchar2 DEFAULT NULL,
  jre_distribution varchar2 DEFAULT NULL,
  jre_version varchar2 DEFAULT NULL,
  installation_path varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  fields dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  os_family dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  path_contains varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_installation_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

jre_vendor

(optional) The vendor of the related Java Runtime.

jre_distribution

(optional) The distribution of the related Java Runtime.

jre_version

(optional) The version of the related Java Runtime.

installation_path

(optional) The file system path of the installation.

application_id

(optional) The Fleet-unique identifier of the related application.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

fields

(optional) Additional fields to include into the returned model on top of the required ones. This parameter can also include 'approximateApplicationCount' and 'approximateManagedInstanceCount'. For example 'approximateApplicationCount,approximateManagedInstanceCount'.

Allowed values are: 'approximateApplicationCount', 'approximateManagedInstanceCount'

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort installation views. Only one sort order may be provided. Default order for _timeFirstSeen_, _timeLastSeen_, and _jreVersion_, _approximateApplicationCount_ and _approximateManagedInstanceCount_ is **descending**. Default order for _jreDistribution_ and _jreVendor_ is **ascending**. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'jreDistribution', 'jreVendor', 'jreVersion', 'path', 'timeFirstSeen', 'timeLastSeen', 'approximateApplicationCount', 'approximateManagedInstanceCount', 'osName'

opc_request_id

(optional) The client request ID for tracing.

os_family

(optional) The operating system type.

Allowed values are: 'LINUX', 'WINDOWS', 'MACOS', 'UNKNOWN'

path_contains

(optional) Filter the list with path contains the given value.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_JAVA_SERVER_INSTANCE_USAGE Function

List Java Server instances in a fleet filtered by query parameters.

Syntax

FUNCTION summarize_java_server_instance_usage (
  fleet_id varchar2,
  server_key varchar2 DEFAULT NULL,
  server_instance_key varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  application_key varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  server_instance_name_contains varchar2 DEFAULT NULL,
  server_instance_name varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_java_server_instance_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

server_key

(optional) The server key.

server_instance_key

(optional) The Java Server instance key.

managed_instance_id

(optional) The Fleet-unique identifier of the managed instance.

application_key

(optional) The deployed application key.

library_key

(optional) The library key.

server_instance_name_contains

(optional) Filter the list with the Java Server instance name contains the given value.

server_instance_name

(optional) The Java Server instance name.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort the Java Server instances. Only one sort order can be provided. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'serverInstanceName', 'managedInstanceName', 'approximateDeployedApplicationCount', 'timeFirstSeen', 'timeLastSeen'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_JAVA_SERVER_USAGE Function

List of Java servers in a Fleet filtered by query parameters.

Syntax

FUNCTION summarize_java_server_usage (
  fleet_id varchar2,
  server_key varchar2 DEFAULT NULL,
  server_name_contains varchar2 DEFAULT NULL,
  server_name varchar2 DEFAULT NULL,
  server_version varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_java_server_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

server_key

(optional) The server key.

server_name_contains

(optional) Filter the list with server name contains the given value.

server_name

(optional) The server name.

server_version

(optional) The server version.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort a Java Server. Only one sort order can be provided. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'serverName', 'serverVersion', 'serverInstanceCount', 'approximateDeployedApplicationCount', 'timeFirstSeen', 'timeLastSeen'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_JRE_USAGE Function

List Java Runtime usage in a specified Fleet filtered by query parameters.

Syntax

FUNCTION summarize_jre_usage (
  fleet_id varchar2,
  jre_id varchar2 DEFAULT NULL,
  jre_vendor varchar2 DEFAULT NULL,
  jre_distribution varchar2 DEFAULT NULL,
  jre_version varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  fields dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  os_family dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  jre_security_status varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_jre_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

jre_id

(optional) The Fleet-unique identifier of the related Java Runtime.

jre_vendor

(optional) The vendor of the Java Runtime.

jre_distribution

(optional) The distribution of the Java Runtime.

jre_version

(optional) The version of the Java Runtime.

application_id

(optional) The Fleet-unique identifier of the related application.

managed_instance_id

(optional) The Fleet-unique identifier of the related managed instance.

fields

(optional) Additional fields to include into the returned model on top of the required ones. This parameter can also include 'approximateApplicationCount', 'approximateInstallationCount' and 'approximateManagedInstanceCount'. For example 'approximateApplicationCount,approximateManagedInstanceCount'.

Allowed values are: 'approximateInstallationCount', 'approximateApplicationCount', 'approximateManagedInstanceCount'

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort JRE usages. Only one sort order may be provided. Default order for _timeFirstSeen_, _timeLastSeen_, and _version_ is **descending**. Default order for _timeFirstSeen_, _timeLastSeen_, _version_, _approximateInstallationCount_, _approximateApplicationCount_ and _approximateManagedInstanceCount_ is **descending**. Default order for _distribution_, _vendor_, and _osName_ is **ascending**. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'distribution', 'timeFirstSeen', 'timeLastSeen', 'vendor', 'version', 'approximateInstallationCount', 'approximateApplicationCount', 'approximateManagedInstanceCount', 'osName', 'securityStatus'

opc_request_id

(optional) The client request ID for tracing.

os_family

(optional) The operating system type.

Allowed values are: 'LINUX', 'WINDOWS', 'MACOS', 'UNKNOWN'

jre_security_status

(optional) The security status of the Java Runtime.

Allowed values are: 'EARLY_ACCESS', 'UNKNOWN', 'UP_TO_DATE', 'UPDATE_REQUIRED', 'UPGRADE_REQUIRED'

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_LIBRARY_USAGE Function

List libraries in a fleet filtered by query parameters.

Syntax

FUNCTION summarize_library_usage (
  fleet_id varchar2,
  server_instance_key varchar2 DEFAULT NULL,
  managed_instance_id varchar2 DEFAULT NULL,
  application_key varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  library_name_contains varchar2 DEFAULT NULL,
  library_name varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_library_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

server_instance_key

(optional) The Java Server instance key.

managed_instance_id

(optional) The Fleet-unique identifier of the managed instance.

application_key

(optional) The deployed application key.

library_key

(optional) The library key.

library_name_contains

(optional) Filter the list with library name contains the given value.

library_name

(optional) The library name.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort libraries. Only one sort order may be provided. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'applicationCount', 'javaServerInstanceCount', 'cvssScore', 'deployedApplicationCount', 'libraryName', 'libraryVersion', 'managedInstanceCount', 'timeFirstSeen', 'timeLastSeen'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_MANAGED_INSTANCE_USAGE Function

List managed instance usage in a Fleet filtered by query parameters.

Syntax

FUNCTION summarize_managed_instance_usage (
  fleet_id varchar2,
  managed_instance_id varchar2 DEFAULT NULL,
  managed_instance_type varchar2 DEFAULT NULL,
  jre_vendor varchar2 DEFAULT NULL,
  jre_distribution varchar2 DEFAULT NULL,
  jre_version varchar2 DEFAULT NULL,
  installation_path varchar2 DEFAULT NULL,
  application_id varchar2 DEFAULT NULL,
  fields dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  os_family dbms_cloud_oci_jms_varchar2_tbl DEFAULT NULL,
  hostname_contains varchar2 DEFAULT NULL,
  library_key varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_managed_instance_usage_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

managed_instance_id

(optional) The Fleet-unique identifier of the managed instance.

managed_instance_type

(optional) The type of the managed instance.

Allowed values are: 'ORACLE_MANAGEMENT_AGENT'

jre_vendor

(optional) The vendor of the related Java Runtime.

jre_distribution

(optional) The distribution of the related Java Runtime.

jre_version

(optional) The version of the related Java Runtime.

installation_path

(optional) The file system path of the Java Runtime installation.

application_id

(optional) The Fleet-unique identifier of the related application.

fields

(optional) Additional fields to include into the returned model on top of the required ones. This parameter can also include 'approximateJreCount', 'approximateInstallationCount' and 'approximateApplicationCount'. For example 'approximateJreCount,approximateInstallationCount'.

Allowed values are: 'approximateJreCount', 'approximateInstallationCount', 'approximateApplicationCount'

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

limit

(optional) The maximum number of items to return.

page

(optional) The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

sort_order

(optional) The sort order, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort managed instance views. Only one sort order may be provided. Default order for _timeFirstSeen_, _timeLastSeen_, approximateJreCount_, _approximateInstallationCount_ and _approximateApplicationCount_ is **descending**. Default order for _osName_ is **ascending**. If no value is specified _timeLastSeen_ is default.

Allowed values are: 'timeFirstSeen', 'timeLastSeen', 'approximateJreCount', 'approximateInstallationCount', 'approximateApplicationCount', 'osName'

opc_request_id

(optional) The client request ID for tracing.

os_family

(optional) The operating system type.

Allowed values are: 'LINUX', 'WINDOWS', 'MACOS', 'UNKNOWN'

hostname_contains

(optional) Filter the list with hostname contains the given value.

library_key

(optional) The library key.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

SUMMARIZE_RESOURCE_INVENTORY Function

Retrieve the inventory of JMS resources in the specified compartment: a list of the number of _active_ fleets, managed instances, Java Runtimes, Java installations, and applications.

Syntax

FUNCTION summarize_resource_inventory (
  compartment_id varchar2 DEFAULT NULL,
  time_start timestamp with time zone DEFAULT NULL,
  time_end timestamp with time zone DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_summarize_resource_inventory_response_t;

Parameters

Parameter Description

compartment_id

(optional) The OCID of the compartment in which to list resources.

time_start

(optional) The start of the time period during which resources are searched (formatted according to RFC3339).

time_end

(optional) The end of the time period during which resources are searched (formatted according to RFC3339).

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_DRS_FILE Function

Request to perform validaition of the DRS file and update the existing file in the Object Storage.

Syntax

FUNCTION update_drs_file (
  fleet_id varchar2,
  update_drs_file_details dbms_cloud_oci_jms_update_drs_file_details_t,
  drs_file_key varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_update_drs_file_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

update_drs_file_details

(required) Detail information to update DRS

drs_file_key

(required) The unique identifier of the DRS File in Object Storage.

opc_request_id

(optional) The client request ID for tracing.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_EXPORT_SETTING Function

Updates existing export setting for the specified Fleet.

Syntax

FUNCTION update_export_setting (
  fleet_id varchar2,
  update_export_setting_details dbms_cloud_oci_jms_update_export_setting_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_update_export_setting_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

update_export_setting_details

(required) The new details for the Export setting.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_FLEET Function

Update the Fleet specified by an identifier.

Syntax

FUNCTION update_fleet (
  fleet_id varchar2,
  update_fleet_details dbms_cloud_oci_jms_update_fleet_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_update_fleet_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

update_fleet_details

(required) The new details for the Fleet.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_FLEET_ADVANCED_FEATURE_CONFIGURATION Function

Update advanced feature configurations for the Fleet. Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature.

Syntax

FUNCTION update_fleet_advanced_feature_configuration (
  fleet_id varchar2,
  update_fleet_advanced_feature_configuration_details dbms_cloud_oci_jms_update_fleet_advanced_feature_configuration_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_update_fleet_advanced_feature_configuration_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

update_fleet_advanced_feature_configuration_details

(required) Update advanced feature configurations with new fields.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_FLEET_AGENT_CONFIGURATION Function

Update the Fleet Agent Configuration for the specified Fleet.

Syntax

FUNCTION update_fleet_agent_configuration (
  fleet_id varchar2,
  update_fleet_agent_configuration_details dbms_cloud_oci_jms_update_fleet_agent_configuration_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_jms_java_management_service_update_fleet_agent_configuration_response_t;

Parameters

Parameter Description

fleet_id

(required) The OCID of the Fleet.

update_fleet_agent_configuration_details

(required) The new details for the Fleet Agent Configuration.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource's current ETag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://javamanagement.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

Was this article helpful?