Database Management Perfhub Types

DBMS_CLOUD_OCI_DM_PERFHUB_MODIFY_SNAPSHOT_SETTINGS_RESPONSE_T Type

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

Syntax

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