Edge 関数プランを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
esa:ListEdgeRoutinePlans |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| RequestId |
string |
リクエスト ID。 |
0AEDAF20-4DDF-4165-8750-47FF9C1929C9 |
| PlanInfo |
array<object> |
プラン。 |
|
|
object |
プランの詳細。 |
||
| PlanName |
string |
プラン名。 |
test_plan |
| ErRoutineQuota |
string |
作成可能なルーチンの最大数。 |
100 |
| ErRoutineCodeVersionQuota |
string |
各ルーチンがサポートする最大バージョン数。 |
20 |
| ErRoutineRouteSiteCountQuota |
string |
各ルーチンが関連付けられる Web サイトの最大数。 |
100 |
| BillingMode |
string |
課金方法。有効な値:
|
POSTPAY |
| PaymentMethod |
string |
支払方法。有効な値:
|
er_free |
| PageNumber |
integer |
ページ番号。デフォルト値:1。 |
1 |
| PageSize |
integer |
1 ページあたりのエントリ数。有効な値:1~500。 |
20 |
| TotalCount |
integer |
返されたエントリの総数。 |
12 |
| TotalPage |
integer |
返されたページの総数。 |
1 |
例
成功レスポンス
JSONJSON
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9",
"PlanInfo": [
{
"PlanName": "test_plan",
"ErRoutineQuota": "100",
"ErRoutineCodeVersionQuota": "20",
"ErRoutineRouteSiteCountQuota": "100",
"BillingMode": "POSTPAY",
"PaymentMethod": "er_free"
}
],
"PageNumber": 1,
"PageSize": 20,
"TotalCount": 12,
"TotalPage": 1
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。