get_cdrom_info
Retrieve detailed information about a specific ISO image using the unique CD-ROM ID to manage and interact with Sakura Cloud infrastructure.
Instructions
Get detailed information about a specific ISO image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cdromId | Yes | The ID of the ISO image to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"cdromId": {
"description": "The ID of the ISO image to retrieve",
"type": "string"
}
},
"required": [
"cdromId"
],
"type": "object"
}