cldkctl_get_vm_storage_class
Retrieve the storage class for a specific virtual machine by inputting the project ID using the MCP cldkctl Server, enabling efficient resource management.
Instructions
Call the cldkctl_get_vm_storage_class endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}