Instrumentation specifications
更新时间:
复制 MD 格式
A successful call to the TPP service returns data that you can use for instrumentation. This data includes the request ID, scenario ID, and hit bucket number. The following example shows the return structure of the TPP service.
{
"data":{
"result":[]
},
"_track_":{
"_request_id_": "376a473f-1d81-4268-8a1a-62a26ab255ff",// Request ID. Must be unique.
"_instance_":"TPP-CN-2R42I3ZTJ001",// Instance ID
"_scene_id_":79,// Scenario ID
"_ab_id_":90,// ab_id
"_bucket_":5// Bucket number
}
}该文章对您有帮助吗?