yyydata
  • 简介
  • agent
    • agent心跳信息
    • 可用性信息
    • 主机信息
    • 主机运行指标
  • JVM
    • JVM启动指标
    • JVM运行指标
    • JVM异常信息
    • JVM事务信息
    • JVM事务概要信息
    • JVM事务统计信息
    • JVM SQL信息
  • brower
    • web端error信息
    • web端xhr信息
    • web端页面性能信息
  • NC Client
    • NC Client数据
  • mobile
    • crash
    • token
    • app
    • device
    • httptxn
    • trace
Powered by GitBook
On this page
  1. mobile

token

  • 接口

/send/api/mobile

  • 属性说明

名称

含义

注释

header

tid

租户码

appid

应用ID

pt

token

srid

服务ID

默认-1

platform

平台类型

默认Android

content

account

唯一标识码

agent

agentId

  • 样例

[{
    "header":{
        "tid":"JsVkXHdqTG1878285484",
        "appid":"TZbafrPAmp1880722139",
        "pt":"dataToken",
        "srid":"-1",
        "platform":"Android"
    },
    "content":[
        {
            "accountId":0,
            "agentId":0
        }
    ]
}]
PreviouscrashNextapp

Last updated 7 years ago