cURL
curl --request POST \ --url 'https://api.flashcat.cloud/rum/application/create?app_key=' \ --header 'Content-Type: application/json' \ --data ' { "application_name": "app-from-bai", "type": "web", "team_id": 4291079133131, "is_private": true } '
{ "error": { "code": "<string>", "message": "<string>" }, "data": { "application_id": "<string>", "application_name": "<string>", "client_token": "<string>" } }
应用名称
1 - 40
应用类型
browser
负责团队ID
是否私有访问,不传默认公开
是否避免收集地理信息
是否避免收集ip信息
告警配置
显示 子属性
Tracing配置
错误信息,仅失败时存在
此页面对您有帮助吗?