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

compartment_id

(required) The unique identifier for the compartment.

image_id

(required) Image ID

opc_request_id

(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(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.

credential_name

(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

compartment_id

(required) The unique identifier for the compartment.

opc_request_id

(optional) Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(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.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.