合并各分片生成文件¶
POST /api/v1/rum_sourcemap/part_merge
概述¶
Body 请求参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
uploadId | string | Y | 分片上传事件Id 允许为空: False |
chunkIndexs | array | 分片列表 允许为空: False 允许为空字符串: False |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/rum_sourcemap/part_merge' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw $'{\n "uploadId": "65ef45944fac157005cb73de48e81f161Lfv5UOs"\n}' \
--compressed