ListCalcEngines
Queries a list of compute engines that are associated with a DataWorks workspace.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
The ID of the DataWorks workspace with which the compute engine is associated. |
27 |
| Name |
string |
No |
The name of the compute engine, which must be exactly matched. |
abc |
| CalcEngineType |
string |
Yes |
The type of the compute engine. The value of this parameter is not case-sensitive. Valid values:
|
ODPS |
| EnvType |
string |
No |
The environment in which the compute engine is used. Valid values:
|
PRD |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Maximum value: 100. |
10 |
| PageNumber |
integer |
No |
The page number. Pages start from page 1. Default value: 1. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
0bc1ec92159376**** |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
object |
The query results for compute engines that are returned on multiple pages. |
|
| PageNumber |
integer |
The page number of the returned page. |
1 |
| PageSize |
integer |
The number of entries per page. |
20 |
| TotalCount |
integer |
The total number of compute engine instances. |
1 |
| CalcEngines |
array<object> |
The compute engines. |
|
|
array<object> |
The returned data. |
||
| BindingProjectName |
string |
The name of the workspace with which the compute engine is associated. |
abc |
| IsDefault |
boolean |
Indicates whether the compute engine is the default engine of the current type. |
true |
| EngineId |
integer |
The compute engine ID. |
35 |
| DwRegion |
string |
The region where the DataWorks workspace with which the compute engine is associated resides. |
cn-zhangjiakou |
| TaskAuthType |
string |
The identity that is used to access the compute engine. Valid values:
|
PROJECT |
| CalcEngineType |
string |
The type of the compute engine. |
ODPS |
| EngineInfo |
object |
The details of the compute engine.
|
{"pubEndpoint":"http://service.cn.maxcompute.aliyun.com/api","endpoint":"http://service.cn.maxcompute.aliyun-inc.com/api","resourceGroupType":"ODPS","resourceGroupId":"361826516****","vpcEndpoint":"http://service.cn.maxcompute.aliyun-inc.com/api","projectName":"onefall_test_zjk","taskSameAsOwner":"true"} |
| EnvType |
string |
The environment in which the compute engine is used. Valid values:
|
PRD |
| Region |
string |
The region where the compute engine resides. |
cn-zhangjiakou |
| GmtCreate |
string |
The time when the compute engine was created. |
Oct 10, 2019 3:42:44 PM |
| BindingProjectId |
integer |
The ID of the workspace with which the compute engine is associated. |
27 |
| Name |
string |
The display name of the compute engine. |
abc |
| TenantId |
integer |
The tenant ID. |
1234567 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "1AFAE64E-D1BE-432B-A9****",
"Success": true,
"Data": {
"PageNumber": 1,
"PageSize": 20,
"TotalCount": 1,
"CalcEngines": [
{
"BindingProjectName": "test_project",
"IsDefault": true,
"EngineId": 35,
"DwRegion": "cn-zhangjiakou",
"TaskAuthType": "PROJECT",
"CalcEngineType": "ODPS",
"EngineInfo": {
"pubEndpoint": "service.cn.maxcompute.aliyun.com/api",
"endpoint": "service.cn.maxcompute.aliyun-inc.com/api",
"initProperties": " {\"odpsTypeMode\":\"STANDARD\",\"openPai\":false,\"openPaiGpu\":false}",
"resourceGroupType": "ODPS",
"resourceGroupId": "361826516****",
"vpcEndpoint": "service.cn.maxcompute.aliyun-inc.com/api",
"projectName": "onefall_test_zjk",
"taskSameAsOwner": "true"
},
"EnvType": "PRD",
"Region": "cn-zhangjiakou",
"GmtCreate": "Oct 10, 2019 3:42:44 PM",
"BindingProjectId": 466230,
"Name": "test_mc",
"TenantId": 1234567
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The connection does not exist. |
| 400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The project does not exist. |
| 400 | Invalid.Tenant.UserNotInProject | The user is not in the project. | The user is not in the project. |
| 400 | Invalid.CalcEngineEnvType | The specified envType %s is invalid. | The specify env type %s invalid |
| 400 | Invalid.CalcEngineType | The specified calcEngineType %s is invalid. | The specify calc engine type %s invalid. |
| 403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not a project administrator or owner. |
| 403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | The user is not in tenant. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.