Creating a SaaS Subscription

Create a SaaS subscription.

    1. Open the navigation menu  and select Marketplace. Under All Applications, From the Search and Filter box above the list table, select SaaS.
    2. Select the SaaS listing for which you want to create a subscription.
    3. Select the Pricing tab to view the pricing details of the listing.
    4. From the Actions menu, select Subscribe.
    5. On the Subscription pane, select the compartment in which you want to create a subscription.
    6. Under Select Plan, select the subscription plan.
    7. Enter a name for the subscription.
    8. Accept the terms and conditions of the subscription plan.
    9. Select Subscribe.
    10. On the Details page, you can view the subscription information.
    11. Select Activate. You're redirected to the partner provisioning page. You're required to sign in to partner redirection page. At this stage the subscription is in the Created state.
      Note

      The subscription now needs to be provisioned and activated by the partner. After that the subscription becomes active.
    • 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.