DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_AGGREGATE_NETWORK_DATA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the aggregate_network_data request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_aggregate_network_data_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_aggregated_network_data_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of aggregate_network_data
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_CREATE_DEDICATED_VANTAGE_POINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_dedicated_vantage_point request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_create_dedicated_vantage_point_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_dedicated_vantage_point_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_dedicated_vantage_point
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_CREATE_MONITOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_monitor request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_create_monitor_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_monitor_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_monitor
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_CREATE_SCRIPT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_script request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_create_script_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_script_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_script
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_DELETE_DEDICATED_VANTAGE_POINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_dedicated_vantage_point request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_delete_dedicated_vantage_point_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_ASY_APM_SYNTHETIC_DELETE_MONITOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_monitor request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_delete_monitor_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_ASY_APM_SYNTHETIC_DELETE_SCRIPT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_script request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_delete_script_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_ASY_APM_SYNTHETIC_GET_DEDICATED_VANTAGE_POINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dedicated_vantage_point request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_get_dedicated_vantage_point_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_dedicated_vantage_point_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dedicated_vantage_point
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_GET_MONITOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_monitor request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_get_monitor_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_monitor_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_monitor
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_GET_MONITOR_RESULT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_monitor_result request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_get_monitor_result_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_monitor_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_monitor_result
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_GET_SCRIPT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_script request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_get_script_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_script_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_script
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_LIST_DEDICATED_VANTAGE_POINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dedicated_vantage_points request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_list_dedicated_vantage_points_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_dedicated_vantage_point_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dedicated_vantage_points
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_LIST_MONITORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_monitors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_list_monitors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_monitor_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_monitors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_LIST_PUBLIC_VANTAGE_POINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_public_vantage_points request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_list_public_vantage_points_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_public_vantage_point_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_public_vantage_points
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_LIST_SCRIPTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_scripts request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_list_scripts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_script_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_scripts
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_UPDATE_DEDICATED_VANTAGE_POINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_dedicated_vantage_point request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_update_dedicated_vantage_point_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_dedicated_vantage_point_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_dedicated_vantage_point
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_UPDATE_MONITOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_monitor request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_update_monitor_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_monitor_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_monitor
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ASY_APM_SYNTHETIC_UPDATE_SCRIPT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_script request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asy_apm_synthetic_update_script_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_synthetics_script_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;