Logging Search Types
DBMS_CLOUD_OCI_LOGSRCH_LOG_SEARCH_SEARCH_LOGS_RESPONSE_T Type
Contains the response body, headers and the status code of the search_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logsrch_log_search_search_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_logging_search_search_response_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 |