콘텐츠로 이동

분할 업로드 파일 병합



POST /api/v1/rum_sourcemap/part_merge

개요

sourcemap 압축 파일 업로드(분할 업로드) 작업의 5단계입니다. 업로드된 분할 파일을 병합하여 sourcemap 압축 파일로 만듭니다. 자세한 내용은 SourceMap 분할 업로드 관련 인터페이스 사용 설명 참조

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

응답

{
    "code": 200,
    "content": {},
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-4CC300F8-2407-42C3-B8D2-1C706CE38DF8"
}

문서 평가

이 페이지가 도움이 되었나요?