DBMS_CLOUD_OCI_MD_DASHX_APIS_CHANGE_MANAGEMENT_DASHBOARDS_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_management_dashboards_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_change_management_dashboards_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_dashboard_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of change_management_dashboards_compartment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_CHANGE_MANAGEMENT_SAVED_SEARCHES_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_management_saved_searches_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_change_management_saved_searches_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_saved_search_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of change_management_saved_searches_compartment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_CREATE_MANAGEMENT_DASHBOARD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_management_dashboard request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_create_management_dashboard_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_dashboard_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_management_dashboard
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_CREATE_MANAGEMENT_SAVED_SEARCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_management_saved_search request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_create_management_saved_search_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_saved_search_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_management_saved_search
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_DELETE_MANAGEMENT_DASHBOARD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_management_dashboard request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_delete_management_dashboard_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_MD_DASHX_APIS_DELETE_MANAGEMENT_SAVED_SEARCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_management_saved_search request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_delete_management_saved_search_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_MD_DASHX_APIS_EXPORT_DASHBOARD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the export_dashboard request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_export_dashboard_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_dashboard_export_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of export_dashboard
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_GET_MANAGEMENT_DASHBOARD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_management_dashboard request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_get_management_dashboard_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_dashboard_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_management_dashboard
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_GET_MANAGEMENT_SAVED_SEARCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_management_saved_search request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_get_management_saved_search_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_saved_search_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_management_saved_search
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_IMPORT_DASHBOARD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the import_dashboard request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_import_dashboard_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_MD_DASHX_APIS_LIST_MANAGEMENT_DASHBOARDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_management_dashboards request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_list_management_dashboards_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_dashboard_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_management_dashboards
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_LIST_MANAGEMENT_SAVED_SEARCHES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_management_saved_searches request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_list_management_saved_searches_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_saved_search_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_management_saved_searches
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_UPDATE_MANAGEMENT_DASHBOARD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_management_dashboard request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_update_management_dashboard_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_dashboard_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_management_dashboard
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MD_DASHX_APIS_UPDATE_MANAGEMENT_SAVED_SEARCH_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_management_saved_search request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_md_dashx_apis_update_management_saved_search_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_management_dashboard_management_saved_search_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;