DBMS_CLOUD_OCI_ACP_APM_DOMAIN_CHANGE_APM_DOMAIN_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_apm_domain_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_change_apm_domain_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_ACP_APM_DOMAIN_CREATE_APM_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_apm_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_create_apm_domain_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_ACP_APM_DOMAIN_DELETE_APM_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_apm_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_delete_apm_domain_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_APM_CONTROL_PLANE_GENERATE_DATA_KEY_DETAILS_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_generate_data_key_details_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_generate_data_key_details_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_generate_data_key_details_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_GENERATE_DATA_KEYS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the generate_data_keys request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_generate_data_keys_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_ACP_APM_DOMAIN_GET_APM_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_apm_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_get_apm_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_apm_domain_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_apm_domain
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_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_acp_apm_domain_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_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_APM_CONTROL_PLANE_WORK_REQUEST_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_work_request_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_work_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_work_request_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_LIST_APM_DOMAIN_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_apm_domain_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_list_apm_domain_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_work_request_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_apm_domain_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_APM_CONTROL_PLANE_APM_DOMAIN_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_apm_domain_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_apm_domain_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_apm_domain_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_LIST_APM_DOMAINS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_apm_domains request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_list_apm_domains_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_apm_domain_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_apm_domains
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_APM_CONTROL_PLANE_DATA_KEY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_data_key_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_data_key_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_data_key_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_LIST_DATA_KEYS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_keys request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_list_data_keys_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_data_key_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_keys
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_APM_CONTROL_PLANE_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_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_acp_apm_domain_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_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_APM_CONTROL_PLANE_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_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_acp_apm_domain_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_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_ACP_APM_DOMAIN_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_acp_apm_domain_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_control_plane_work_request_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_APM_CONTROL_PLANE_REMOVE_DATA_KEY_DETAILS_TBL Type 🔗
Nested table type of dbms_cloud_oci_apm_control_plane_remove_data_key_details_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_apm_control_plane_remove_data_key_details_tbl FORCE IS TABLE OF (dbms_cloud_oci_apm_control_plane_remove_data_key_details_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ACP_APM_DOMAIN_REMOVE_DATA_KEYS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_data_keys request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_remove_data_keys_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_ACP_APM_DOMAIN_UPDATE_APM_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_apm_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_acp_apm_domain_update_apm_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;