DBMS_CLOUD_OCI_EW_EM_WAREHOUSE_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_ew_em_warehouse_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_EW_EM_WAREHOUSE_CHANGE_EM_WAREHOUSE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_em_warehouse_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_change_em_warehouse_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_EW_EM_WAREHOUSE_CREATE_EM_WAREHOUSE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_em_warehouse request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_create_em_warehouse_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_EW_EM_WAREHOUSE_DELETE_EM_WAREHOUSE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_em_warehouse request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_delete_em_warehouse_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_EW_EM_WAREHOUSE_GET_EM_WAREHOUSE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_em_warehouse request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_get_em_warehouse_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_em_warehouse_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_em_warehouse
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EW_EM_WAREHOUSE_GET_EM_WAREHOUSE_RESOURCE_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_em_warehouse_resource_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_get_em_warehouse_resource_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_resource_usage_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_em_warehouse_resource_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EW_EM_WAREHOUSE_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_ew_em_warehouse_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_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_EW_EM_WAREHOUSE_LIST_EM_WAREHOUSES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_em_warehouses request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_list_em_warehouses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_em_warehouse_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_em_warehouses
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EW_EM_WAREHOUSE_LIST_ETL_RUNS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_etl_runs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_list_etl_runs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_etl_run_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_etl_runs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EW_EM_WAREHOUSE_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_ew_em_warehouse_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_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_EW_EM_WAREHOUSE_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_ew_em_warehouse_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_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_EW_EM_WAREHOUSE_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_ew_em_warehouse_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_em_warehouse_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_EW_EM_WAREHOUSE_UPDATE_EM_WAREHOUSE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_em_warehouse request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ew_em_warehouse_update_em_warehouse_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;