DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_ABORT_FSU_DISCOVERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the abort_fsu_discovery request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_abort_fsu_discovery_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_FSU_FLEET_SOFTWARE_UPDATE_ADD_FSU_COLLECTION_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_fsu_collection_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_add_fsu_collection_targets_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_FSU_FLEET_SOFTWARE_UPDATE_CANCEL_FSU_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_fsu_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_cancel_fsu_action_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_FSU_FLEET_SOFTWARE_UPDATE_CHANGE_FSU_ACTION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_fsu_action_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_change_fsu_action_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_FSU_FLEET_SOFTWARE_UPDATE_CHANGE_FSU_COLLECTION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_fsu_collection_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_change_fsu_collection_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_FSU_FLEET_SOFTWARE_UPDATE_CHANGE_FSU_CYCLE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_fsu_cycle_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_change_fsu_cycle_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_FSU_FLEET_SOFTWARE_UPDATE_CHANGE_FSU_DISCOVERY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_fsu_discovery_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_change_fsu_discovery_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_FSU_FLEET_SOFTWARE_UPDATE_CLONE_FSU_CYCLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the clone_fsu_cycle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_clone_fsu_cycle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_cycle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of clone_fsu_cycle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_CREATE_FSU_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_fsu_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_create_fsu_action_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_action_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_fsu_action
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_CREATE_FSU_COLLECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_fsu_collection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_create_fsu_collection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_fsu_collection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_CREATE_FSU_CYCLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_fsu_cycle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_create_fsu_cycle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_cycle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_fsu_cycle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_CREATE_FSU_DISCOVERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_fsu_discovery request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_create_fsu_discovery_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_discovery_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_fsu_discovery
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_DELETE_FSU_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_fsu_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_delete_fsu_action_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_FSU_FLEET_SOFTWARE_UPDATE_DELETE_FSU_COLLECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_fsu_collection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_delete_fsu_collection_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_FSU_FLEET_SOFTWARE_UPDATE_DELETE_FSU_CYCLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_fsu_cycle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_delete_fsu_cycle_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_FSU_FLEET_SOFTWARE_UPDATE_DELETE_FSU_DISCOVERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_fsu_discovery request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_delete_fsu_discovery_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_FSU_FLEET_SOFTWARE_UPDATE_DELETE_FSU_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_fsu_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_delete_fsu_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_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_action_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_action_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fsu_action
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_ACTION_OUTPUT_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_action_output_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_action_output_content_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 get_fsu_action_output_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_COLLECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_collection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_collection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fsu_collection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_CYCLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_cycle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_cycle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_cycle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fsu_cycle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_DISCOVERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_discovery request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_discovery_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_discovery_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fsu_discovery
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_fsu_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_GET_FSU_JOB_OUTPUT_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_fsu_job_output_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_get_fsu_job_output_content_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 get_fsu_job_output_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_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_fsu_fleet_software_update_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_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_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_ACTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_actions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_actions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_action_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_actions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_COLLECTION_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_collection_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_collection_targets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_target_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_collection_targets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_COLLECTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_collections request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_collections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_collection_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_collections
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_CYCLES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_cycles request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_cycles_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_cycle_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_cycles
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_DISCOVERIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_discoveries request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_discoveries_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_discovery_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_discoveries
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_DISCOVERY_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_discovery_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_discovery_targets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_target_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_discovery_targets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_JOB_OUTPUTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_job_outputs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_job_outputs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_job_output_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_job_outputs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_LIST_FSU_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_fsu_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_list_fsu_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_job_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_fsu_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FSU_FLEET_SOFTWARE_UPDATE_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_fsu_fleet_software_update_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_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_FSU_FLEET_SOFTWARE_UPDATE_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_fsu_fleet_software_update_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_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_FSU_FLEET_SOFTWARE_UPDATE_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_fsu_fleet_software_update_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_work_request_summary_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_FSU_FLEET_SOFTWARE_UPDATE_REMOVE_FSU_COLLECTION_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_fsu_collection_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_remove_fsu_collection_targets_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_FSU_FLEET_SOFTWARE_UPDATE_RESUME_FSU_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the resume_fsu_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_resume_fsu_action_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_FSU_FLEET_SOFTWARE_UPDATE_RETRY_FSU_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the retry_fsu_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_retry_fsu_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_FSU_FLEET_SOFTWARE_UPDATE_UPDATE_FSU_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fsu_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_update_fsu_action_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_FSU_FLEET_SOFTWARE_UPDATE_UPDATE_FSU_COLLECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fsu_collection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_update_fsu_collection_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_FSU_FLEET_SOFTWARE_UPDATE_UPDATE_FSU_CYCLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fsu_cycle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_update_fsu_cycle_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_FSU_FLEET_SOFTWARE_UPDATE_UPDATE_FSU_DISCOVERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fsu_discovery request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_update_fsu_discovery_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_FSU_FLEET_SOFTWARE_UPDATE_UPDATE_FSU_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_fsu_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fsu_fleet_software_update_update_fsu_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_fleet_software_update_fsu_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;