Queries the information about a workspace based on the workspace name in Data Management (DMS).
Operation description
You are a DMS administrator or a database administrator (DBA).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SpaceName | string | Yes | The name of the workspace. | test_space |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 3000 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "FE8CA4A8-AB2D-55B7-BD30-01A4609F40D8",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"LakehouseSpace": {
"Id": 1,
"SpaceName": "test_space",
"CreatorId": "51***",
"TenantId": "3***",
"Description": "test",
"Mode": 1,
"DwDbType": "14",
"SpaceConfig": "{\\\"skipManualRunCheck\\\":true,\\\"skipPublishApprove\\\":true}",
"DevDbId": 0,
"ProdDbId": 0,
"IsDeleted": false
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history