Partner Provisioning of Subscriptions
Use the CLI commands and APIs for partner provisioning of subscriptions.
- Use the following command to resolve subscription:
oci self partner-integeration partner-subscription resolve-subscription --product-id $product_id --self-token $self_token - Use the following command to activate subscription for billing:
oci self partner-integeration subscription activate --product-id $product_id --subscription-id $subscription_id
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
List of APIs
- Use the
ResolveSubscriptionAPI to return the subscription details by resolving JWT token to corresponding subscription and move its state to Pending Activation state. - Use the
ActivateSubscriptionAPI to activate a subscription identified by the subscription ID. - Use the
ListingSubscriptionsAPI to list subscriptions for a product ID.