get_virtual_machine
Retrieve detailed information about a specific virtual machine using its unique VM ID in the CloudStack MCP Server environment.
Instructions
Get details of a specific virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | VM ID |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "VM ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}