OS Management Hub Management Station Types

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_CREATE_MANAGEMENT_STATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_management_station

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_DELETE_MANAGEMENT_STATION_RESPONSE_T Type

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

Syntax

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

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_GET_MANAGEMENT_STATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_management_station

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_LIST_MANAGEMENT_STATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_management_stations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_LIST_MIRRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_mirrors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_SYNCHRONIZE_MIRRORS_RESPONSE_T Type

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

Syntax

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

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_SYNCHRONIZE_SINGLE_MIRRORS_RESPONSE_T Type

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

Syntax

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

DBMS_CLOUD_OCI_OMH_MANAGEMENT_STATION_UPDATE_MANAGEMENT_STATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_management_station

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer