get_switch_list
Retrieve a list of switches for Sakura Cloud infrastructure by specifying the zone, such as "tk1v", "is1a", or "tk1a", to manage network resources effectively.
Instructions
Get list of switches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
zone | No | The zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified. |
Input Schema (JSON Schema)
{
"properties": {
"zone": {
"description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.",
"type": "string"
}
},
"type": "object"
}