get_price
Retrieve pricing information for Sakura Cloud services, including hourly, daily, and monthly rates for different service classes and zones.
Instructions
さくらのクラウドの利用料金を取得します。 Returns: dict: さくらのクラウドの利用料金情報 - Count (int): 取得したサービスクラスの総数 - ResponsedAt (str): レスポンス生成日時(ISO 8601 形式) - ServiceClasses (dict): - <キー> (dict): 各サービスクラスの詳細情報 - DisplayName (str): プランの表示名 - IsPublic (bool): 公開フラグ - Price (dict): - Daily (int): 日額(円) - Hourly (int): 時額(円) - Monthly (int): 月額(円) - Zone (str): ゾーン名 - ServiceCharge (str): 課金種別 - ServiceClassID (int): サービスクラス ID - ServiceClassName (str): サービスクラス名(内部名称) - ServiceClassPath (str): サービスクラスのパス
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||