Marketplace Account Functions
Package: DBMS_CLOUD_OCI_MP_ACCOUNT
GET_LAUNCH_ELIGIBILITY Function
Returns Tenant eligibility and other information for launching a PIC image
Syntax
FUNCTION get_launch_eligibility (
compartment_id varchar2,
image_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_account_get_launch_eligibility_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The unique identifier for the compartment. |
|
(required) Image ID |
|
(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://marketplace.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
GET_THIRD_PARTY_PAID_LISTING_ELIGIBILITY Function
Returns eligibility details of the tenancy to see and launch third party paid listings
Syntax
FUNCTION get_third_party_paid_listing_eligibility (
compartment_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_account_get_third_party_paid_listing_eligibility_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The unique identifier for the compartment. |
|
(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://marketplace.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |