Application Performance Monitoring Traces Types
DBMS_CLOUD_OCI_ATR_TRACE_GET_AGGREGATED_SNAPSHOT_RESPONSE_T Type
Contains the response body, headers and the status code of the get_aggregated_snapshot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_atr_trace_get_aggregated_snapshot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_traces_aggregated_snapshot_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_ATR_TRACE_GET_SPAN_RESPONSE_T Type
Contains the response body, headers and the status code of the get_span request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_atr_trace_get_span_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_traces_span_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_ATR_TRACE_GET_TRACE_RESPONSE_T Type
Contains the response body, headers and the status code of the get_trace request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_atr_trace_get_trace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_traces_trace_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_ATR_TRACE_GET_TRACE_SNAPSHOT_RESPONSE_T Type
Contains the response body, headers and the status code of the get_trace_snapshot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_atr_trace_get_trace_snapshot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apm_traces_trace_snapshot_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |