Management Agent Types

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_CREATE_MANAGEMENT_AGENT_INSTALL_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_management_agent_install_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_DELETE_MANAGEMENT_AGENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ma_management_agent_delete_management_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_MA_MANAGEMENT_AGENT_DELETE_MANAGEMENT_AGENT_INSTALL_KEY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ma_management_agent_delete_management_agent_install_key_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_MA_MANAGEMENT_AGENT_DELETE_WORK_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ma_management_agent_delete_work_request_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_MA_MANAGEMENT_AGENT_DEPLOY_PLUGINS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ma_management_agent_deploy_plugins_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_MA_MANAGEMENT_AGENT_GET_AUTO_UPGRADABLE_CONFIG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_auto_upgradable_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_GET_MANAGEMENT_AGENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_management_agent

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_GET_MANAGEMENT_AGENT_INSTALL_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_management_agent_install_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_GET_MANAGEMENT_AGENT_INSTALL_KEY_CONTENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_management_agent_install_key_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_AVAILABILITY_HISTORY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_availability_history_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_availability_history_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_availability_history_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_AVAILABILITY_HISTORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_availability_histories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_MANAGEMENT_AGENT_IMAGE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_management_agent_image_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_management_agent_image_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_management_agent_image_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_MANAGEMENT_AGENT_IMAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_management_agent_images

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_MANAGEMENT_AGENT_INSTALL_KEY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_management_agent_install_key_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_management_agent_install_key_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_management_agent_install_key_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_MANAGEMENT_AGENT_INSTALL_KEYS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_management_agent_install_keys

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_MANAGEMENT_AGENT_PLUGIN_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_management_agent_plugin_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_management_agent_plugin_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_management_agent_plugin_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_MANAGEMENT_AGENT_PLUGINS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_management_agent_plugins

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_MANAGEMENT_AGENT_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_management_agent_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_management_agent_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_management_agent_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_MANAGEMENT_AGENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_management_agents

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_management_agent_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_WORK_REQUEST_LOG_ENTRY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_work_request_log_entry_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_work_request_log_entry_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MANAGEMENT_AGENT_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_management_agent_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_management_agent_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_management_agent_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_SET_AUTO_UPGRADABLE_CONFIG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of set_auto_upgradable_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_SUMMARIZE_MANAGEMENT_AGENT_COUNTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of summarize_management_agent_counts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_SUMMARIZE_MANAGEMENT_AGENT_PLUGIN_COUNTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of summarize_management_agent_plugin_counts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_UPDATE_MANAGEMENT_AGENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_management_agent

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MA_MANAGEMENT_AGENT_UPDATE_MANAGEMENT_AGENT_INSTALL_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_management_agent_install_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?