DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CHANGE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_change_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_DI_DATA_INTEGRATION_CHANGE_DIS_APPLICATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_dis_application_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_change_dis_application_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_DI_DATA_INTEGRATION_CREATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_application_detailed_description_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_detailed_description_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_application_detailed_description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_CONNECTION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_connection_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_connection_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_connection_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_COPY_OBJECT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_copy_object_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_copy_object_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_copy_object_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_copy_object_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_data_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_DATA_FLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_data_flow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_data_flow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_data_flow
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_DATA_FLOW_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_data_flow_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_data_flow_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_data_flow_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_DIS_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_dis_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_dis_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_dis_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_dis_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_DIS_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_dis_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_dis_application_detailed_description_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_detailed_description_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_dis_application_detailed_description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_ENTITY_SHAPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_entity_shape request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_entity_shape_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_entity_shape_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_entity_shape
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_EXPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_export_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_export_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_export_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_export_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_EXTERNAL_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_external_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_external_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_external_publication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_EXTERNAL_PUBLICATION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_external_publication_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_external_publication_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_external_publication_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_FOLDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_folder request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_folder_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_folder_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_folder
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_FUNCTION_LIBRARY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_function_library request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_function_library_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_function_library_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_function_library
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_IMPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_import_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_import_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_import_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_import_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_PATCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_patch request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_patch_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_patch_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_patch
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_PIPELINE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_pipeline request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_pipeline
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_PIPELINE_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_pipeline_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_pipeline_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_pipeline_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_project_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_project
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_TASK_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_task_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_task_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_task_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_TASK_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_task_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_task_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_task_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_TASK_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_task_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_task_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_task_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_USER_DEFINED_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_user_defined_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_user_defined_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_user_defined_function
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_USER_DEFINED_FUNCTION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_user_defined_function_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_user_defined_function_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_user_defined_function_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_CREATE_WORKSPACE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_workspace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_create_workspace_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_DI_DATA_INTEGRATION_DELETE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_application_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_DI_DATA_INTEGRATION_DELETE_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_application_detailed_description_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_DI_DATA_INTEGRATION_DELETE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_connection_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_DI_DATA_INTEGRATION_DELETE_CONNECTION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_connection_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_connection_validation_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_DI_DATA_INTEGRATION_DELETE_COPY_OBJECT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_copy_object_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_copy_object_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_DI_DATA_INTEGRATION_DELETE_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_data_asset_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_DI_DATA_INTEGRATION_DELETE_DATA_FLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_data_flow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_data_flow_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_DI_DATA_INTEGRATION_DELETE_DATA_FLOW_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_data_flow_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_data_flow_validation_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_DI_DATA_INTEGRATION_DELETE_DIS_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_dis_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_dis_application_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_DI_DATA_INTEGRATION_DELETE_DIS_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_dis_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_dis_application_detailed_description_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_DI_DATA_INTEGRATION_DELETE_EXPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_export_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_export_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_DI_DATA_INTEGRATION_DELETE_EXTERNAL_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_external_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_external_publication_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_DI_DATA_INTEGRATION_DELETE_EXTERNAL_PUBLICATION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_external_publication_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_external_publication_validation_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_DI_DATA_INTEGRATION_DELETE_FOLDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_folder request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_folder_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_DI_DATA_INTEGRATION_DELETE_FUNCTION_LIBRARY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_function_library request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_function_library_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_DI_DATA_INTEGRATION_DELETE_IMPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_import_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_import_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_DI_DATA_INTEGRATION_DELETE_PATCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_patch request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_patch_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_DI_DATA_INTEGRATION_DELETE_PIPELINE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_pipeline request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_pipeline_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_DI_DATA_INTEGRATION_DELETE_PIPELINE_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_pipeline_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_pipeline_validation_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_DI_DATA_INTEGRATION_DELETE_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_project_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_DI_DATA_INTEGRATION_DELETE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_schedule_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_DI_DATA_INTEGRATION_DELETE_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_task_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_DI_DATA_INTEGRATION_DELETE_TASK_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_task_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_task_run_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_DI_DATA_INTEGRATION_DELETE_TASK_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_task_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_task_schedule_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_DI_DATA_INTEGRATION_DELETE_TASK_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_task_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_task_validation_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_DI_DATA_INTEGRATION_DELETE_USER_DEFINED_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_user_defined_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_user_defined_function_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_DI_DATA_INTEGRATION_DELETE_USER_DEFINED_FUNCTION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_user_defined_function_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_user_defined_function_validation_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_DI_DATA_INTEGRATION_DELETE_WORKSPACE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_workspace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_delete_workspace_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_DI_DATA_INTEGRATION_GET_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_application_detailed_description_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_detailed_description_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_application_detailed_description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_COMPOSITE_STATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_composite_state request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_composite_state_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_composite_state_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_composite_state
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_CONNECTION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_connection_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_connection_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_connection_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_COPY_OBJECT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_copy_object_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_copy_object_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_copy_object_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_copy_object_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_COUNT_STATISTIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_count_statistic request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_count_statistic_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_count_statistic_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_count_statistic
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DATA_ENTITY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_entity request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_data_entity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_entity_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_entity
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DATA_FLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_flow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_data_flow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_flow
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DATA_FLOW_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_flow_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_data_flow_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_flow_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DEPENDENT_OBJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dependent_object request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_dependent_object_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_dependent_object_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dependent_object
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DIS_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dis_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_dis_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_dis_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dis_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_DIS_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dis_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_dis_application_detailed_description_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_detailed_description_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dis_application_detailed_description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_EXPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_export_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_export_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_export_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_export_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_EXTERNAL_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_external_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_external_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_external_publication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_EXTERNAL_PUBLICATION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_external_publication_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_external_publication_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_external_publication_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_FOLDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_folder request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_folder_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_folder_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_folder
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_FUNCTION_LIBRARY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_function_library request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_function_library_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_function_library_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_function_library
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_IMPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_import_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_import_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_import_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_import_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_PATCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_patch request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_patch_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_patch_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_patch
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_PIPELINE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_pipeline request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_pipeline
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_PIPELINE_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_pipeline_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_pipeline_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_pipeline_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_project_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_project
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_PUBLISHED_OBJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_published_object request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_published_object_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_published_object_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_published_object
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_REFERENCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_reference request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_reference_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_reference_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_reference
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_RUNTIME_OPERATOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_runtime_operator request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_runtime_operator_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_runtime_operator_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_runtime_operator
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_RUNTIME_PIPELINE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_runtime_pipeline request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_runtime_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_runtime_pipeline_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_runtime_pipeline
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_SCHEMA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_schema request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_schema_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_schema_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_schema
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_TASK_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_task_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_task_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_task_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_TASK_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_task_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_task_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_task_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_TASK_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_task_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_task_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_task_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_template
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_USER_DEFINED_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_user_defined_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_user_defined_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_user_defined_function
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_GET_USER_DEFINED_FUNCTION_VALIDATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_user_defined_function_validation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_user_defined_function_validation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_validation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_user_defined_function_validation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_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_di_data_integration_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_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_DI_DATA_INTEGRATION_GET_WORKSPACE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_workspace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_get_workspace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_workspace_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_workspace
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_APPLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_applications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_application_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_applications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_CONNECTION_VALIDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_connection_validations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_connection_validations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_validation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_connection_validations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_CONNECTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_connections request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_connections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_connections
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_COPY_OBJECT_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_copy_object_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_copy_object_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_copy_object_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_copy_object_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DATA_ASSETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_data_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_asset_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_assets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DATA_ENTITIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_entities request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_data_entities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_entity_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_entities
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DATA_FLOW_VALIDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_flow_validations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_data_flow_validations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_validation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_flow_validations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DATA_FLOWS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_flows request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_data_flows_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_flows
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DEPENDENT_OBJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dependent_objects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_dependent_objects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_dependent_object_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dependent_objects
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DIS_APPLICATION_TASK_RUN_LINEAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dis_application_task_run_lineages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_dis_application_task_run_lineages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_lineage_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dis_application_task_run_lineages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_DIS_APPLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dis_applications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_dis_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_dis_application_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dis_applications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_EXPORT_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_export_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_export_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_export_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_export_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_EXTERNAL_PUBLICATION_VALIDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_external_publication_validations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_external_publication_validations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_validation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_external_publication_validations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_EXTERNAL_PUBLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_external_publications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_external_publications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_external_publications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_FOLDERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_folders request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_folders_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_folder_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_folders
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_FUNCTION_LIBRARIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_function_libraries request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_function_libraries_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_function_library_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_function_libraries
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_IMPORT_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_import_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_import_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_import_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_import_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_PATCH_CHANGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_patch_changes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_patch_changes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_patch_change_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_patch_changes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_PATCHES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_patches request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_patches_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_patch_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_patches
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_PIPELINE_VALIDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_pipeline_validations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_pipeline_validations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_validation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_pipeline_validations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_PIPELINES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_pipelines request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_pipelines_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_pipelines
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_PROJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_projects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_projects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_project_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_projects
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_PUBLISHED_OBJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_published_objects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_published_objects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_published_object_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_published_objects
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_REFERENCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_references request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_references_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_reference_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_references
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_RUNTIME_OPERATORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_runtime_operators request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_runtime_operators_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_runtime_operator_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_runtime_operators
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_RUNTIME_PIPELINES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_runtime_pipelines request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_runtime_pipelines_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_runtime_pipeline_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_runtime_pipelines
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_SCHEDULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_schedules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_schedules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_schedule_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_schedules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_SCHEMAS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_schemas request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_schemas_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_schema_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_schemas
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TASK_RUN_LINEAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_task_run_lineages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_task_run_lineages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_lineage_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_task_run_lineages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DATAINTEGRATION_TASK_RUN_LOG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataintegration_task_run_log_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataintegration_task_run_log_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataintegration_task_run_log_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TASK_RUN_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_task_run_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_task_run_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_log_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_task_run_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TASK_RUNS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_task_runs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_task_runs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_task_runs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TASK_SCHEDULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_task_schedules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_task_schedules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_schedule_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_task_schedules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TASK_VALIDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_task_validations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_task_validations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_validation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_task_validations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TASKS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_tasks request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_tasks_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_tasks
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_TEMPLATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_templates request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_templates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_template_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_templates
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_USER_DEFINED_FUNCTION_VALIDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_user_defined_function_validations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_user_defined_function_validations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_validation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_user_defined_function_validations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_USER_DEFINED_FUNCTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_user_defined_functions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_user_defined_functions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_user_defined_functions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DATAINTEGRATION_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataintegration_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataintegration_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataintegration_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_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_di_data_integration_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_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_DATAINTEGRATION_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataintegration_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataintegration_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataintegration_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_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_di_data_integration_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_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_DATAINTEGRATION_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataintegration_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataintegration_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataintegration_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_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_di_data_integration_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_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_DATAINTEGRATION_WORKSPACE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataintegration_workspace_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataintegration_workspace_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataintegration_workspace_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_LIST_WORKSPACES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_workspaces request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_list_workspaces_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_workspace_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_workspaces
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_START_WORKSPACE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_workspace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_start_workspace_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_DI_DATA_INTEGRATION_STOP_WORKSPACE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the stop_workspace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_stop_workspace_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_DI_DATA_INTEGRATION_UPDATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_application_detailed_description_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_detailed_description_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_application_detailed_description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_COPY_OBJECT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_copy_object_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_copy_object_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_copy_object_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_copy_object_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_data_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_DATA_FLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_data_flow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_data_flow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_data_flow_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_data_flow
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_DIS_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_dis_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_dis_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_dis_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_dis_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_DIS_APPLICATION_DETAILED_DESCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_dis_application_detailed_description request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_dis_application_detailed_description_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_detailed_description_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_dis_application_detailed_description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_EXPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_export_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_export_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_export_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_export_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_EXTERNAL_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_external_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_external_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_external_publication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_external_publication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_FOLDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_folder request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_folder_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_folder_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_folder
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_FUNCTION_LIBRARY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_function_library request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_function_library_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_function_library_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_function_library
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_IMPORT_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_import_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_import_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_import_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_import_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_PIPELINE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_pipeline request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_pipeline_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_pipeline
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_project_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_project
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_REFERENCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_reference request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_reference_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_reference_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_reference
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_TASK_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_task_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_task_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_run_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_task_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_TASK_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_task_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_task_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_task_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_task_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_USER_DEFINED_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_user_defined_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_user_defined_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_user_defined_function_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_user_defined_function
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DI_DATA_INTEGRATION_UPDATE_WORKSPACE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_workspace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_di_data_integration_update_workspace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataintegration_workspace_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;