Marketplace Functions

Package: DBMS_CLOUD_OCI_MP_MARKETPLACE

CHANGE_PUBLICATION_COMPARTMENT Function

Moves the specified publication from one compartment to another.

Syntax

FUNCTION change_publication_compartment (
  publication_id varchar2,
  change_publication_compartment_details dbms_cloud_oci_marketplace_change_publication_compartment_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_change_publication_compartment_response_t;

Parameters

Parameter Description

publication_id

(required) The unique identifier for the publication.

change_publication_compartment_details

(required) The details of the request to change the compartment of a given publication.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected).

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.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

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.

CREATE_ACCEPTED_AGREEMENT Function

Accepts a terms of use agreement for a specific package version of a listing. You must accept all terms of use for a package before you can deploy the package.

Syntax

FUNCTION create_accepted_agreement (
  create_accepted_agreement_details dbms_cloud_oci_marketplace_create_accepted_agreement_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_create_accepted_agreement_response_t;

Parameters

Parameter Description

create_accepted_agreement_details

(required) Details necessary to accept an agreement.

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.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected).

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.

CREATE_PUBLICATION Function

Creates a publication of the specified listing type with an optional default package.

Syntax

FUNCTION create_publication (
  create_publication_details dbms_cloud_oci_marketplace_create_publication_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_create_publication_response_t;

Parameters

Parameter Description

create_publication_details

(required) The details for creating the publication.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected).

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.

DELETE_ACCEPTED_AGREEMENT Function

Removes a previously accepted terms of use agreement from the list of agreements that Marketplace checks before initiating a deployment. Listings in Marketplace that require acceptance of the specified terms of use can no longer be deployed, but existing deployments aren't affected.

Syntax

FUNCTION delete_accepted_agreement (
  accepted_agreement_id varchar2,
  signature varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_delete_accepted_agreement_response_t;

Parameters

Parameter Description

accepted_agreement_id

(required) The unique identifier for the accepted terms of use agreement.

signature

(optional) Previously, the signature generated for the listing package terms of use agreement, but now deprecated and ignored.

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.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

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.

DELETE_PUBLICATION Function

Deletes a publication, which also removes the associated listing from anywhere it was published, such as Marketplace or Compute.

Syntax

FUNCTION delete_publication (
  publication_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_delete_publication_response_t;

Parameters

Parameter Description

publication_id

(required) The unique identifier for the publication.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

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.

EXPORT_LISTING Function

Exports container images or helm chart from marketplace to customer's registry.

Syntax

FUNCTION export_listing (
  listing_id varchar2,
  package_version varchar2,
  export_package_details dbms_cloud_oci_marketplace_export_package_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_export_listing_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

package_version

(required) The version of the package. Package versions are unique within a listing.

export_package_details

(required) The details for exporting container images or helm chart.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected).

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_ACCEPTED_AGREEMENT Function

Gets the details of a specific, previously accepted terms of use agreement.

Syntax

FUNCTION get_accepted_agreement (
  accepted_agreement_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_marketplace_get_accepted_agreement_response_t;

Parameters

Parameter Description

accepted_agreement_id

(required) The unique identifier for the accepted terms of use agreement.

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_AGREEMENT Function

Returns a terms of use agreement for a package with a time-based signature that can be used to accept the agreement.

Syntax

FUNCTION get_agreement (
  listing_id varchar2,
  package_version varchar2,
  agreement_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_get_agreement_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

package_version

(required) The version of the package. Package versions are unique within a listing.

agreement_id

(required) The unique identifier for the agreement.

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.

compartment_id

(optional) The unique identifier for the compartment.

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_LISTING Function

Gets detailed information about a listing, including the listing's name, version, description, and resources. If you plan to launch an instance from an image listing, you must first subscribe to the listing. When you launch the instance, you also need to provide the image ID of the listing resource version that you want. Subscribing to the listing requires you to first get a signature from the terms of use agreement for the listing resource version. To get the signature, issue a GetAppCatalogListingAgreements API call. The AppCatalogListingResourceVersionAgreements object, including its signature, is returned in the response. With the signature for the terms of use agreement for the desired listing resource version, create a subscription by issuing a CreateAppCatalogSubscription API call. To get the image ID to launch an instance, issue a GetAppCatalogListingResourceVersion API call. Lastly, to launch the instance, use the image ID of the listing resource version to issue a LaunchInstance API call.

Syntax

FUNCTION get_listing (
  listing_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_get_listing_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

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.

compartment_id

(optional) The unique identifier for the compartment.

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_PACKAGE Function

Get the details of the specified version of a package, including information needed to launch the package. If you plan to launch an instance from an image listing, you must first subscribe to the listing. When you launch the instance, you also need to provide the image ID of the listing resource version that you want. Subscribing to the listing requires you to first get a signature from the terms of use agreement for the listing resource version. To get the signature, issue a GetAppCatalogListingAgreements API call. The AppCatalogListingResourceVersionAgreements object, including its signature, is returned in the response. With the signature for the terms of use agreement for the desired listing resource version, create a subscription by issuing a CreateAppCatalogSubscription API call. To get the image ID to launch an instance, issue a GetAppCatalogListingResourceVersion API call. Lastly, to launch the instance, use the image ID of the listing resource version to issue a LaunchInstance API call.

Syntax

FUNCTION get_package (
  listing_id varchar2,
  package_version varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_get_package_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

package_version

(required) The version of the package. Package versions are unique within a listing.

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.

compartment_id

(optional) The unique identifier for the compartment.

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_PUBLICATION Function

Gets the details of the specified publication.

Syntax

FUNCTION get_publication (
  publication_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_marketplace_get_publication_response_t;

Parameters

Parameter Description

publication_id

(required) The unique identifier for the publication.

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_PUBLICATION_PACKAGE Function

Gets the details of a specific package version within a given publication.

Syntax

FUNCTION get_publication_package (
  publication_id varchar2,
  package_version 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_marketplace_get_publication_package_response_t;

Parameters

Parameter Description

publication_id

(required) The unique identifier for the publication.

package_version

(required) The version of the package. Package versions are unique within a listing.

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_WORK_REQUEST Function

Gets the details of the specified work request

Syntax

FUNCTION get_work_request (
  work_request_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_marketplace_get_work_request_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the work request.

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.

LIST_ACCEPTED_AGREEMENTS Function

Lists the terms of use agreements that have been accepted in the specified compartment. You can filter results by specifying query parameters.

Syntax

FUNCTION list_accepted_agreements (
  compartment_id varchar2,
  display_name varchar2 DEFAULT NULL,
  listing_id varchar2 DEFAULT NULL,
  package_version varchar2 DEFAULT NULL,
  accepted_agreement_id varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_accepted_agreements_response_t;

Parameters

Parameter Description

compartment_id

(required) The unique identifier for the compartment.

display_name

(optional) The display name of the resource.

listing_id

(optional) The unique identifier for the listing.

package_version

(optional) The version of the package. Package versions are unique within a listing.

accepted_agreement_id

(optional) The unique identifier for the accepted terms of use agreement.

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.

sort_by

(optional) The field to use to sort listed results. You can only specify one field to sort by. `TIMEACCEPTED` displays results in descending order by default. You can change your preference by specifying a different sort order.

Allowed values are: 'TIMEACCEPTED'

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

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.

LIST_AGREEMENTS Function

Returns the terms of use agreements that must be accepted before you can deploy the specified version of a package.

Syntax

FUNCTION list_agreements (
  listing_id varchar2,
  package_version varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_agreements_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

package_version

(required) The version of the package. Package versions are unique within a listing.

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.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

compartment_id

(optional) The unique identifier for the compartment.

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.

LIST_CATEGORIES Function

Gets the list of all the categories for listings published to Oracle Cloud Infrastructure Marketplace. Categories apply to the software product provided by the listing.

Syntax

FUNCTION list_categories (
  opc_request_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_categories_response_t;

Parameters

Parameter Description

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.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

compartment_id

(optional) The unique identifier for the compartment.

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.

LIST_LISTINGS Function

Gets a list of listings from Oracle Cloud Infrastructure Marketplace by searching keywords and filtering according to listing attributes. If you plan to launch an instance from an image listing, you must first subscribe to the listing. When you launch the instance, you also need to provide the image ID of the listing resource version that you want. Subscribing to the listing requires you to first get a signature from the terms of use agreement for the listing resource version. To get the signature, issue a GetAppCatalogListingAgreements API call. The AppCatalogListingResourceVersionAgreements object, including its signature, is returned in the response. With the signature for the terms of use agreement for the desired listing resource version, create a subscription by issuing a CreateAppCatalogSubscription API call. To get the image ID to launch an instance, issue a GetAppCatalogListingResourceVersion API call. Lastly, to launch the instance, use the image ID of the listing resource version to issue a LaunchInstance API call.

Syntax

FUNCTION list_listings (
  name dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  listing_id varchar2 DEFAULT NULL,
  image_id varchar2 DEFAULT NULL,
  publisher_id varchar2 DEFAULT NULL,
  package_type varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  category dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  pricing dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  is_featured number DEFAULT NULL,
  listing_types dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  operating_systems dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_listings_response_t;

Parameters

Parameter Description

name

(optional) The name of the listing.

listing_id

(optional) The unique identifier for the listing.

image_id

(optional) The image identifier of the listing.

publisher_id

(optional) Limit results to just this publisher.

package_type

(optional) A filter to return only packages that match the given package type exactly.

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.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

sort_by

(optional) The field to use to sort listed results. You can only specify one field to sort by. `TIMERELEASED` displays results in descending order by default. You can change your preference by specifying a different sort order.

Allowed values are: 'TIMERELEASED'

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

category

(optional) Name of the product category or categories. If you specify multiple categories, then Marketplace returns any listing with one or more matching categories.

pricing

(optional) Name of the pricing type. If multiple pricing types are provided, then any listing with one or more matching pricing models will be returned.

Allowed values are: 'FREE', 'BYOL', 'PAYGO'

is_featured

(optional) Indicates whether to show only featured listings. If this is set to `false` or is omitted, then all listings will be returned.

listing_types

(optional) The type of the listing.

Allowed values are: 'COMMUNITY', 'PARTNER', 'PRIVATE'

operating_systems

(optional) The operating system of the listing.

compartment_id

(optional) The unique identifier for the compartment.

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.

LIST_PACKAGES Function

Gets the list of packages for a listing. If you plan to launch an instance from an image listing, you must first subscribe to the listing. When you launch the instance, you also need to provide the image ID of the listing resource version that you want. Subscribing to the listing requires you to first get a signature from the terms of use agreement for the listing resource version. To get the signature, issue a GetAppCatalogListingAgreements API call. The AppCatalogListingResourceVersionAgreements object, including its signature, is returned in the response. With the signature for the terms of use agreement for the desired listing resource version, create a subscription by issuing a CreateAppCatalogSubscription API call. To get the image ID to launch an instance, issue a GetAppCatalogListingResourceVersion API call. Lastly, to launch the instance, use the image ID of the listing resource version to issue a LaunchInstance API call.

Syntax

FUNCTION list_packages (
  listing_id varchar2,
  package_version varchar2 DEFAULT NULL,
  package_type varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_packages_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

package_version

(optional) The version of the package. Package versions are unique within a listing.

package_type

(optional) A filter to return only packages that match the given package type exactly.

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.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

sort_by

(optional) The field to use to sort listed results. You can only specify one field to sort by. `TIMERELEASED` displays results in descending order by default. You can change your preference by specifying a different sort order.

Allowed values are: 'TIMERELEASED'

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

compartment_id

(optional) The unique identifier for the compartment.

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.

LIST_PUBLICATION_PACKAGES Function

Lists the packages in the specified publication.

Syntax

FUNCTION list_publication_packages (
  publication_id varchar2,
  package_version varchar2 DEFAULT NULL,
  package_type varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_publication_packages_response_t;

Parameters

Parameter Description

publication_id

(required) The unique identifier for the publication.

package_version

(optional) The version of the package. Package versions are unique within a listing.

package_type

(optional) A filter to return only packages that match the given package type exactly.

sort_by

(optional) The field to use to sort listed results. You can only specify one field to sort by. `TIMERELEASED` displays results in descending order by default. You can change your preference by specifying a different sort order.

Allowed values are: 'TIMERELEASED'

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

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.

LIST_PUBLICATIONS Function

Lists the publications in the specified compartment.

Syntax

FUNCTION list_publications (
  compartment_id varchar2,
  listing_type varchar2,
  name dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  publication_id varchar2 DEFAULT NULL,
  operating_systems dbms_cloud_oci_marketplace_varchar2_tbl DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_publications_response_t;

Parameters

Parameter Description

compartment_id

(required) The unique identifier for the compartment.

listing_type

(required) The type of the listing.

Allowed values are: 'COMMUNITY', 'PARTNER', 'PRIVATE'

name

(optional) The name of the publication.

publication_id

(optional) The unique identifier for the publication.

operating_systems

(optional) The operating system of the listing.

sort_by

(optional) The field to use to sort listed results. You can only specify one field to sort by. `TIMERELEASED` displays results in descending order by default. You can change your preference by specifying a different sort order.

Allowed values are: 'TIMERELEASED'

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

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.

LIST_PUBLISHERS Function

Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure Marketplace.

Syntax

FUNCTION list_publishers (
  publisher_id varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_publishers_response_t;

Parameters

Parameter Description

publisher_id

(optional) Limit results to just this publisher.

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.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

compartment_id

(optional) The unique identifier for the compartment.

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.

LIST_REPORT_TYPES Function

Lists available types of reports for the compartment.

Syntax

FUNCTION list_report_types (
  compartment_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_report_types_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.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

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.

LIST_REPORTS Function

Lists reports in the compartment that match the specified report type and date.

Syntax

FUNCTION list_reports (
  report_type varchar2,
  l_date timestamp with time zone,
  compartment_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_reports_response_t;

Parameters

Parameter Description

report_type

(required) The type of the report.

l_date

(required) Date, expressed in RFC 3339 timestamp format. The service only interprets the year, month, and day parts in the input value, and ignores the hour, minute, and second parts.

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.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

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.

LIST_TAXES Function

Returns list of all tax implications that current tenant may be liable to once they launch the listing.

Syntax

FUNCTION list_taxes (
  listing_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_taxes_response_t;

Parameters

Parameter Description

listing_id

(required) The unique identifier for the listing.

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.

compartment_id

(optional) The unique identifier for the compartment.

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.

LIST_WORK_REQUEST_ERRORS Function

List all errors for a work request

Syntax

FUNCTION list_work_request_errors (
  work_request_id varchar2,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_work_request_errors_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the work request.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

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.

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.

Allowed values are: 'timeCreated'

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.

LIST_WORK_REQUEST_LOGS Function

List all logs for a work request

Syntax

FUNCTION list_work_request_logs (
  work_request_id varchar2,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_work_request_logs_response_t;

Parameters

Parameter Description

work_request_id

(required) The OCID of the work request.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

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.

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.

Allowed values are: 'timeCreated'

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.

LIST_WORK_REQUESTS Function

List all work requests in a compartment

Syntax

FUNCTION list_work_requests (
  compartment_id varchar2,
  work_request_id varchar2 DEFAULT NULL,
  status varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_list_work_requests_response_t;

Parameters

Parameter Description

compartment_id

(required) The unique identifier for the compartment.

work_request_id

(optional) The OCID of the work request.

status

(optional) A filter to return only resources whose status matches the given OperationStatus.

Allowed values are: 'ACCEPTED', 'IN_PROGRESS', 'FAILED', 'SUCCEEDED'

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

sort_order

(optional) The sort order to use, either `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.

Allowed values are: 'timeAccepted'

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.

SEARCH_LISTINGS Function

Queries all Marketplace Applications to find listings that match the specified criteria. To search for a listing, you can use a free text or structured search.

Syntax

FUNCTION search_listings (
  search_listings_details dbms_cloud_oci_marketplace_search_listings_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_search_listings_response_t;

Parameters

Parameter Description

search_listings_details

(required) Details related to the search query

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.

page

(optional) The value of the `opc-next-page` response header from the previous \"List\" call.

limit

(optional) How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

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.

UPDATE_ACCEPTED_AGREEMENT Function

Updates the display name or tags associated with a listing's previously accepted terms of use agreement.

Syntax

FUNCTION update_accepted_agreement (
  accepted_agreement_id varchar2,
  update_accepted_agreement_details dbms_cloud_oci_marketplace_update_accepted_agreement_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_update_accepted_agreement_response_t;

Parameters

Parameter Description

accepted_agreement_id

(required) The unique identifier for the accepted terms of use agreement.

update_accepted_agreement_details

(required) Details to update for an accepted agreement.

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.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected).

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

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.

UPDATE_PUBLICATION Function

Updates the details of an existing publication.

Syntax

FUNCTION update_publication (
  publication_id varchar2,
  update_publication_details dbms_cloud_oci_marketplace_update_publication_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  if_match varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mp_marketplace_update_publication_response_t;

Parameters

Parameter Description

publication_id

(required) The unique identifier for the publication.

update_publication_details

(required) The details for updating the publication.

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.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected).

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

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.