sss tenant create

コマンド概要

指定された契約の新規テナントを作成します。契約の代表ユーザのみがこのCLIを利用できます。


必須パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
tenant_name 文字列 - テナント名
description 文字列 - 説明
region 文字列 - リージョン名

任意パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
--contract_id 文字列 APIユーザの契約ID 契約ID

コマンド使用例

ecl sss tenant create cli-test-tenant "This tenant is tests' tenant for cli-dev" jp1

$ ecl sss tenant create cli-test-tenant "This tenant is tests' tenant for cli-dev" jp1
+-------------+------------------------------------------+
| Field       | Value                                    |
+-------------+------------------------------------------+
| contract_id | econ1000015949                           |
| description | This tenant is tests' tenant for cli-dev |
| project_id  |                                          |
| region      | jp1                                      |
| tenant_name | cli-test-tenant                          |
+-------------+------------------------------------------+