forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Ying, Jiayu <jiayuying1@huawei.com> Co-committed-by: Ying, Jiayu <jiayuying1@huawei.com>
1.9 KiB
1.9 KiB
Why Are Fields of Some Traces Displayed as Null on the View Trace Page?
Fields resource_IP, code, request, response, and message can be null. These fields are not mandatory for CTS.
- resource_IP: If the value of trace_type is SystemAction, the operation is triggered by the system. It is normal that the resource_IP field is empty.
- request, response, and code: These three fields indicate the request content, request result, and HTTP return code of an operation. In some cases, these fields are empty or have no service meaning. Therefore, they are left blank based on actual situations.
- message: This is a reserved field. Additional information of other cloud services will be added in this field when necessary. It is normal that it is left blank.
Parent topic: FAQs