DBMS_CLOUD_OCI_MN_MONITORING_CHANGE_ALARM_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_alarm_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_change_alarm_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_MN_MONITORING_CREATE_ALARM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_alarm request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_create_alarm_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_alarm
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MN_MONITORING_DELETE_ALARM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_alarm request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_delete_alarm_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_MN_MONITORING_GET_ALARM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_alarm request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_get_alarm_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_alarm
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MN_MONITORING_GET_ALARM_HISTORY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_alarm_history request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_get_alarm_history_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_history_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_alarm_history
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MONITORING_ALARM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_monitoring_alarm_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_monitoring_alarm_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_monitoring_alarm_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MN_MONITORING_LIST_ALARMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_alarms request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_list_alarms_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_alarms
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MONITORING_ALARM_STATUS_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_monitoring_alarm_status_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_monitoring_alarm_status_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_monitoring_alarm_status_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MN_MONITORING_LIST_ALARMS_STATUS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_alarms_status request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_list_alarms_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_status_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_alarms_status
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MONITORING_METRIC_TBL Type 🔗
Nested table type of dbms_cloud_oci_monitoring_metric_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_monitoring_metric_tbl FORCE IS TABLE OF (dbms_cloud_oci_monitoring_metric_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MN_MONITORING_LIST_METRICS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_metrics request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_list_metrics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_metric_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_metrics
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MN_MONITORING_POST_METRIC_DATA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the post_metric_data request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_post_metric_data_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_post_metric_data_response_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of post_metric_data
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MN_MONITORING_REMOVE_ALARM_SUPPRESSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_alarm_suppression request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_remove_alarm_suppression_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_MN_MONITORING_RETRIEVE_DIMENSION_STATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the retrieve_dimension_states request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_retrieve_dimension_states_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_dimension_states_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of retrieve_dimension_states
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MONITORING_METRIC_DATA_TBL Type 🔗
Nested table type of dbms_cloud_oci_monitoring_metric_data_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_monitoring_metric_data_tbl FORCE IS TABLE OF (dbms_cloud_oci_monitoring_metric_data_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MN_MONITORING_SUMMARIZE_METRICS_DATA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_metrics_data request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_summarize_metrics_data_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_metric_data_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_metrics_data
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MN_MONITORING_UPDATE_ALARM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_alarm request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mn_monitoring_update_alarm_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_monitoring_alarm_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;