DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_ADD_FLEET_INSTALLATION_SITES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_fleet_installation_sites request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_add_fleet_installation_sites_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_CANCEL_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_cancel_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_CHANGE_FLEET_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_fleet_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_change_fleet_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_CREATE_BLOCKLIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_blocklist request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_create_blocklist_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_blocklist_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_blocklist
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_CREATE_DRS_FILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_drs_file request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_create_drs_file_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_CREATE_FLEET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_fleet request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_create_fleet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DELETE_BLOCKLIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_blocklist request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_delete_blocklist_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DELETE_CRYPTO_ANALYSIS_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_crypto_analysis_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_delete_crypto_analysis_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DELETE_DRS_FILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_drs_file request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_delete_drs_file_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DELETE_FLEET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_fleet request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_delete_fleet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DELETE_JAVA_MIGRATION_ANALYSIS_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_java_migration_analysis_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_delete_java_migration_analysis_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DELETE_PERFORMANCE_TUNING_ANALYSIS_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_performance_tuning_analysis_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_delete_performance_tuning_analysis_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_DISABLE_DRS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the disable_drs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_disable_drs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_ENABLE_DRS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the enable_drs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_enable_drs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GENERATE_AGENT_DEPLOY_SCRIPT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the generate_agent_deploy_script request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_generate_agent_deploy_script_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of generate_agent_deploy_script
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_CRYPTO_ANALYSIS_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_crypto_analysis_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_crypto_analysis_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_crypto_analysis_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_crypto_analysis_result
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_DRS_FILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_drs_file request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_drs_file_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_drs_file_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_drs_file
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_EXPORT_SETTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_export_setting request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_export_setting_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_export_setting_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_export_setting
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_EXPORT_STATUS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_export_status request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_export_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_export_status_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_export_status
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_FLEET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fleet request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_fleet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_fleet_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fleet
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_FLEET_ADVANCED_FEATURE_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fleet_advanced_feature_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_fleet_advanced_feature_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_fleet_advanced_feature_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fleet_advanced_feature_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_FLEET_AGENT_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fleet_agent_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_fleet_agent_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_fleet_agent_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fleet_agent_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_JAVA_FAMILY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_family request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_java_family_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_family_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_family
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_JAVA_MIGRATION_ANALYSIS_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_migration_analysis_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_java_migration_analysis_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_migration_analysis_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_migration_analysis_result
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_JAVA_RELEASE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_release request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_java_release_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_release_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_release
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_PERFORMANCE_TUNING_ANALYSIS_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_performance_tuning_analysis_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_performance_tuning_analysis_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_performance_tuning_analysis_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_performance_tuning_analysis_result
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_ANNOUNCEMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_announcements request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_announcements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_announcement_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_announcements
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_BLOCKLISTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_blocklists request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_blocklists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_blocklist_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_blocklists
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_CRYPTO_ANALYSIS_RESULTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_crypto_analysis_results request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_crypto_analysis_results_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_crypto_analysis_result_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_crypto_analysis_results
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_DRS_FILES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_drs_files request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_drs_files_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_drs_file_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_drs_files
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_FLEET_DIAGNOSES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fleet_diagnoses request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_fleet_diagnoses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_fleet_diagnosis_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fleet_diagnoses
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_FLEETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fleets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_fleets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_fleet_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fleets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_INSTALLATION_SITES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_installation_sites request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_installation_sites_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_installation_site_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_installation_sites
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_JAVA_FAMILIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_families request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_java_families_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_family_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_families
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_JAVA_MIGRATION_ANALYSIS_RESULTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_migration_analysis_results request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_java_migration_analysis_results_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_migration_analysis_result_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_migration_analysis_results
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_JAVA_RELEASES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_releases request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_java_releases_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_release_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_releases
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_JRE_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_jre_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_jre_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_jre_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_jre_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_PERFORMANCE_TUNING_ANALYSIS_RESULTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_performance_tuning_analysis_results request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_performance_tuning_analysis_results_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_performance_tuning_analysis_result_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_performance_tuning_analysis_results
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_WORK_ITEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_items request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_work_items_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_work_item_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_items
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_work_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_REMOVE_FLEET_INSTALLATION_SITES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_fleet_installation_sites request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_remove_fleet_installation_sites_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_REQUEST_CRYPTO_ANALYSES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_crypto_analyses request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_request_crypto_analyses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_REQUEST_JAVA_MIGRATION_ANALYSES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_java_migration_analyses request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_request_java_migration_analyses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_REQUEST_JFR_RECORDINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_jfr_recordings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_request_jfr_recordings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_REQUEST_PERFORMANCE_TUNING_ANALYSES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_performance_tuning_analyses request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_request_performance_tuning_analyses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SCAN_JAVA_SERVER_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the scan_java_server_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_scan_java_server_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SCAN_LIBRARY_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the scan_library_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_scan_library_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_APPLICATION_INSTALLATION_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_application_installation_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_application_installation_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_application_installation_usage_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_application_installation_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_APPLICATION_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_application_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_application_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_application_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_application_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_DEPLOYED_APPLICATION_INSTALLATION_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_deployed_application_installation_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_deployed_application_installation_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_deployed_application_installation_usage_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_deployed_application_installation_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_DEPLOYED_APPLICATION_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_deployed_application_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_deployed_application_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_deployed_application_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_deployed_application_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_INSTALLATION_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_installation_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_installation_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_installation_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_installation_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_JAVA_SERVER_INSTANCE_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_java_server_instance_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_java_server_instance_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_server_instance_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_java_server_instance_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_JAVA_SERVER_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_java_server_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_java_server_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_server_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_java_server_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_JRE_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_jre_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_jre_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_jre_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_jre_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_LIBRARY_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_library_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_library_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_library_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_library_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_MANAGED_INSTANCE_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_managed_instance_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_managed_instance_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_managed_instance_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_managed_instance_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_SUMMARIZE_RESOURCE_INVENTORY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_resource_inventory request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_summarize_resource_inventory_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_resource_inventory_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_resource_inventory
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_UPDATE_DRS_FILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_drs_file request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_update_drs_file_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_UPDATE_EXPORT_SETTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_export_setting request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_update_export_setting_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_export_setting_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_export_setting
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_UPDATE_FLEET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fleet request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_update_fleet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_UPDATE_FLEET_ADVANCED_FEATURE_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fleet_advanced_feature_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_update_fleet_advanced_feature_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_fleet_advanced_feature_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_fleet_advanced_feature_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JMS_JAVA_MANAGEMENT_SERVICE_UPDATE_FLEET_AGENT_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fleet_agent_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jms_java_management_service_update_fleet_agent_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;