GetDataServiceApi
Retrieve detailed information about data service APIs in development within Alibaba Cloud DataWorks using specific workspace, API, and tenant IDs for streamlined resource management.
Instructions
查询数据服务API开发态的详情
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ApiId | No | 数据服务API的ID | |
ProjectId | No | 工作空间的ID | |
TenantId | No | 租户ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"ApiId": {
"description": "数据服务API的ID"
},
"ProjectId": {
"description": "工作空间的ID"
},
"TenantId": {
"description": "租户ID"
}
},
"type": "object"
}