목록¶
GET /api/v1/rum_sourcemap/list
개요¶
지정된 애플리케이션에 존재하는 모든 sourcemap 정보를 나열합니다.
Query 요청 파라미터¶
| 파라미터명 | 유형 | 필수 | 설명 |
|---|---|---|---|
| appId | string | Y | appId Null 허용: False |
파라미터 추가 설명¶
요청 예시¶
curl 'https://openapi.guance.com/api/v1/rum_sourcemap/list?appId=app_demo' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>'
응답¶
{
"code": 200,
"content": [
{
"createAt": 1706586319,
"declaration": {
"b": [
"asfawfgajfasfafgafwba",
"asfgahjfaf"
],
"business": "aaa",
"organization": "6540c09e4243b300077a9675"
},
"env": "daily",
"version": "1.0.2"
}
],
"errorCode": "",
"message": "",
"success": true,
"traceId": "TRACE-8AED1B4C-CEB1-4C2A-B585-358B4DBE4C54"
}