Database Management Diagnosability Types

DBMS_CLOUD_OCI_DM_DIAGNOSABILITY_LIST_ALERT_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_alert_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_diagnosability_list_alert_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_management_alert_log_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_alert_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DM_DIAGNOSABILITY_LIST_ATTENTION_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_attention_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_diagnosability_list_attention_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_management_attention_log_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_attention_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DM_DIAGNOSABILITY_SUMMARIZE_ALERT_LOG_COUNTS_RESPONSE_T Type

Contains the response body, headers and the status code of the summarize_alert_log_counts request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_diagnosability_summarize_alert_log_counts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_management_alert_log_counts_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of summarize_alert_log_counts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DM_DIAGNOSABILITY_SUMMARIZE_ATTENTION_LOG_COUNTS_RESPONSE_T Type

Contains the response body, headers and the status code of the summarize_attention_log_counts request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_diagnosability_summarize_attention_log_counts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_management_attention_log_counts_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of summarize_attention_log_counts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer