DBMS_CLOUD_OCI_OPS_OPENSEARCH_CLUSTER_BACKUP_DELETE_OPENSEARCH_CLUSTER_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_opensearch_cluster_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ops_opensearch_cluster_backup_delete_opensearch_cluster_backup_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_OPS_OPENSEARCH_CLUSTER_BACKUP_GET_OPENSEARCH_CLUSTER_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_opensearch_cluster_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ops_opensearch_cluster_backup_get_opensearch_cluster_backup_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_opensearch_opensearch_cluster_backup_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_opensearch_cluster_backup
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OPS_OPENSEARCH_CLUSTER_BACKUP_LIST_OPENSEARCH_CLUSTER_BACKUPS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_opensearch_cluster_backups request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ops_opensearch_cluster_backup_list_opensearch_cluster_backups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_opensearch_opensearch_cluster_backup_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_opensearch_cluster_backups
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OPS_OPENSEARCH_CLUSTER_BACKUP_UPDATE_OPENSEARCH_CLUSTER_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_opensearch_cluster_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ops_opensearch_cluster_backup_update_opensearch_cluster_backup_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;