OS Management Hub Reporting Managed Instance Types

DBMS_CLOUD_OCI_OMH_REPORTING_MANAGED_INSTANCE_GET_MANAGED_INSTANCE_ANALYTIC_CONTENT_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_REPORTING_MANAGED_INSTANCE_GET_MANAGED_INSTANCE_CONTENT_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_REPORTING_MANAGED_INSTANCE_SUMMARIZE_MANAGED_INSTANCE_ANALYTICS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of summarize_managed_instance_analytics

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer