get_zone_info
Retrieve detailed information about a specific zone using the zone ID to manage Sakura Cloud infrastructure effectively and optimize resource allocation.
Instructions
Get detailed information about a specific zone
Input Schema
Name | Required | Description | Default |
---|---|---|---|
zoneId | Yes | The ID of the zone to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"zoneId": {
"description": "The ID of the zone to retrieve",
"type": "string"
}
},
"required": [
"zoneId"
],
"type": "object"
}