get_iso_by_name
Retrieve ISO file details from Vultr cloud infrastructure by searching with a specific name or filename to access installation media information.
Instructions
Get ISO by name or filename.
Args: name: ISO name or filename to search for
Returns: ISO details if found
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}