Skip to content

[Site] List



GET /api/v1/workspace/website/list

Overview

Retrieve site information

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.com/api/v1/workspace/website/list' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed 

Response

{
    "code": 200,
    "content": [
        {
            "declaration": {
                "asd": "aa,bb,cc,1,True",
                "asdasd": "dawdawd",
                "business": "aaa",
                "dd": "dd",
                "fawf": "afawf",
                "organization": "64fe7b4062f74d0007b46676"
            },
            "endpoint": "http://testing-ft2x-saas.dataflux.cn",
            "isCurSite": true,
            "regionCode": "testing",
            "regionName": "Testing Environment (testing-guance)"
        },
        {
            "declaration": {
                "asd": "aa,bb,cc,1,True",
                "asdasd": "dawdawd",
                "business": "aaa",
                "dd": "dd",
                "fawf": "afawf",
                "organization": "64fe7b4062f74d0007b46676"
            },
            "endpoint": "http://daily-ft2x.dataflux.cn",
            "isCurSite": false,
            "regionCode": "daily",
            "regionName": "Development Environment (daily-guance)"
        }
    ],
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-B9CDF96A-34FB-4F48-8217-256BC3AFC5EF"
} 

Feedback

Is this page helpful? ×