OCI Control Center Metrics Functions

Package: DBMS_CLOUD_OCI_OCC_OCC_METRICS

LIST_METRIC_PROPERTIES Function

Returns a list of available metrics for the given namespace. The results for metrics with dimensions includes list of all the associated dimensions. The results are sorted by the metricName and then by dimension in ascending alphabetical order. For a list of valid namespaces, see LIST_NAMESPACES Function.

Syntax

FUNCTION list_metric_properties (
  namespace_name varchar2,
  compartment_id varchar2,
  page varchar2 DEFAULT NULL,
  limit 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_occ_occ_metrics_list_metric_properties_response_t;

Parameters

Parameter Description

namespace_name

(required) The name of the source service emitting the metric.

compartment_id

(required) The OCID of the compartment to use for authorization. To use the root compartment, provide the tenancyId.

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 <a href=\"https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine\">List Pagination</a>.

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.

opc_request_id

(optional) Customer part of the request identifier token. If you need to contact Oracle about a particular request, please provide the complete 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://control-center.{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.

LIST_NAMESPACES Function

List all the available source services called namespaces emitting metrics for this region. The namespaces are sorted in ascending alphabetical order.

Syntax

FUNCTION list_namespaces (
  compartment_id varchar2,
  page varchar2 DEFAULT NULL,
  limit 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_occ_occ_metrics_list_namespaces_response_t;

Parameters

Parameter Description

compartment_id

(required) The OCID of the compartment to use for authorization. To use the root compartment, provide the tenancyId.

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 <a href=\"https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine\">List Pagination</a>.

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.

opc_request_id

(optional) Customer part of the request identifier token. If you need to contact Oracle about a particular request, please provide the complete 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://control-center.{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.

REQUEST_SUMMARIZED_METRIC_DATA Function

Returns the summarized data for the given metric from the given namespace. The aggregation method depends on the metric. The metric data can be filtered by providing the dimension, startTime or endTime. The metric data in the response is sorted by dimension in ascending order and then by sampleTime in ascending chronological order.

Syntax

FUNCTION request_summarized_metric_data (
  request_summarized_metric_data_details dbms_cloud_oci_oci_control_center_request_summarized_metric_data_details_t,
  page varchar2 DEFAULT NULL,
  limit 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_occ_occ_metrics_request_summarized_metric_data_response_t;

Parameters

Parameter Description

request_summarized_metric_data_details

(required) Filters to apply to the metric data query

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 <a href=\"https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine\">List Pagination</a>.

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.

opc_request_id

(optional) Customer part of the request identifier token. If you need to contact Oracle about a particular request, please provide the complete 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://control-center.{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.