Cloud Bridge Discovery Types

DBMS_CLOUD_OCI_CB_DISCOVERY_CHANGE_ASSET_SOURCE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_discovery_change_asset_source_compartment_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_CB_DISCOVERY_CHANGE_DISCOVERY_SCHEDULE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_discovery_change_discovery_schedule_compartment_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_CB_DISCOVERY_CREATE_ASSET_SOURCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_asset_source

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_CREATE_DISCOVERY_SCHEDULE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_discovery_schedule

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_DELETE_ASSET_SOURCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_discovery_delete_asset_source_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_CB_DISCOVERY_DELETE_DISCOVERY_SCHEDULE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_discovery_delete_discovery_schedule_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_CB_DISCOVERY_GET_ASSET_SOURCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_asset_source

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_GET_DISCOVERY_SCHEDULE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_discovery_schedule

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_LIST_ASSET_SOURCE_CONNECTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_asset_source_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_LIST_ASSET_SOURCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_asset_sources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_LIST_DISCOVERY_SCHEDULES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_discovery_schedules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_DISCOVERY_REFRESH_ASSET_SOURCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_discovery_refresh_asset_source_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_CB_DISCOVERY_UPDATE_ASSET_SOURCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_discovery_update_asset_source_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_CB_DISCOVERY_UPDATE_DISCOVERY_SCHEDULE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_discovery_schedule

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer