SaaSサブスクリプションの作成
SaaSサブスクリプションを作成します。
- サブスクリプションを作成するには、次のコマンドを使用します:
oci self subscription subscription create --compartment-id $compartment_id --product-id $product_id --seller-id $seller_id --subscription-details file://subscription-details.json --tenant-id $tenant_id - 次のコマンドを使用して、サブスクリプションの詳細を取得します:
oci self subscription subscription get --subscription-id $subscription_id - 次のコマンドを使用して、サブスクリプションの詳細をリストします。
oci self subscription subscription-collection list-subscriptions --compartment-id $compartment_id
CLIコマンドのパラメータおよび値の完全なリストは、CLIコマンド・リファレンスを参照してください。
- サブスクリプションを作成するには、次のコマンドを使用します:
CreateSubscriptionAPIを使用して、SaaSサブスクリプションを作成します。UpdateSubscriptionAPIを使用して、SaaSサブスクリプションを更新します。GetSubscriptionAPIを使用して、サブスクリプションに関する情報を取得します。ListSubscriptionsAPIを使用して、指定したコンパートメントに作成されたサブスクリプションをリストします。