Logging Types

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_CHANGE_LOG_GROUP_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_change_log_group_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_LOG_LOGGING_MANAGEMENT_CHANGE_LOG_LOG_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_change_log_log_group_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_LOG_LOGGING_MANAGEMENT_CHANGE_LOG_SAVED_SEARCH_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_change_log_saved_search_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_LOG_LOGGING_MANAGEMENT_CHANGE_UNIFIED_AGENT_CONFIGURATION_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_change_unified_agent_configuration_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_LOG_LOGGING_MANAGEMENT_CREATE_LOG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_create_log_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_LOG_LOGGING_MANAGEMENT_CREATE_LOG_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_create_log_group_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_LOG_LOGGING_MANAGEMENT_CREATE_LOG_SAVED_SEARCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_log_saved_search

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_CREATE_UNIFIED_AGENT_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_create_unified_agent_configuration_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_LOG_LOGGING_MANAGEMENT_DELETE_LOG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_delete_log_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_LOG_LOGGING_MANAGEMENT_DELETE_LOG_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_delete_log_group_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_LOG_LOGGING_MANAGEMENT_DELETE_LOG_SAVED_SEARCH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_delete_log_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_LOG_LOGGING_MANAGEMENT_DELETE_UNIFIED_AGENT_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_delete_unified_agent_configuration_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_LOG_LOGGING_MANAGEMENT_DELETE_WORK_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_delete_work_request_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_LOG_LOGGING_MANAGEMENT_GET_LOG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_log

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_GET_LOG_GROUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_log_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_GET_LOG_SAVED_SEARCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_log_saved_search

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_GET_UNIFIED_AGENT_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_unified_agent_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOGGING_LOG_GROUP_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_logging_log_group_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logging_log_group_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_logging_log_group_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_LOG_GROUPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_log_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_LOG_SAVED_SEARCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_log_saved_searches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOGGING_LOG_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_logging_log_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logging_log_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_logging_log_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOGGING_SERVICE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_logging_service_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logging_service_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_logging_service_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_SERVICES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_services

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_UNIFIED_AGENT_CONFIGURATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_unified_agent_configurations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOGGING_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_logging_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logging_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_logging_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOGGING_WORK_REQUEST_LOG_TBL Type

Nested table type of dbms_cloud_oci_logging_work_request_log_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logging_work_request_log_tbl FORCE IS TABLE OF (dbms_cloud_oci_logging_work_request_log_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOGGING_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_logging_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logging_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_logging_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_UPDATE_LOG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_update_log_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_LOG_LOGGING_MANAGEMENT_UPDATE_LOG_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_update_log_group_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_LOG_LOGGING_MANAGEMENT_UPDATE_LOG_SAVED_SEARCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_log_saved_search

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LOG_LOGGING_MANAGEMENT_UPDATE_UNIFIED_AGENT_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_log_logging_management_update_unified_agent_configuration_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

Was this article helpful?