List¶
GET /api/v1/wksp_share/list
Overview¶
Query Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
type | string | Type, grant: authorization list; granted: authorized list Allow empty: False |
|
namespace | commaArray | Filter out workspaces with corresponding namespace viewing permissions. Optional fields ["metric","keyevent","network","rum","dialtest","billing","logging","tracing","object","custom_object","profiling","llm"] Allow empty: False |
|
regionCode | string | Site filtering, filter for viewable workspaces Allow empty: False |
|
toRegionCode | string | Site filtering, filter for authorized workspaces Allow empty: False |
|
filterWsUUIDs | commaArray | Workspace UUIDs, multiple workspaces separated by commas Allow empty: False |
|
search | string | Field name search Allow empty: False |
|
pageIndex | integer | Page number Allow empty: False Example: 10 $minValue: 1 |
|
pageSize | integer | Number of items per page Allow empty: False Example: 10 $minValue: 1 $maxValue: 100 |
Parameter Additional Information¶
1. Response Parameter Description
Parameter Name | Description |
---|---|
type | Authorization type, ["*"] means all, optional types: ["metric","keyevent","network","rum","dialtest","billing","logging","tracing","object","custom_object","profiling","llm"] |
indexes | Authorized log index names |
regionCode | Authorized site code |
regionName | Authorized site name |
workspaceUUID | Authorized workspace uuid |
workspaceName | Authorized workspace name |
toRegionCode | Authorized site code |
toRegionName | Authorized site name |
toWorkspaceUUID | Authorized workspace uuid |
toWorkspaceName | Authorized workspace name |
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/wksp_share/list' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
Response¶
{
"code": 200,
"content": {
"data": [
{
"createAt": 1754361156,
"creator": "acnt_8775d346f997436c8918e9a5c8a3dffc",
"creatorInfo": {
"acntWsNickname": "feifei",
"email": "[email protected]",
"iconUrl": "",
"mobile": "",
"name": "gtf",
"status": 0,
"username": "[email protected]",
"uuid": "acnt_8775d346f997436c8918e9a5c8a3dffc",
"wsAccountStatus": 0
},
"delayDeleteAt": -1,
"deleteAt": -1,
"id": 457,
"indexes": [
"default"
],
"regionCode": "testing",
"regionName": "testing-guance",
"status": 0,
"toRegionCode": "testing",
"toRegionName": "testing-guance",
"toWorkspaceName": "gary-test-006",
"toWorkspaceUUID": "wksp_99dfb8e18426433f8b6529bd0f87f668",
"type": [
"*"
],
"updateAt": -1,
"updator": "",
"updatorInfo": {},
"uuid": "grant_6b96bcda20a4423190237a6808000cd2",
"workspaceName": "testing workspace ",
"workspaceUUID": "wksp_4b57c7bab38e4a2d9630f675dc20015d"
},
{
"createAt": 1750303597,
"creator": "acnt_349ee5f70a89442fa94b4f754b5acbfe",
"creatorInfo": {
"acntWsNickname": "",
"email": "[email protected]",
"iconUrl": "http://static.cloudcare.cn:10561/icon/acnt_349ee5f70a89442fa94b4f754b5acbfe.png",
"mobile": "12343543422",
"name": "88 testing",
"status": 0,
"username": "[email protected]",
"uuid": "acnt_349ee5f70a89442fa94b4f754b5acbfe",
"wsAccountStatus": 0
},
"delayDeleteAt": -1,
"deleteAt": -1,
"id": 448,
"indexes": [
"default",
"*",
"jindds"
],
"regionCode": "testing",
"regionName": "testing-guance",
"status": 0,
"toRegionCode": "testing",
"toRegionName": "testing-guance",
"toWorkspaceName": "Hd_test_saas02",
"toWorkspaceUUID": "wksp_1776556484b7412db06d6c428d3aaa6e",
"type": [
"network",
"object",
"dialtest",
"billing",
"logging",
"tracing",
"metric",
"rum",
"keyevent",
"custom_object",
"security",
"profiling"
],
"updateAt": -1,
"updator": "",
"updatorInfo": {},
"uuid": "grant_b7bddd877017408d9a57c4da43f938ff",
"workspaceName": "testing workspace",
"workspaceUUID": "wksp_4b57c7bab38e4a2d9630f675dc20015d"
}
],
"declaration": {
"asd": "aa,bb,cc,1,True",
"asdasd": "dawdawd",
"business": "aaa",
"dd": "dd",
"fawf": "afawf",
"organization": "64fe7b4062f74d0007b46676"
}
},
"errorCode": "",
"message": "",
"pageInfo": {
"count": 16,
"pageIndex": 1,
"pageSize": 20,
"totalCount": 16
},
"success": true,
"traceId": "TRACE-4A7BB095-CDDE-435E-B427-BE9938540EDE"
}