Media Services Functions

Package: DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES

CHANGE_MEDIA_ASSET_COMPARTMENT Function

Moves a MediaAsset resource from one compartment identifier to another.

Syntax

FUNCTION change_media_asset_compartment (
  media_asset_id varchar2,
  change_media_asset_compartment_details dbms_cloud_oci_media_services_change_media_asset_compartment_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  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_mds_media_services_change_media_asset_compartment_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

change_media_asset_compartment_details

(required) The information to be updated.

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

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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.

CHANGE_MEDIA_WORKFLOW_COMPARTMENT Function

Moves a MediaWorkflow resource from one compartment identifier to another.

Syntax

FUNCTION change_media_workflow_compartment (
  media_workflow_id varchar2,
  change_media_workflow_compartment_details dbms_cloud_oci_media_services_change_media_workflow_compartment_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  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_mds_media_services_change_media_workflow_compartment_response_t;

Parameters

Parameter Description

media_workflow_id

(required) Unique MediaWorkflow identifier.

change_media_workflow_compartment_details

(required) The change compartment payload.

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

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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.

CHANGE_MEDIA_WORKFLOW_CONFIGURATION_COMPARTMENT Function

Moves a MediaWorkflowConfiguration resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.

Syntax

FUNCTION change_media_workflow_configuration_compartment (
  media_workflow_configuration_id varchar2,
  change_media_workflow_configuration_compartment_details dbms_cloud_oci_media_services_change_media_workflow_configuration_compartment_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  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_mds_media_services_change_media_workflow_configuration_compartment_response_t;

Parameters

Parameter Description

media_workflow_configuration_id

(required) Unique MediaWorkflowConfiguration identifier.

change_media_workflow_configuration_compartment_details

(required) The information to be updated.

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

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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.

CHANGE_MEDIA_WORKFLOW_JOB_COMPARTMENT Function

Moves a MediaWorkflowJob resource from one compartment identifier to another.

Syntax

FUNCTION change_media_workflow_job_compartment (
  media_workflow_job_id varchar2,
  change_media_workflow_job_compartment_details dbms_cloud_oci_media_services_change_media_workflow_job_compartment_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  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_mds_media_services_change_media_workflow_job_compartment_response_t;

Parameters

Parameter Description

media_workflow_job_id

(required) Unique MediaWorkflowJob identifier.

change_media_workflow_job_compartment_details

(required) The change compartment payload.

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

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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.

CHANGE_STREAM_DISTRIBUTION_CHANNEL_COMPARTMENT Function

Moves a Stream Distribution Channel resource from one compartment identifier to another.

Syntax

FUNCTION change_stream_distribution_channel_compartment (
  stream_distribution_channel_id varchar2,
  change_stream_distribution_channel_compartment_details dbms_cloud_oci_media_services_change_stream_distribution_channel_compartment_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  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_mds_media_services_change_stream_distribution_channel_compartment_response_t;

Parameters

Parameter Description

stream_distribution_channel_id

(required) Unique Stream Distribution Channel path identifier.

change_stream_distribution_channel_compartment_details

(required) The change compartment payload.

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

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_ASSET Function

Creates a new MediaAsset.

Syntax

FUNCTION create_media_asset (
  create_media_asset_details dbms_cloud_oci_media_services_create_media_asset_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_mds_media_services_create_media_asset_response_t;

Parameters

Parameter Description

create_media_asset_details

(required) Details for the new MediaAsset.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW Function

Creates a new MediaWorkflow.

Syntax

FUNCTION create_media_workflow (
  create_media_workflow_details dbms_cloud_oci_media_services_create_media_workflow_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_mds_media_services_create_media_workflow_response_t;

Parameters

Parameter Description

create_media_workflow_details

(required) Details for the new MediaWorkflow.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_CONFIGURATION Function

Creates a new MediaWorkflowConfiguration.

Syntax

FUNCTION create_media_workflow_configuration (
  create_media_workflow_configuration_details dbms_cloud_oci_media_services_create_media_workflow_configuration_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_mds_media_services_create_media_workflow_configuration_response_t;

Parameters

Parameter Description

create_media_workflow_configuration_details

(required) Details for the new MediaWorkflowConfiguration.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOB Function

Run the MediaWorkflow according to the given mediaWorkflow definition and configuration.

Syntax

FUNCTION create_media_workflow_job (
  create_media_workflow_job_details dbms_cloud_oci_media_services_create_media_workflow_job_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_mds_media_services_create_media_workflow_job_response_t;

Parameters

Parameter Description

create_media_workflow_job_details

(required) The information to run the mediaWorkflow.

opc_request_id

(optional) The client request ID for tracing.

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 the 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://mediaservices.{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_STREAM_CDN_CONFIG Function

Creates a new CDN Configuration.

Syntax

FUNCTION create_stream_cdn_config (
  create_stream_cdn_config_details dbms_cloud_oci_media_services_create_stream_cdn_config_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_mds_media_services_create_stream_cdn_config_response_t;

Parameters

Parameter Description

create_stream_cdn_config_details

(required) Details for the new StreamCdnConfig.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_STREAM_DISTRIBUTION_CHANNEL Function

Creates a new Stream Distribution Channel.

Syntax

FUNCTION create_stream_distribution_channel (
  create_stream_distribution_channel_details dbms_cloud_oci_media_services_create_stream_distribution_channel_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_mds_media_services_create_stream_distribution_channel_response_t;

Parameters

Parameter Description

create_stream_distribution_channel_details

(required) Details for the new Stream Distribution Channel.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_STREAM_PACKAGING_CONFIG Function

Creates a new Packaging Configuration.

Syntax

FUNCTION create_stream_packaging_config (
  create_stream_packaging_config_details dbms_cloud_oci_media_services_create_stream_packaging_config_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_mds_media_services_create_stream_packaging_config_response_t;

Parameters

Parameter Description

create_stream_packaging_config_details

(required) Details for the new Stream Packaging Configuration.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_MEDIA_ASSET Function

Deletes a MediaAsset resource by identifier. If DeleteChildren is passed in as the mode, all the assets with the parentMediaAssetId matching the ID will be deleted. If DeleteDerivatives is set as the mode, all the assets with the masterMediaAssetId matching the ID will be deleted.

Syntax

FUNCTION delete_media_asset (
  media_asset_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  delete_mode varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mds_media_services_delete_media_asset_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

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 client request ID for tracing.

delete_mode

(optional) DeleteMode decides whether to delete all the immediate children or all assets with the asset's ID as their masterMediaAssetId.

Allowed values are: 'DELETE_CHILDREN', 'DELETE_DERIVATIONS'

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://mediaservices.{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_MEDIA_ASSET_DISTRIBUTION_CHANNEL_ATTACHMENT Function

Deletes a MediaAsset from the DistributionChannel by identifiers.

Syntax

FUNCTION delete_media_asset_distribution_channel_attachment (
  media_asset_id varchar2,
  distribution_channel_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  version number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mds_media_services_delete_media_asset_distribution_channel_attachment_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

distribution_channel_id

(required) Unique DistributionChannel identifier.

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 client request ID for tracing.

version

(optional) Version of the attachment.

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://mediaservices.{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_MEDIA_WORKFLOW Function

The MediaWorkflow lifecycleState will change to DELETED.

Syntax

FUNCTION delete_media_workflow (
  media_workflow_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_mds_media_services_delete_media_workflow_response_t;

Parameters

Parameter Description

media_workflow_id

(required) Unique MediaWorkflow identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_CONFIGURATION Function

Deletes a MediaWorkflowConfiguration resource by identifier.

Syntax

FUNCTION delete_media_workflow_configuration (
  media_workflow_configuration_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_mds_media_services_delete_media_workflow_configuration_response_t;

Parameters

Parameter Description

media_workflow_configuration_id

(required) Unique MediaWorkflowConfiguration identifier.

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 client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOB Function

This is an asynchronous operation. The MediaWorkflowJob lifecycleState will change to CANCELING temporarily until the job is completely CANCELED.

Syntax

FUNCTION delete_media_workflow_job (
  media_workflow_job_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_mds_media_services_delete_media_workflow_job_response_t;

Parameters

Parameter Description

media_workflow_job_id

(required) Unique MediaWorkflowJob identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_CDN_CONFIG Function

The StreamCdnConfig lifecycleState will change to DELETED.

Syntax

FUNCTION delete_stream_cdn_config (
  stream_cdn_config_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_mds_media_services_delete_stream_cdn_config_response_t;

Parameters

Parameter Description

stream_cdn_config_id

(required) Unique StreamCdnConfig identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_DISTRIBUTION_CHANNEL Function

The Stream Distribution Channel lifecycleState will change to DELETED.

Syntax

FUNCTION delete_stream_distribution_channel (
  stream_distribution_channel_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_mds_media_services_delete_stream_distribution_channel_response_t;

Parameters

Parameter Description

stream_distribution_channel_id

(required) Unique Stream Distribution Channel path identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_PACKAGING_CONFIG Function

The Stream Packaging Configuration lifecycleState will change to DELETED.

Syntax

FUNCTION delete_stream_packaging_config (
  stream_packaging_config_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_mds_media_services_delete_stream_packaging_config_response_t;

Parameters

Parameter Description

stream_packaging_config_id

(required) Unique Stream Packaging Configuration path identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_ASSET Function

Gets a MediaAsset by identifier.

Syntax

FUNCTION get_media_asset (
  media_asset_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_mds_media_services_get_media_asset_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_ASSET_DISTRIBUTION_CHANNEL_ATTACHMENT Function

Gets a MediaAssetDistributionChannelAttachment for a MediaAsset by identifiers.

Syntax

FUNCTION get_media_asset_distribution_channel_attachment (
  media_asset_id varchar2,
  distribution_channel_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  version number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mds_media_services_get_media_asset_distribution_channel_attachment_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

distribution_channel_id

(required) Unique DistributionChannel identifier.

opc_request_id

(optional) The client request ID for tracing.

version

(optional) Version of the attachment.

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://mediaservices.{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_MEDIA_WORKFLOW Function

Gets a MediaWorkflow by identifier.

Syntax

FUNCTION get_media_workflow (
  media_workflow_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_mds_media_services_get_media_workflow_response_t;

Parameters

Parameter Description

media_workflow_id

(required) Unique MediaWorkflow identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_CONFIGURATION Function

Gets a MediaWorkflowConfiguration by identifier

Syntax

FUNCTION get_media_workflow_configuration (
  media_workflow_configuration_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_mds_media_services_get_media_workflow_configuration_response_t;

Parameters

Parameter Description

media_workflow_configuration_id

(required) Unique MediaWorkflowConfiguration identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOB Function

Gets the MediaWorkflowJob.

Syntax

FUNCTION get_media_workflow_job (
  media_workflow_job_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_mds_media_services_get_media_workflow_job_response_t;

Parameters

Parameter Description

media_workflow_job_id

(required) Unique MediaWorkflowJob identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOB_FACT Function

Get the MediaWorkflowJobFact identified by the mediaWorkflowJobId and Fact ID.

Syntax

FUNCTION get_media_workflow_job_fact (
  media_workflow_job_id varchar2,
  key number,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mds_media_services_get_media_workflow_job_fact_response_t;

Parameters

Parameter Description

media_workflow_job_id

(required) Unique MediaWorkflowJob identifier.

key

(required) Identifier of the MediaWorkflowJobFact within a MediaWorkflowJob.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_CDN_CONFIG Function

Gets a StreamCdnConfig by identifier.

Syntax

FUNCTION get_stream_cdn_config (
  stream_cdn_config_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_mds_media_services_get_stream_cdn_config_response_t;

Parameters

Parameter Description

stream_cdn_config_id

(required) Unique StreamCdnConfig identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_DISTRIBUTION_CHANNEL Function

Gets a Stream Distribution Channel by identifier.

Syntax

FUNCTION get_stream_distribution_channel (
  stream_distribution_channel_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_mds_media_services_get_stream_distribution_channel_response_t;

Parameters

Parameter Description

stream_distribution_channel_id

(required) Unique Stream Distribution Channel path identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_PACKAGING_CONFIG Function

Gets a Stream Packaging Configuration by identifier.

Syntax

FUNCTION get_stream_packaging_config (
  stream_packaging_config_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_mds_media_services_get_stream_packaging_config_response_t;

Parameters

Parameter Description

stream_packaging_config_id

(required) Unique Stream Packaging Configuration path identifier.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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.

INGEST_STREAM_DISTRIBUTION_CHANNEL Function

Ingests an Asset into a Distribution Channel.

Syntax

FUNCTION ingest_stream_distribution_channel (
  stream_distribution_channel_id varchar2,
  ingest_stream_distribution_channel_details dbms_cloud_oci_media_services_ingest_stream_distribution_channel_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_mds_media_services_ingest_stream_distribution_channel_response_t;

Parameters

Parameter Description

stream_distribution_channel_id

(required) Unique Stream Distribution Channel path identifier.

ingest_stream_distribution_channel_details

(required) Playlist entry information.

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 the 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) The client request ID for tracing.

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://mediaservices.{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_MEDIA_ASSET_DISTRIBUTION_CHANNEL_ATTACHMENTS Function

Lists the MediaAssetDistributionChannelAttachments for a MediaAsset by identifier.

Syntax

FUNCTION list_media_asset_distribution_channel_attachments (
  media_asset_id varchar2,
  display_name varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  distribution_channel_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mds_media_services_list_media_asset_distribution_channel_attachments_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

display_name

(optional) A filter to return only the resources that match the entire display name given.

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 client request ID for tracing.

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. Default order for displayName is ascending.

Allowed values are: 'mediaAssetId', 'distributionChannelId', 'displayName', 'version'

distribution_channel_id

(optional) Unique DistributionChannel identifier.

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://mediaservices.{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_MEDIA_ASSETS Function

Returns a list of MediaAssetSummary.

Syntax

FUNCTION list_media_assets (
  compartment_id varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  distribution_channel_id varchar2 DEFAULT NULL,
  parent_media_asset_id varchar2 DEFAULT NULL,
  master_media_asset_id varchar2 DEFAULT NULL,
  l_type varchar2 DEFAULT NULL,
  bucket_name varchar2 DEFAULT NULL,
  object_name varchar2 DEFAULT NULL,
  media_workflow_job_id varchar2 DEFAULT NULL,
  source_media_workflow_id varchar2 DEFAULT NULL,
  source_media_workflow_version number DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_mds_media_services_list_media_assets_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

display_name

(optional) A filter to return only the resources that match the entire display name given.

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.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

Allowed values are: 'CREATING', 'UPDATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED'

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. Default order for displayName is ascending.

Allowed values are: 'compartmentId', 'type', 'lifecycleState', 'parentMediaAssetId', 'masterMediaAssetId', 'displayName', 'timeCreated', 'timeUpdated'

opc_request_id

(optional) The client request ID for tracing.

distribution_channel_id

(optional) Unique DistributionChannel identifier.

parent_media_asset_id

(optional) Unique MediaAsset identifier of the asset from which this asset is derived.

master_media_asset_id

(optional) Unique MediaAsset identifier of the first asset upload.

l_type

(optional) Filter MediaAsset by the asset type.

Allowed values are: 'AUDIO', 'VIDEO', 'PLAYLIST', 'IMAGE', 'CAPTION_FILE', 'UNKNOWN'

bucket_name

(optional) Filter MediaAsset by the bucket where the object is stored.

object_name

(optional) Filter MediaAsset by the name of the object in object storage.

media_workflow_job_id

(optional) The ID of the MediaWorkflowJob used to produce this asset, if this parameter is supplied then the workflow ID must also be supplied.

source_media_workflow_id

(optional) The ID of the MediaWorkflow used to produce this asset.

source_media_workflow_version

(optional) The version of the MediaWorkflow used to produce this asset.

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://mediaservices.{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_MEDIA_WORKFLOW_CONFIGURATIONS Function

Returns a list of MediaWorkflowConfigurations.

Syntax

FUNCTION list_media_workflow_configurations (
  compartment_id varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 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_mds_media_services_list_media_workflow_configurations_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

display_name

(optional) A filter to return only the resources that match the entire display name given.

id

(optional) Unique MediaWorkflowConfiguration 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.

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. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOB_FACTS Function

Internal API to get a point-in-time snapshot of a MediaWorkflowJob.

Syntax

FUNCTION list_media_workflow_job_facts (
  media_workflow_job_id varchar2,
  key number DEFAULT NULL,
  l_type varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number 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_mds_media_services_list_media_workflow_job_facts_response_t;

Parameters

Parameter Description

media_workflow_job_id

(required) Unique MediaWorkflowJob identifier.

key

(optional) Filter by MediaWorkflowJob ID and MediaWorkflowJobFact key.

l_type

(optional) Types of details to include.

Allowed values are: 'runnableJob', 'taskDeclaration', 'workflow', 'configuration', 'parameterResolutionEvent'

sort_by

(optional) Types of details to include.

Allowed values are: 'key'

sort_order

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

Allowed values are: 'ASC', 'DESC'

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.

limit

(optional) The maximum number of items to return.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOBS Function

Lists the MediaWorkflowJobs.

Syntax

FUNCTION list_media_workflow_jobs (
  compartment_id varchar2 DEFAULT NULL,
  id varchar2 DEFAULT NULL,
  media_workflow_id varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order 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_mds_media_services_list_media_workflow_jobs_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

id

(optional) unique MediaWorkflowJob identifier

media_workflow_id

(optional) Unique MediaWorkflow identifier.

display_name

(optional) A filter to return only the resources that match the entire display name given.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

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.

limit

(optional) The maximum number of items to return.

sort_by

(optional) The parameter sort by.

Allowed values are: 'timeCreated', 'workflowId', 'lifecycleState'

sort_order

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

Allowed values are: 'ASC', 'DESC'

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_TASK_DECLARATIONS Function

Returns a list of MediaWorkflowTaskDeclarations.

Syntax

FUNCTION list_media_workflow_task_declarations (
  compartment_id varchar2 DEFAULT NULL,
  name varchar2 DEFAULT NULL,
  version number DEFAULT NULL,
  is_current number DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order 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_mds_media_services_list_media_workflow_task_declarations_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

name

(optional) A filter to return only the resources with their system defined, unique name matching the given name.

version

(optional) A filter to select MediaWorkflowTaskDeclaration by version.

is_current

(optional) A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.

sort_by

(optional) The field to sort by. Only one sort order may be provided.

Allowed values are: 'name', 'version'

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.

sort_order

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

Allowed values are: 'ASC', 'DESC'

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOWS Function

Lists the MediaWorkflows.

Syntax

FUNCTION list_media_workflows (
  compartment_id varchar2 DEFAULT NULL,
  id varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number 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_mds_media_services_list_media_workflows_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

id

(optional) Unique MediaWorkflow identifier.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

display_name

(optional) A filter to return only the resources that match the entire display name given.

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. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

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.

limit

(optional) The maximum number of items to return.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_CDN_CONFIGS Function

Lists the StreamCdnConfig.

Syntax

FUNCTION list_stream_cdn_configs (
  distribution_channel_id varchar2,
  id varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number 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_mds_media_services_list_stream_cdn_configs_response_t;

Parameters

Parameter Description

distribution_channel_id

(required) The Stream Distribution Channel identifier this CdnConfig belongs to.

id

(optional) Unique StreamCdnConfig identifier.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

display_name

(optional) A filter to return only the resources that match the entire display name given.

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. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

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.

limit

(optional) The maximum number of items to return.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_DISTRIBUTION_CHANNELS Function

Lists the Stream Distribution Channels.

Syntax

FUNCTION list_stream_distribution_channels (
  compartment_id varchar2 DEFAULT NULL,
  id varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number 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_mds_media_services_list_stream_distribution_channels_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

id

(optional) Unique Stream Distribution Channel identifier.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

display_name

(optional) A filter to return only the resources that match the entire display name given.

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. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

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.

limit

(optional) The maximum number of items to return.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_STREAM_PACKAGING_CONFIGS Function

Lists the Stream Packaging Configurations.

Syntax

FUNCTION list_stream_packaging_configs (
  distribution_channel_id varchar2,
  stream_packaging_config_id varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number 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_mds_media_services_list_stream_packaging_configs_response_t;

Parameters

Parameter Description

distribution_channel_id

(required) Unique Stream Distribution Channel identifier.

stream_packaging_config_id

(optional) Unique Stream Packaging Configuration identifier.

lifecycle_state

(optional) A filter to return only the resources with lifecycleState matching the given lifecycleState.

display_name

(optional) A filter to return only the resources that match the entire display name given.

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. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

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.

limit

(optional) The maximum number of items to return.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_SYSTEM_MEDIA_WORKFLOWS Function

Lists the SystemMediaWorkflows that can be used to run a job by name or as a template to create a MediaWorkflow.

Syntax

FUNCTION list_system_media_workflows (
  compartment_id varchar2 DEFAULT NULL,
  name varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number 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_mds_media_services_list_system_media_workflows_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID of the compartment in which to list resources.

name

(optional) A filter to return only the resources with their system defined, unique name matching the given name.

sort_order

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

Allowed values are: 'ASC', 'DESC'

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.

limit

(optional) The maximum number of items to return.

opc_request_id

(optional) The client request ID for tracing.

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://mediaservices.{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_MEDIA_ASSET Function

Updates the MediaAsset.

Syntax

FUNCTION update_media_asset (
  media_asset_id varchar2,
  update_media_asset_details dbms_cloud_oci_media_services_update_media_asset_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_mds_media_services_update_media_asset_response_t;

Parameters

Parameter Description

media_asset_id

(required) Unique MediaAsset identifier

update_media_asset_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW Function

Updates the MediaWorkflow.

Syntax

FUNCTION update_media_workflow (
  media_workflow_id varchar2,
  update_media_workflow_details dbms_cloud_oci_media_services_update_media_workflow_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_mds_media_services_update_media_workflow_response_t;

Parameters

Parameter Description

media_workflow_id

(required) Unique MediaWorkflow identifier.

update_media_workflow_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_CONFIGURATION Function

Updates the MediaWorkflowConfiguration.

Syntax

FUNCTION update_media_workflow_configuration (
  media_workflow_configuration_id varchar2,
  update_media_workflow_configuration_details dbms_cloud_oci_media_services_update_media_workflow_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_mds_media_services_update_media_workflow_configuration_response_t;

Parameters

Parameter Description

media_workflow_configuration_id

(required) Unique MediaWorkflowConfiguration identifier.

update_media_workflow_configuration_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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_MEDIA_WORKFLOW_JOB Function

Updates the MediaWorkflowJob.

Syntax

FUNCTION update_media_workflow_job (
  media_workflow_job_id varchar2,
  update_media_workflow_job_details dbms_cloud_oci_media_services_update_media_workflow_job_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_mds_media_services_update_media_workflow_job_response_t;

Parameters

Parameter Description

media_workflow_job_id

(required) Unique MediaWorkflowJob identifier.

update_media_workflow_job_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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_STREAM_CDN_CONFIG Function

Updates the StreamCdnConfig.

Syntax

FUNCTION update_stream_cdn_config (
  stream_cdn_config_id varchar2,
  update_stream_cdn_config_details dbms_cloud_oci_media_services_update_stream_cdn_config_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_mds_media_services_update_stream_cdn_config_response_t;

Parameters

Parameter Description

stream_cdn_config_id

(required) Unique StreamCdnConfig identifier.

update_stream_cdn_config_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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_STREAM_DISTRIBUTION_CHANNEL Function

Updates the Stream Distribution Channel.

Syntax

FUNCTION update_stream_distribution_channel (
  stream_distribution_channel_id varchar2,
  update_stream_distribution_channel_details dbms_cloud_oci_media_services_update_stream_distribution_channel_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_mds_media_services_update_stream_distribution_channel_response_t;

Parameters

Parameter Description

stream_distribution_channel_id

(required) Unique Stream Distribution Channel path identifier.

update_stream_distribution_channel_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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_STREAM_PACKAGING_CONFIG Function

Updates the Stream Packaging Configuration.

Syntax

FUNCTION update_stream_packaging_config (
  stream_packaging_config_id varchar2,
  update_stream_packaging_config_details dbms_cloud_oci_media_services_update_stream_packaging_config_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_mds_media_services_update_stream_packaging_config_response_t;

Parameters

Parameter Description

stream_packaging_config_id

(required) Unique Stream Packaging Configuration path identifier.

update_stream_packaging_config_details

(required) The information 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 client request ID for tracing.

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://mediaservices.{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.

Was this article helpful?