GetResourceGroup
Retrieve detailed information about a specific resource group by its unique ID using the MCP server for Alibaba Cloud DataWorks. Ideal for managing and monitoring DataWorks resources.
Instructions
根据ID获取指定资源组信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | Yes | 通用资源组唯一标识 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "通用资源组唯一标识",
"type": "string"
}
},
"required": [
"Id"
],
"type": "object"
}