VN Monitoring Types

DBMS_CLOUD_OCI_VNM_VN_MONITORING_CHANGE_PATH_ANALYZER_TEST_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vnm_vn_monitoring_change_path_analyzer_test_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_VNM_VN_MONITORING_CREATE_PATH_ANALYZER_TEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_path_analyzer_test

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VNM_VN_MONITORING_DELETE_PATH_ANALYZER_TEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vnm_vn_monitoring_delete_path_analyzer_test_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_VNM_VN_MONITORING_GET_PATH_ANALYSIS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vnm_vn_monitoring_get_path_analysis_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_VNM_VN_MONITORING_GET_PATH_ANALYZER_TEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_path_analyzer_test

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VNM_VN_MONITORING_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_vnm_vn_monitoring_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vn_monitoring_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_VNM_VN_MONITORING_LIST_PATH_ANALYZER_TESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_path_analyzer_tests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VNM_VN_MONITORING_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_vnm_vn_monitoring_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vn_monitoring_work_request_error_collection_t,
  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_VNM_VN_MONITORING_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_vnm_vn_monitoring_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vn_monitoring_work_request_log_entry_collection_t,
  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_VNM_VN_MONITORING_LIST_WORK_REQUEST_RESULTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_results

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VNM_VN_MONITORING_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_vnm_vn_monitoring_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vn_monitoring_work_request_summary_collection_t,
  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_VNM_VN_MONITORING_UPDATE_PATH_ANALYZER_TEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_path_analyzer_test

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer