DBMS_CLOUD_OCI_DBS_DASHBOARD_GROUP_CHANGE_DASHBOARD_GROUP_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_dashboard_group_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dbs_dashboard_group_change_dashboard_group_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_DBS_DASHBOARD_GROUP_CREATE_DASHBOARD_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_dashboard_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dbs_dashboard_group_create_dashboard_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dashboard_service_dashboard_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_dashboard_group
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DBS_DASHBOARD_GROUP_DELETE_DASHBOARD_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_dashboard_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dbs_dashboard_group_delete_dashboard_group_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_DBS_DASHBOARD_GROUP_GET_DASHBOARD_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dashboard_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dbs_dashboard_group_get_dashboard_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dashboard_service_dashboard_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dashboard_group
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DBS_DASHBOARD_GROUP_LIST_DASHBOARD_GROUPS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dashboard_groups request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dbs_dashboard_group_list_dashboard_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dashboard_service_dashboard_group_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dashboard_groups
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DBS_DASHBOARD_GROUP_UPDATE_DASHBOARD_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_dashboard_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dbs_dashboard_group_update_dashboard_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dashboard_service_dashboard_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;