DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_ADD_PACKAGES_TO_SOFTWARE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_packages_to_software_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_add_packages_to_software_source_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_OM_OS_MANAGEMENT_ATTACH_CHILD_SOFTWARE_SOURCE_TO_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the attach_child_software_source_to_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_attach_child_software_source_to_managed_instance_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_OM_OS_MANAGEMENT_ATTACH_MANAGED_INSTANCE_TO_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the attach_managed_instance_to_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_attach_managed_instance_to_managed_instance_group_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_OM_OS_MANAGEMENT_ATTACH_PARENT_SOFTWARE_SOURCE_TO_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the attach_parent_software_source_to_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_attach_parent_software_source_to_managed_instance_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_OM_OS_MANAGEMENT_CHANGE_MANAGED_INSTANCE_GROUP_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_managed_instance_group_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_change_managed_instance_group_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_OM_OS_MANAGEMENT_CHANGE_SCHEDULED_JOB_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_scheduled_job_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_change_scheduled_job_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_OM_OS_MANAGEMENT_CHANGE_SOFTWARE_SOURCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_software_source_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_change_software_source_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_OM_OS_MANAGEMENT_CREATE_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_create_managed_instance_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_managed_instance_group
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_CREATE_SCHEDULED_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_scheduled_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_create_scheduled_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_scheduled_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_scheduled_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_CREATE_SOFTWARE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_software_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_create_software_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_source_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_software_source
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_DELETE_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_delete_managed_instance_group_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_OM_OS_MANAGEMENT_DELETE_SCHEDULED_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_scheduled_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_delete_scheduled_job_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_OM_OS_MANAGEMENT_DELETE_SOFTWARE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_software_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_delete_software_source_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_OM_OS_MANAGEMENT_DETACH_CHILD_SOFTWARE_SOURCE_FROM_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detach_child_software_source_from_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_detach_child_software_source_from_managed_instance_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_OM_OS_MANAGEMENT_DETACH_MANAGED_INSTANCE_FROM_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detach_managed_instance_from_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_detach_managed_instance_from_managed_instance_group_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_OM_OS_MANAGEMENT_DETACH_PARENT_SOFTWARE_SOURCE_FROM_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detach_parent_software_source_from_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_detach_parent_software_source_from_managed_instance_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_OM_OS_MANAGEMENT_DISABLE_MODULE_STREAM_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the disable_module_stream_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_disable_module_stream_on_managed_instance_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_OM_OS_MANAGEMENT_ENABLE_MODULE_STREAM_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the enable_module_stream_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_enable_module_stream_on_managed_instance_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_OM_OS_MANAGEMENT_GET_ERRATUM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_erratum request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_erratum_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_erratum_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_erratum
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_managed_instance_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_managed_instance_group
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_MODULE_STREAM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_module_stream request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_module_stream_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_module_stream_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_module_stream
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_MODULE_STREAM_PROFILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_module_stream_profile request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_module_stream_profile_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_module_stream_profile_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_module_stream_profile
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_SCHEDULED_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_scheduled_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_scheduled_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_scheduled_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_scheduled_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_SOFTWARE_PACKAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_software_package request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_software_package_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_package_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_software_package
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_SOFTWARE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_software_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_software_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_source_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_software_source
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_GET_WINDOWS_UPDATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_windows_update request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_get_windows_update_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_windows_update_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_windows_update
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_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_om_os_management_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_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_OM_OS_MANAGEMENT_INSTALL_ALL_PACKAGE_UPDATES_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_all_package_updates_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_all_package_updates_on_managed_instance_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_OM_OS_MANAGEMENT_INSTALL_ALL_UPDATES_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_all_updates_on_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_all_updates_on_managed_instance_group_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_OM_OS_MANAGEMENT_INSTALL_ALL_WINDOWS_UPDATES_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_all_windows_updates_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_all_windows_updates_on_managed_instance_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_OM_OS_MANAGEMENT_INSTALL_MODULE_STREAM_PROFILE_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_module_stream_profile_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_module_stream_profile_on_managed_instance_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_OM_OS_MANAGEMENT_INSTALL_PACKAGE_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_package_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_package_on_managed_instance_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_OM_OS_MANAGEMENT_INSTALL_PACKAGE_UPDATE_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_package_update_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_package_update_on_managed_instance_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_OM_OS_MANAGEMENT_INSTALL_WINDOWS_UPDATE_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the install_windows_update_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_install_windows_update_on_managed_instance_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_OS_MANAGEMENT_INSTALLABLE_PACKAGE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_installable_package_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_installable_package_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_installable_package_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_AVAILABLE_PACKAGES_FOR_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_available_packages_for_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_available_packages_for_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_installable_package_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_available_packages_for_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_AVAILABLE_SOFTWARE_SOURCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_available_software_source_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_available_software_source_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_available_software_source_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_AVAILABLE_SOFTWARE_SOURCES_FOR_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_available_software_sources_for_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_available_software_sources_for_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_available_software_source_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_available_software_sources_for_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_AVAILABLE_UPDATE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_available_update_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_available_update_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_available_update_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_AVAILABLE_UPDATES_FOR_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_available_updates_for_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_available_updates_for_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_available_update_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_available_updates_for_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_AVAILABLE_WINDOWS_UPDATE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_available_windows_update_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_available_windows_update_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_available_windows_update_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_AVAILABLE_WINDOWS_UPDATES_FOR_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_available_windows_updates_for_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_available_windows_updates_for_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_available_windows_update_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_available_windows_updates_for_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_ERRATUM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_erratum_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_erratum_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_erratum_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_ERRATA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_errata request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_errata_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_erratum_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_errata
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MANAGED_INSTANCE_ERRATA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_managed_instance_errata request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_managed_instance_errata_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_erratum_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_managed_instance_errata
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_MANAGED_INSTANCE_GROUP_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_managed_instance_group_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_managed_instance_group_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_managed_instance_group_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MANAGED_INSTANCE_GROUPS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_managed_instance_groups request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_managed_instance_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_group_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_managed_instance_groups
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_MANAGED_INSTANCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_managed_instance_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_managed_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_managed_instance_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MANAGED_INSTANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_managed_instances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_managed_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_managed_instances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_MODULE_STREAM_PROFILE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_module_stream_profile_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_module_stream_profile_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_module_stream_profile_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MODULE_STREAM_PROFILES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_module_stream_profiles request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_module_stream_profiles_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_module_stream_profile_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_module_stream_profiles
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MODULE_STREAM_PROFILES_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_module_stream_profiles_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_module_stream_profiles_on_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_module_stream_profile_on_managed_instance_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_module_stream_profiles_on_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_MODULE_STREAM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_module_stream_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_module_stream_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_module_stream_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MODULE_STREAMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_module_streams request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_module_streams_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_module_stream_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_module_streams
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_MODULE_STREAM_ON_MANAGED_INSTANCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_module_stream_on_managed_instance_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_module_stream_on_managed_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_module_stream_on_managed_instance_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_MODULE_STREAMS_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_module_streams_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_module_streams_on_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_module_stream_on_managed_instance_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_module_streams_on_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_INSTALLED_PACKAGE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_installed_package_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_installed_package_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_installed_package_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_PACKAGES_INSTALLED_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_packages_installed_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_packages_installed_on_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_installed_package_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_packages_installed_on_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_SCHEDULED_JOB_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_scheduled_job_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_scheduled_job_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_scheduled_job_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_SCHEDULED_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_scheduled_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_scheduled_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_scheduled_job_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_scheduled_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_SOFTWARE_SOURCE_PACKAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_software_source_packages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_software_source_packages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_package_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_software_source_packages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_SOFTWARE_SOURCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_software_source_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_software_source_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_software_source_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_SOFTWARE_SOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_software_sources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_software_sources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_source_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_software_sources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_UPCOMING_SCHEDULED_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_upcoming_scheduled_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_upcoming_scheduled_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_scheduled_job_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_upcoming_scheduled_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_WINDOWS_UPDATE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_windows_update_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_windows_update_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_windows_update_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_WINDOWS_UPDATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_windows_updates request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_windows_updates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_windows_update_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_windows_updates
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_INSTALLED_WINDOWS_UPDATE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_installed_windows_update_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_installed_windows_update_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_installed_windows_update_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_LIST_WINDOWS_UPDATES_INSTALLED_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_windows_updates_installed_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_list_windows_updates_installed_on_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_installed_windows_update_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_windows_updates_installed_on_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OS_MANAGEMENT_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_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_om_os_management_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_work_request_error_tbl,
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_OS_MANAGEMENT_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_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_om_os_management_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_work_request_log_entry_tbl,
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_OS_MANAGEMENT_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_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_om_os_management_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_work_request_summary_tbl,
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_OM_OS_MANAGEMENT_MANAGE_MODULE_STREAMS_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the manage_module_streams_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_manage_module_streams_on_managed_instance_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_OM_OS_MANAGEMENT_REMOVE_MODULE_STREAM_PROFILE_FROM_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_module_stream_profile_from_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_remove_module_stream_profile_from_managed_instance_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_OM_OS_MANAGEMENT_REMOVE_PACKAGE_FROM_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_package_from_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_remove_package_from_managed_instance_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_OM_OS_MANAGEMENT_REMOVE_PACKAGES_FROM_SOFTWARE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_packages_from_software_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_remove_packages_from_software_source_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_OM_OS_MANAGEMENT_RUN_SCHEDULED_JOB_NOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the run_scheduled_job_now request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_run_scheduled_job_now_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_OS_MANAGEMENT_SOFTWARE_PACKAGE_SEARCH_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_os_management_software_package_search_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_management_software_package_search_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_os_management_software_package_search_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_SEARCH_SOFTWARE_PACKAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the search_software_packages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_search_software_packages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_package_search_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of search_software_packages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_SKIP_NEXT_SCHEDULED_JOB_EXECUTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the skip_next_scheduled_job_execution request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_skip_next_scheduled_job_execution_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_OM_OS_MANAGEMENT_SWITCH_MODULE_STREAM_ON_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the switch_module_stream_on_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_switch_module_stream_on_managed_instance_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_OM_OS_MANAGEMENT_UPDATE_MANAGED_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_managed_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_update_managed_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_managed_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_UPDATE_MANAGED_INSTANCE_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_managed_instance_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_update_managed_instance_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_managed_instance_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_managed_instance_group
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_UPDATE_SCHEDULED_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_scheduled_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_update_scheduled_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_scheduled_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_scheduled_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OM_OS_MANAGEMENT_UPDATE_SOFTWARE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_software_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_om_os_management_update_software_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_os_management_software_source_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;