cldkctl_get_vm_flavor
Retrieve virtual machine flavor details by specifying the Flavor Type ID using the cldkctl_get_vm_flavor endpoint on the MCP cldkctl Server.
Instructions
Call the cldkctl_get_vm_flavor endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
flavorType_id | Yes | Flavor Type ID |
Input Schema (JSON Schema)
{
"properties": {
"flavorType_id": {
"description": "Flavor Type ID",
"type": "string"
}
},
"required": [
"flavorType_id"
],
"type": "object"
}