get_appliance_info
Retrieve detailed information about a specific appliance by providing its unique ID, enabling efficient management within the Sakura Cloud MCP Server infrastructure.
Instructions
Get detailed information about a specific appliance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
applianceId | Yes | The ID of the appliance to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"applianceId": {
"description": "The ID of the appliance to retrieve",
"type": "string"
}
},
"required": [
"applianceId"
],
"type": "object"
}