Events Types
DBMS_CLOUD_OCI_EV_EVENTS_CHANGE_RULE_COMPARTMENT_RESPONSE_T Type
Contains the response body, headers and the status code of the change_rule_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ev_events_change_rule_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_EV_EVENTS_CREATE_RULE_RESPONSE_T Type
Contains the response body, headers and the status code of the create_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ev_events_create_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_events_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_EV_EVENTS_DELETE_RULE_RESPONSE_T Type
Contains the response body, headers and the status code of the delete_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ev_events_delete_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_EV_EVENTS_GET_RULE_RESPONSE_T Type
Contains the response body, headers and the status code of the get_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ev_events_get_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_events_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_EVENTS_RULE_SUMMARY_TBL Type
Nested table type of dbms_cloud_oci_events_rule_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_events_rule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_events_rule_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_EV_EVENTS_LIST_RULES_RESPONSE_T Type
Contains the response body, headers and the status code of the list_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ev_events_list_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_events_rule_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_EV_EVENTS_UPDATE_RULE_RESPONSE_T Type
Contains the response body, headers and the status code of the update_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ev_events_update_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_events_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |