コンテンツにスキップ

取得



GET /api/v1/wksp_share/{wksp_share_uuid}/get

概要

ルートパラメータ

パラメータ名 必須 説明
wksp_share_uuid string Y データ共有の UUID

パラメータ補足説明

1. レスポンスパラメータの説明

パラメータ名 説明
type 共有タイプ。["*"] はすべてを表します。選択可能なタイプ: ["metric","keyevent","network","rum","dialtest","billing","logging","tracing","object","custom_object","profiling","llm","agent_monitor"]
indexes 共有するログインデックス名
regionCode 共有元サイトコード
regionName 共有元サイト名
workspaceUUID 共有元ワークスペース UUID
workspaceName 共有元ワークスペース名
toRegionCode 共有先サイトコード
toRegionName 共有先サイト名
toWorkspaceUUID 共有先ワークスペース UUID
toWorkspaceName 共有先ワークスペース名

リクエスト例

curl 'https://openapi.guance.com/api/v1/wksp_share/<wksp_share_uuid>/get' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

レスポンス

{
    "code": 200,
    "content": {
        "createAt": 1748239945,
        "creator": "acnt_06d1380440d54f2d845cb1dd3c896e45",
        "creatorInfo": {
            "acntWsNickname": "wayne",
            "email": "xxx@guance.com",
            "iconUrl": "",
            "mobile": "15221535988",
            "name": "huangzhijie",
            "status": 0,
            "username": "xxx@guance.com",
            "uuid": "acnt_06d1380440d54f2d845cb1dd3c896e45",
            "wsAccountStatus": 0
        },
        "declaration": {
            "asd": "aa,bb,cc,1,True",
            "asdasd": "dawdawd",
            "business": "aaa",
            "dd": "dd",
            "fawf": "afawf",
            "organization": "64fe7b4062f74d0007b46676"
        },
        "delayDeleteAt": -1,
        "deleteAt": -1,
        "id": 432,
        "indexes": [],
        "regionCode": "testing",
        "regionName": "testing-guance",
        "status": 0,
        "toRegionCode": "testing",
        "toRegionName": "testing-guance",
        "toWorkspaceName": "Wayne",
        "toWorkspaceUUID": "wksp_dc1b82a836ba4f71a4c136c99f119a11",
        "type": [
            "object"
        ],
        "updateAt": -1,
        "updator": "",
        "updatorInfo": {},
        "uuid": "grant_991621bf749c484a90261eeb7468f18e",
        "workspaceName": "testing workspace",
        "workspaceUUID": "wksp_4b57c7bab38e4a2d9630f675dc20015d"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-7082B028-6C30-44D5-B7D1-7B749B780FDF"
}

フィードバック

このページは役に立ちましたか?