2.15.2. アプリケーションの作成
特定の 3scale アカウントおよびアプリケーションプランにリンクされたアプリケーションを 1 つ作成するには、create コマンドを使用します。
必要な位置パラメーターは以下のとおりです。
-
<service>
参照。サービスのid
またはサービスのsystem_name
のどちらかです。 <account>
参照。次のいずれかです。-
アカウント
id
-
アカウントの管理ユーザーの
username
、email
、またはuser_id
-
provider_key
-
アカウント
-
<application plan>
参照。プランのid
またはプランのsystem_name
のどちらかです。 -
<name>
アプリケーション名。
次の例では、アプリケーションを作成します。
例
3scale application create [opts] <remote> <account> <service> <application-plan> <name>
アプリケーションの作成時に、以下のオプションを使用します。
Options --application-id=<value> App ID or Client ID (for OAuth and OpenID Connect authentication modes) of the application to be created. --application-key=<value> App Key(s) or Client Secret (for OAuth and OpenID Connect authentication modes) of the application to be created. --description=<value> Application description --redirect-url=<value> OpenID Connect redirect url --user-key=<value> User Key (API Key) of the application to be created.