DBMS_CLOUD_OCI_OCC_OCC_METRICS_LIST_METRIC_PROPERTIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_metric_properties request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_occ_occ_metrics_list_metric_properties_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oci_control_center_metric_property_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_metric_properties
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OCC_OCC_METRICS_LIST_NAMESPACES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_namespaces request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_occ_occ_metrics_list_namespaces_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oci_control_center_namespace_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_namespaces
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OCC_OCC_METRICS_REQUEST_SUMMARIZED_METRIC_DATA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_metric_data request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_occ_occ_metrics_request_summarized_metric_data_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oci_control_center_summarized_metric_data_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;