Cloud Bridge OCB Agent SVC Types

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_ADD_AGENT_DEPENDENCY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_agent_dependency

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_CHANGE_AGENT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_change_agent_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_OCB_AGENT_SVC_CHANGE_AGENT_DEPENDENCY_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_change_agent_dependency_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_OCB_AGENT_SVC_CHANGE_ENVIRONMENT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_change_environment_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_OCB_AGENT_SVC_CREATE_AGENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_agent

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_CREATE_AGENT_DEPENDENCY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_agent_dependency

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_CREATE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_DELETE_AGENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_delete_agent_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_OCB_AGENT_SVC_DELETE_AGENT_DEPENDENCY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_delete_agent_dependency_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_OCB_AGENT_SVC_DELETE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_delete_environment_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_OCB_AGENT_SVC_GET_AGENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_agent

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_GET_AGENT_DEPENDENCY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_agent_dependency

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_GET_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_GET_PLUGIN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_plugin

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_LIST_AGENT_DEPENDENCIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_agent_dependencies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_LIST_AGENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_agents

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_LIST_APPLIANCE_IMAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_appliance_images

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_LIST_ENVIRONMENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_environments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_REMOVE_AGENT_DEPENDENCY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_agent_dependency

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_UPDATE_AGENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_agent

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_UPDATE_AGENT_DEPENDENCY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_ocb_agent_svc_update_agent_dependency_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_OCB_AGENT_SVC_UPDATE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CB_OCB_AGENT_SVC_UPDATE_PLUGIN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_plugin

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer