DBMS_CLOUD_OCI_SCH_SERVICE_CONNECTOR_ACTIVATE_SERVICE_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the activate_service_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_activate_service_connector_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_SCH_SERVICE_CONNECTOR_CHANGE_SERVICE_CONNECTOR_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_service_connector_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_change_service_connector_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_SCH_SERVICE_CONNECTOR_CREATE_SERVICE_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_service_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_create_service_connector_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_SCH_SERVICE_CONNECTOR_DEACTIVATE_SERVICE_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the deactivate_service_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_deactivate_service_connector_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_SCH_SERVICE_CONNECTOR_DELETE_SERVICE_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_service_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_delete_service_connector_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_SCH_SERVICE_CONNECTOR_GET_SERVICE_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_service_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_get_service_connector_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_sch_service_connector_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_service_connector
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SCH_SERVICE_CONNECTOR_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_sch_service_connector_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_sch_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_SCH_SERVICE_CONNECTOR_LIST_SERVICE_CONNECTORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_service_connectors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_list_service_connectors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_sch_service_connector_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_service_connectors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SCH_SERVICE_CONNECTOR_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_sch_service_connector_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_sch_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SCH_SERVICE_CONNECTOR_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_sch_service_connector_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_sch_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SCH_SERVICE_CONNECTOR_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_sch_service_connector_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_sch_work_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SCH_SERVICE_CONNECTOR_UPDATE_SERVICE_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_service_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_sch_service_connector_update_service_connector_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;