콘텐츠로 이동

내보내기



GET /api/v1/viewer/{viewer_uuid}/export

개요

viewer_uuid로 지정된 탐색기를 템플릿 구조로 내보냅니다.

라우트 파라미터

파라미터명 유형 필수 설명
viewer_uuid string Y 탐색기 UUID

파라미터 추가 설명

요청 예제

curl 'https://openapi.guance.com/api/v1/viewer/dsbd_xxxx32/export' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed 

응답

{
    "code": 200,
    "content": {
        "dashboardBindSet": [],
        "dashboardExtend": {
            "analysisField": "message",
            "charts": [
                null,
                null,
                null
            ],
            "filters": [],
            "index": "tracing",
            "quickFilter": {
                "columns": []
            },
            "rumAppId": "",
            "rumType": "",
            "selectedIndex": "default",
            "source": "",
            "table": {
                "columns": []
            }
        },
        "dashboardMapping": [],
        "dashboardOwnerType": "viewer",
        "dashboardType": "CUSTOM",
        "iconSet": {},
        "main": {
            "charts": [],
            "groups": [],
            "type": "template",
            "vars": []
        },
        "summary": "",
        "tagInfo": [
            {
                "id": "tag_xxxx32",
                "name": "Application Performance"
            }
        ],
        "tags": [],
        "thumbnail": "",
        "title": "modify_viewer"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-4457FED3-911C-4AA8-A7C7-9AE6B0463DC8"
} 

문서 평가

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