get_disk_image
Retrieve detailed information about a specific disk image using its ID and region to manage cloud storage resources on the Civo platform.
Instructions
Get details of a specific disk image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Disk image ID | |
region | No | Region identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Disk image ID",
"type": "string"
},
"region": {
"description": "Region identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}