Creating a SaaS Subscription
Create a SaaS subscription.
- Use the following command to create a subscription:
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 - Use the following command to get subscription details:
oci self subscription subscription get --subscription-id $subscription_id - Use the following command to list subscription details:
oci self subscription subscription-collection list-subscriptions --compartment-id $compartment_id
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
- Use the following command to create a subscription:
- Use the
CreateSubscriptionAPI to create a SaaS subscription. - Use the
UpdateSubscriptionAPI to update SaaS subscription. - Use the
GetSubscriptionAPI to get information about a subscription. - Use the
ListSubscriptionsAPI to list the subscriptions which have been created in a specified compartment.
- Use the