DBMS_CLOUD_OCI_SMON_STACK_MONITORING_ASSOCIATE_MONITORED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the associate_monitored_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_associate_monitored_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_association_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of associate_monitored_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CHANGE_CONFIG_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_config_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_change_config_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_SMON_STACK_MONITORING_CHANGE_METRIC_EXTENSION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_metric_extension_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_change_metric_extension_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_SMON_STACK_MONITORING_CHANGE_MONITORED_RESOURCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_monitored_resource_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_change_monitored_resource_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_SMON_STACK_MONITORING_CHANGE_MONITORED_RESOURCE_TASK_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_monitored_resource_task_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_change_monitored_resource_task_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_SMON_STACK_MONITORING_CREATE_BASELINEABLE_METRIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_baselineable_metric request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_baselineable_metric_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_baselineable_metric_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_baselineable_metric
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CREATE_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CREATE_DISCOVERY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_discovery_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_discovery_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_discovery_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_discovery_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CREATE_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_metric_extension_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_metric_extension_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_metric_extension
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CREATE_MONITORED_RESOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_monitored_resource request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_monitored_resource_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_monitored_resource
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CREATE_MONITORED_RESOURCE_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_monitored_resource_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_monitored_resource_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_monitored_resource_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_CREATE_MONITORED_RESOURCE_TYPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_monitored_resource_type request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_create_monitored_resource_type_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_type_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_monitored_resource_type
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_DELETE_BASELINEABLE_METRIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_baselineable_metric request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_delete_baselineable_metric_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_SMON_STACK_MONITORING_DELETE_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_delete_config_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_SMON_STACK_MONITORING_DELETE_DISCOVERY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_discovery_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_delete_discovery_job_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_SMON_STACK_MONITORING_DELETE_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_delete_metric_extension_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_SMON_STACK_MONITORING_DELETE_MONITORED_RESOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_monitored_resource request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_delete_monitored_resource_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_SMON_STACK_MONITORING_DELETE_MONITORED_RESOURCE_TYPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_monitored_resource_type request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_delete_monitored_resource_type_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_SMON_STACK_MONITORING_DISABLE_EXTERNAL_DATABASE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the disable_external_database request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_disable_external_database_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_SMON_STACK_MONITORING_DISABLE_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the disable_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_disable_metric_extension_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_SMON_STACK_MONITORING_DISASSOCIATE_MONITORED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the disassociate_monitored_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_disassociate_monitored_resources_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_SMON_STACK_MONITORING_ENABLE_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the enable_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_enable_metric_extension_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_SMON_STACK_MONITORING_EVALUATE_BASELINEABLE_METRIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the evaluate_baselineable_metric request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_evaluate_baselineable_metric_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_evaluate_baselineable_metric_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of evaluate_baselineable_metric
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_EXPORT_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the export_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_export_metric_extension_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of export_metric_extension
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_BASELINEABLE_METRIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_baselineable_metric request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_baselineable_metric_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_baselineable_metric_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_baselineable_metric
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_DISCOVERY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_discovery_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_discovery_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_discovery_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_discovery_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_metric_extension_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_metric_extension_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_metric_extension
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_MONITORED_RESOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_monitored_resource request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_monitored_resource_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_monitored_resource
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_MONITORED_RESOURCE_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_monitored_resource_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_monitored_resource_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_monitored_resource_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_GET_MONITORED_RESOURCE_TYPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_monitored_resource_type request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_get_monitored_resource_type_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_type_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_monitored_resource_type
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_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_smon_stack_monitoring_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_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_SMON_STACK_MONITORING_LIST_BASELINEABLE_METRICS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_baselineable_metrics request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_baselineable_metrics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_baselineable_metric_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_baselineable_metrics
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_CONFIGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_configs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_configs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_config_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_configs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_DISCOVERY_JOB_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_discovery_job_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_discovery_job_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_discovery_job_log_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_discovery_job_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_DISCOVERY_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_discovery_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_discovery_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_discovery_job_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_discovery_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_METRIC_EXTENSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_metric_extensions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_metric_extensions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_metric_extension_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_metric_extensions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_MONITORED_RESOURCE_TASKS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_monitored_resource_tasks request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_monitored_resource_tasks_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_tasks_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_monitored_resource_tasks
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_MONITORED_RESOURCE_TYPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_monitored_resource_types request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_monitored_resource_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_types_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_monitored_resource_types
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_LIST_MONITORED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_monitored_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_list_monitored_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_monitored_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_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_smon_stack_monitoring_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_work_request_error_collection_t,
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_SMON_STACK_MONITORING_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_smon_stack_monitoring_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_work_request_log_entry_collection_t,
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_SMON_STACK_MONITORING_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_smon_stack_monitoring_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_work_request_summary_collection_t,
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_SMON_STACK_MONITORING_MANAGE_LICENSE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the manage_license request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_manage_license_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_SMON_STACK_MONITORING_PUBLISH_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the publish_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_publish_metric_extension_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_metric_extension_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of publish_metric_extension
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_REQUEST_MONITORED_RESOURCES_SUMMARIZED_COUNT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_monitored_resources_summarized_count request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_request_monitored_resources_summarized_count_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resources_count_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_monitored_resources_summarized_count
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_SEARCH_ASSOCIATED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the search_associated_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_search_associated_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_associated_resources_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of search_associated_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_SEARCH_MONITORED_RESOURCE_ASSOCIATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the search_monitored_resource_associations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_search_monitored_resource_associations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_associations_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of search_monitored_resource_associations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_SEARCH_MONITORED_RESOURCE_MEMBERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the search_monitored_resource_members request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_search_monitored_resource_members_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_members_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of search_monitored_resource_members
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_SEARCH_MONITORED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the search_monitored_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_search_monitored_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of search_monitored_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_TEST_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the test_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_test_metric_extension_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_test_metric_extension_data_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of test_metric_extension
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_UPDATE_AND_PROPAGATE_TAGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_and_propagate_tags request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_and_propagate_tags_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_SMON_STACK_MONITORING_UPDATE_BASELINEABLE_METRIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_baselineable_metric request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_baselineable_metric_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_baselineable_metric_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_baselineable_metric
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_UPDATE_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_UPDATE_METRIC_EXTENSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_metric_extension request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_metric_extension_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_metric_extension_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_metric_extension
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_UPDATE_MONITORED_RESOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_monitored_resource request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_monitored_resource_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_SMON_STACK_MONITORING_UPDATE_MONITORED_RESOURCE_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_monitored_resource_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_monitored_resource_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_monitored_resource_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_SMON_STACK_MONITORING_UPDATE_MONITORED_RESOURCE_TYPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_monitored_resource_type request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smon_stack_monitoring_update_monitored_resource_type_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_stack_monitoring_monitored_resource_type_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;