License Manager Functions

Package: DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER

BULK_UPLOAD_LICENSE_RECORDS Function

Bulk upload the product licenses and license records for a given compartment.

Syntax

FUNCTION bulk_upload_license_records (
  bulk_upload_license_records_details dbms_cloud_oci_license_manager_bulk_upload_license_records_details_t,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_bulk_upload_license_records_response_t;

Parameters

Parameter Description

bulk_upload_license_records_details

(required) Details required for the bulk upload of product licenses and license records.

opc_request_id

(optional) The 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://licensemanager.{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_LICENSE_RECORD Function

Creates a new license record for the given product license ID.

Syntax

FUNCTION create_license_record (
  create_license_record_details dbms_cloud_oci_license_manager_create_license_record_details_t,
  product_license_id varchar2,
  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_lim_license_manager_create_license_record_response_t;

Parameters

Parameter Description

create_license_record_details

(required) Details needed to create a new license record.

product_license_id

(required) Unique product license identifier.

opc_request_id

(optional) The 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://licensemanager.{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_PRODUCT_LICENSE Function

Creates a new product license.

Syntax

FUNCTION create_product_license (
  create_product_license_details dbms_cloud_oci_license_manager_create_product_license_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_lim_license_manager_create_product_license_response_t;

Parameters

Parameter Description

create_product_license_details

(required) Details for creating a new product license.

opc_request_id

(optional) The 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://licensemanager.{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_LICENSE_RECORD Function

Removes a license record.

Syntax

FUNCTION delete_license_record (
  license_record_id varchar2,
  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_lim_license_manager_delete_license_record_response_t;

Parameters

Parameter Description

license_record_id

(required) Unique license record identifier.

opc_request_id

(optional) The 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://licensemanager.{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_PRODUCT_LICENSE Function

Removes a product license.

Syntax

FUNCTION delete_product_license (
  product_license_id varchar2,
  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_lim_license_manager_delete_product_license_response_t;

Parameters

Parameter Description

product_license_id

(required) Unique product license identifier.

opc_request_id

(optional) The 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://licensemanager.{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_BULK_UPLOAD_TEMPLATE Function

Provides the bulk upload file template.

Syntax

FUNCTION get_bulk_upload_template (
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_bulk_upload_template_response_t;

Parameters

Parameter Description

opc_request_id

(optional) The 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://licensemanager.{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_CONFIGURATION Function

Retrieves configuration for a compartment.

Syntax

FUNCTION get_configuration (
  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_lim_license_manager_get_configuration_response_t;

Parameters

Parameter Description

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

opc_request_id

(optional) The 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://licensemanager.{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_LICENSE_METRIC Function

Retrieves the license metrics for a given compartment.

Syntax

FUNCTION get_license_metric (
  compartment_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  is_compartment_id_in_subtree number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_license_metric_response_t;

Parameters

Parameter Description

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

opc_request_id

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

is_compartment_id_in_subtree

(optional) Indicates if the given compartment is the root 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://licensemanager.{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_LICENSE_RECORD Function

Retrieves license record details by the license record ID in a given compartment.

Syntax

FUNCTION get_license_record (
  license_record_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_lim_license_manager_get_license_record_response_t;

Parameters

Parameter Description

license_record_id

(required) Unique license record identifier.

opc_request_id

(optional) The 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://licensemanager.{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_PRODUCT_LICENSE Function

Retrieves product license details by product license ID in a given compartment.

Syntax

FUNCTION get_product_license (
  product_license_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_lim_license_manager_get_product_license_response_t;

Parameters

Parameter Description

product_license_id

(required) Unique product license identifier.

opc_request_id

(optional) The 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://licensemanager.{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_LICENSE_RECORDS Function

Retrieves all license records for a given product license ID.

Syntax

FUNCTION list_license_records (
  product_license_id varchar2,
  limit number DEFAULT NULL,
  page varchar2 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_lim_license_manager_list_license_records_response_t;

Parameters

Parameter Description

product_license_id

(required) Unique product license identifier.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

opc_request_id

(optional) The 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, whether `ASC` or `DESC`.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) Specifies the attribute with which to sort the rules. Default: `expirationDate` * **expirationDate:** Sorts by expiration date of the license record.

Allowed values are: 'expirationDate'

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://licensemanager.{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_PRODUCT_LICENSE_CONSUMERS Function

Retrieves the product license consumers for a particular product license ID.

Syntax

FUNCTION list_product_license_consumers (
  product_license_id varchar2,
  compartment_id varchar2,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  is_compartment_id_in_subtree number 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_lim_license_manager_list_product_license_consumers_response_t;

Parameters

Parameter Description

product_license_id

(required) Unique product license identifier.

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

opc_request_id

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

is_compartment_id_in_subtree

(optional) Indicates if the given compartment is the root compartment.

sort_order

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

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) Specifies the attribute with which to sort the rules. Default: `licenseUnitsRequired` * **licenseUnitsRequired:** Sorts by licenseUnitsRequired of the Resource.

Allowed values are: 'licenseUnitsRequired'

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://licensemanager.{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_PRODUCT_LICENSES Function

Retrieves all the product licenses from a given compartment.

Syntax

FUNCTION list_product_licenses (
  compartment_id varchar2,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  is_compartment_id_in_subtree number 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_lim_license_manager_list_product_licenses_response_t;

Parameters

Parameter Description

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

opc_request_id

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

is_compartment_id_in_subtree

(optional) Indicates if the given compartment is the root compartment.

sort_order

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

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) Specifies the attribute with which to sort the rules. Default: `totalLicenseUnitsConsumed` * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense.

Allowed values are: 'totalLicenseUnitsConsumed'

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://licensemanager.{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_TOP_UTILIZED_PRODUCT_LICENSES Function

Retrieves the top utilized product licenses for a given compartment.

Syntax

FUNCTION list_top_utilized_product_licenses (
  compartment_id varchar2,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  is_compartment_id_in_subtree number 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_lim_license_manager_list_top_utilized_product_licenses_response_t;

Parameters

Parameter Description

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

opc_request_id

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

is_compartment_id_in_subtree

(optional) Indicates if the given compartment is the root compartment.

sort_order

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

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) Specifies the attribute with which to sort the rules. Default: `totalLicenseUnitsConsumed` * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense.

Allowed values are: 'totalLicenseUnitsConsumed'

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://licensemanager.{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_TOP_UTILIZED_RESOURCES Function

Retrieves the top utilized resources for a given compartment.

Syntax

FUNCTION list_top_utilized_resources (
  compartment_id varchar2,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  is_compartment_id_in_subtree number DEFAULT NULL,
  resource_unit_type 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_lim_license_manager_list_top_utilized_resources_response_t;

Parameters

Parameter Description

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

opc_request_id

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

is_compartment_id_in_subtree

(optional) Indicates if the given compartment is the root compartment.

resource_unit_type

(optional) A filter to return only resources whose unit matches the given resource unit.

Allowed values are: 'OCPU', 'ECPU'

sort_order

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

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) Specifies the attribute with which to sort the rules. Default: `totalUnits` * **totalUnits:** Sorts by totalUnits consumed by resource.

Allowed values are: 'totalUnits'

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://licensemanager.{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_CONFIGURATION Function

Updates the configuration for the compartment.

Syntax

FUNCTION update_configuration (
  compartment_id varchar2,
  update_configuration_details dbms_cloud_oci_license_manager_update_configuration_details_t,
  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_lim_license_manager_update_configuration_response_t;

Parameters

Parameter Description

compartment_id

(required) The compartment OCID used for the license record, product license, and configuration.

update_configuration_details

(required) Configuration details that need to be updated.

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) The 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://licensemanager.{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_LICENSE_RECORD Function

Updates license record entity details.

Syntax

FUNCTION update_license_record (
  license_record_id varchar2,
  update_license_record_details dbms_cloud_oci_license_manager_update_license_record_details_t,
  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_lim_license_manager_update_license_record_response_t;

Parameters

Parameter Description

license_record_id

(required) Unique license record identifier.

update_license_record_details

(required) Details to update a license record entity.

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) The 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://licensemanager.{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_PRODUCT_LICENSE Function

Updates the list of images for a product license.

Syntax

FUNCTION update_product_license (
  product_license_id varchar2,
  update_product_license_details dbms_cloud_oci_license_manager_update_product_license_details_t,
  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_lim_license_manager_update_product_license_response_t;

Parameters

Parameter Description

product_license_id

(required) Unique product license identifier.

update_product_license_details

(required) The list of images that needs to be updated.

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) The 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://licensemanager.{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.