Returns a CSV format report of managed instances matching the given filters.
Syntax
FUNCTION get_managed_instance_analytic_content (
compartment_id varchar2 DEFAULT NULL,
managed_instance_group_id varchar2 DEFAULT NULL,
lifecycle_environment_id varchar2 DEFAULT NULL,
lifecycle_stage_id varchar2 DEFAULT NULL,
status dbms_cloud_oci_os_management_hub_varchar2_tbl DEFAULT NULL,
display_name dbms_cloud_oci_os_management_hub_varchar2_tbl DEFAULT NULL,
display_name_contains varchar2 DEFAULT NULL,
instance_location varchar2 DEFAULT NULL,
security_updates_available_equals_to number DEFAULT NULL,
bug_updates_available_equals_to number DEFAULT NULL,
security_updates_available_greater_than number DEFAULT NULL,
bug_updates_available_greater_than number DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_omh_reporting_managed_instance_get_managed_instance_analytic_content_response_t;
Parameters
Parameter
Description
compartment_id
(optional) This compartmentId is used to list managed instances within a compartment. Or serve as an additional filter to restrict only managed instances with in certain compartment if other filter presents.
managed_instance_group_id
(optional) The OCID of the managed instance group for which to list resources.
lifecycle_environment_id
(optional) The OCID of the lifecycle environment.
lifecycle_stage_id
(optional) The OCID of the lifecycle stage for which to list resources.
status
(optional) A filter to return only instances whose managed instance status matches the given status.
(optional) A filter to return instances with number of available security updates equals to the number specified.
bug_updates_available_equals_to
(optional) A filter to return instances with number of available bug updates equals to the number specified.
security_updates_available_greater_than
(optional) A filter to return instances with number of available security updates greater than the number specified.
bug_updates_available_greater_than
(optional) A filter to return instances with number of available bug updates greater than the number specified.
opc_request_id
(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://osmh.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
GET_MANAGED_INSTANCE_CONTENT Function 🔗
Returns a CSV format report of a single managed instance whose associated Erratas match the given filters.
(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://osmh.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
SUMMARIZE_MANAGED_INSTANCE_ANALYTICS Function 🔗
Returns a list of user specified metrics for a collection of managed instances.
(optional) This compartmentId is used to list managed instances within a compartment. Or serve as an additional filter to restrict only managed instances with in certain compartment if other filter presents.
managed_instance_group_id
(optional) The OCID of the managed instance group for which to list resources.
lifecycle_environment_id
(optional) The OCID of the lifecycle environment.
lifecycle_stage_id
(optional) The OCID of the lifecycle stage for which to list resources.
status
(optional) A filter to return only instances whose managed instance status matches the given status.
(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. For important details about how pagination works, see List Pagination. Example: `50`
page
(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination. Example: `3`
sort_by
(optional) The field to sort by. Only one sort order may be provided. Default order for name is ascending.
Allowed values are: 'name'
sort_order
(optional) The sort order to use, either 'ASC' or 'DESC'.
Allowed values are: 'ASC', 'DESC'
opc_request_id
(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://osmh.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.