2.8. アプリケーションプラン
3scale toolbox を使用して、デベロッパーポータルのアプリケーションプランの作成、更新、一覧表示、削除、表示、またはエクスポート/インポートを行います。
2.8.1. 新しいアプリケーションプランの作成
新しいアプリケーションプランを作成するには、以下の手順に従います。
- アプリケーションプラン名を指定する必要があります。
-
system-name
を上書きするには、オプションのパラメーターを使用します。 - 同じ名前のアプリケーションプランがすでに存在する場合、エラーメッセージが表示されます。
-
--default
フラグを使用して、アプリケーションプランをデフォルト
として設定します。 --publish
フラグを使用して、公開済み
アプリケーションプランを作成します。-
デフォルトでは、
非表示
になります。
-
デフォルトでは、
--disabled
フラグを使用して、無効な
アプリケーションプランを作成します。-
デフォルトでは、
有効
になります。
-
デフォルトでは、
注記
service
位置引数はサービスの参照で、サービスのid
またはサービスのsystem_name
のどちらかです。- toolbox は、どちらか一方を使用します。
次の例では、新しいアプリケーションプランを作成します。
例
3scale application-plan create [opts] <remote> <service> <plan-name>
アプリケーションプランの作成時に、以下のオプションを使用します。
Options --approval-required=<value> The application requires approval: true or false --cost-per-month=<value> Cost per month -d --default This will make the default application plan --disabled This will disable all methods and metrics in the application plan --end-user-required=<value> End user required: true or false -p --published This will publish the application plan --setup-fee=<value> Set-up fee -t --system-name=<value> This will set application plan system name --trial-period-days=<value> The trial period in days Options for application-plan -c --config-file=<value> 3scale toolbox configuration file (default: $HOME/.3scalerc.yaml) -h --help show help for this command -k --insecure Proceed and operate even for server connections otherwise considered insecure -v --version This will print the version of this command --verbose Verbose mode