get_switch_list
Retrieve a list of network switches from Sakura Cloud API to manage infrastructure connectivity. Specify a zone to get switch details including ID, name, and configuration.
Instructions
さくらのクラウドAPIからスイッチ一覧を取得します
Args: zone (str): 取得対象のゾーン。
Returns: dict: スイッチ一覧のJSONレスポンス - Switches: スイッチのリスト - ID: スイッチID - Name: スイッチ名 - Description: 説明 - Tags: タグのリスト - Icon: アイコン情報 - CreatedAt: 作成日時 - ModifiedAt: 更新日時 - Scope: スコープ - ServiceClass: サービスクラス - Zone: ゾーン情報 - ID: ゾーンID - Name: ゾーン名 - Description: ゾーンの説明 - Region: リージョン情報
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes |