DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_CHANGE_BLOCKCHAIN_PLATFORM_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_blockchain_platform_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_change_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_CREATE_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_create_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_CREATE_OSN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_osn request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_create_osn_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_BC_BLOCKCHAIN_PLATFORM_CREATE_PEER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_peer request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_create_peer_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_BC_BLOCKCHAIN_PLATFORM_DELETE_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_delete_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_DELETE_OSN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_osn request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_delete_osn_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_BC_BLOCKCHAIN_PLATFORM_DELETE_PEER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_peer request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_delete_peer_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_BC_BLOCKCHAIN_PLATFORM_DELETE_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_delete_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_GET_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_get_blockchain_platform_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_blockchain_platform_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_blockchain_platform
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_GET_OSN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_osn request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_get_osn_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_osn_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_osn
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_GET_PEER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_peer request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_get_peer_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_peer_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_peer
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_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_bc_blockchain_platform_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_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_BC_BLOCKCHAIN_PLATFORM_LIST_BLOCKCHAIN_PLATFORM_PATCHES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_blockchain_platform_patches request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_list_blockchain_platform_patches_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_blockchain_platform_patch_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_blockchain_platform_patches
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_LIST_BLOCKCHAIN_PLATFORMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_blockchain_platforms request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_list_blockchain_platforms_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_blockchain_platform_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_blockchain_platforms
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_LIST_OSNS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_osns request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_list_osns_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_osn_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_osns
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_LIST_PEERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_peers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_list_peers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_peer_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_peers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_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_bc_blockchain_platform_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_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_BC_BLOCKCHAIN_PLATFORM_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_bc_blockchain_platform_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_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_BC_BLOCKCHAIN_PLATFORM_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_bc_blockchain_platform_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_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_BC_BLOCKCHAIN_PLATFORM_PREVIEW_SCALE_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the preview_scale_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_preview_scale_blockchain_platform_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_blockchain_scaled_blockchain_platform_preview_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of preview_scale_blockchain_platform
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BC_BLOCKCHAIN_PLATFORM_SCALE_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the scale_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_scale_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_START_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_start_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_STOP_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the stop_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_stop_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_UPDATE_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_update_blockchain_platform_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_BC_BLOCKCHAIN_PLATFORM_UPDATE_OSN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_osn request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_update_osn_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_BC_BLOCKCHAIN_PLATFORM_UPDATE_PEER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_peer request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_update_peer_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_BC_BLOCKCHAIN_PLATFORM_UPGRADE_BLOCKCHAIN_PLATFORM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the upgrade_blockchain_platform request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bc_blockchain_platform_upgrade_blockchain_platform_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;