Setting Up the Azure Stream Publish Action
This plugin publishes a stream in an Azure asset. It publishes metadata to FlexB2C. However keyframes, metadata images, etc, should be published with the Asset Publish action.
Note: The following steps have been written with the assumption that users have some prior knowledge of the Microsoft Azure portal.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether this plugin supports configuration |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Default Un-publish | The action required to undo this action |
Redo Action | Default Re-publish | The action required to redo this action |
Timeout | Whether to select a timeout | |
Auto retry | Whether to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Include | complex | ![]() |
1..* | Specifications of content to include in the publish. |
CDN Resource | CDN Resource | ![]() |
The CDN where files will be published to | |
Context Hierarchy | string | ![]() |
Asset context hierarchy | |
Publish using an External ID Key as Publish ID | string | ![]() |
1..* | Enter an external ID key to use as Publish ID |
Publish Content Metadata | boolean | ![]() |
Whether to publish content metadata for the included asset | |
Fail Job | boolean | ![]() |
Whether the job should fail if the include results in an empty set of assets | |
External ID for Azure Asset | string | ![]() |
The external ID for the Azure asset | |
Azure Media Services | complex | ![]() |
Details of Azure media services | |
Azure Tenant Domain | string | ![]() |
The Azure AD tenant domain where the Azure AD application resides | |
Azure Media Service Rest Endpoint | string | ![]() |
The REST API endpoint of the Azure Media Services account | |
Azure Client ID | string | ![]() |
The client ID of the Azure AD application | |
Azure Client Key | string | ![]() |
The client key of the Azure AD application | |
Storage Account Name | string | ![]() |
Account name for accessing the azure storage account | |
Storage Account Key | string | ![]() |
Key for authentication on azure storage account |
NOTE: This is a legacy publish and should not be used for new Flex installations. Please use Asset Publish Action V2 instead.
This plugin manages the publishing of assets to FlexB2C.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether this plugin supports configuration |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Default Un-publish | The action required to undo this action |
Redo Action | Default Re-publish | The action required to redo this action |
Timeout | Whether to select a timeout | |
Auto retry | Whether to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Include | complex | ![]() |
1..* | Specifications of content to include in the publish. |
Context Hierarchy | string | ![]() |
Asset context hierarchy | |
Fail Job | boolean | ![]() |
Whether the job should fail or not if the include results in an empty set of assets. | |
Publish Content Metadata | boolean | ![]() |
Whether or not to publish content metadata for the included asset. | |
Publish Media | boolean | ![]() |
Whether or not to publish asset media files. | |
Publish Attachments | boolean | ![]() |
Whether or not to publish attachments. | |
Publish Keyframes | complex | ![]() |
0..1 | Optional publish of the included asset keyframes. |
Fail Job If No Poster Keyframe | boolean | ![]() |
Whether the job should fail or not if any of the included assets do not have a poster keyframe set. | |
Poster Keyframes Only | boolean | ![]() |
Set to true to only include keyframes set to poster. | |
Publish Metadata Images | complex | ![]() |
0..1 | Optional publish of the included asset content metadata images. |
Image Variable Names | string | ![]() |
Specify image variable names from the asset content metadata (comma separated if multiple). | |
Image Format | single option | ![]() |
The image format to convert metadata image to. | |
Publish In Place | complex | ![]() |
Optional specification of the location of the media files. | |
Enable Publish In Place | boolean | ![]() |
Whether or not to enable publish in place. To enable publish in place, select “Yes”. | |
Media File Location Configuration | complex | ![]() |
This houses the configuration for the media file location. For example: the address of the server on which the media file is available. | |
Media Location | string | ![]() |
This is the location of the Media File. | |
Media File Name | string | ![]() |
0..1 | This is the name of the media file. |
Processor | complex | ![]() |
Processing to apply as part of the publish. | |
Type | single option | ![]() |
Which processor should be applied to the media before it’s published. | |
Option | complex | ![]() |
1..* | Multiple name and value options to be used by the publish processor. Supported for Segment: m3u8-first-entry-reference-name, segment-length, -codecs |
Name | string | ![]() |
The name for the option. | |
Value | string | ![]() |
The value for the option. | |
Destination Adapter | string | ![]() |
The delivery mechanism to use for the publishing action. | |
Type | single option | ![]() |
Type of delivery mechanism to use for the publishing action. | |
Option | complex | ![]() |
1..* | Multiple name and value options to be used by the destination adapter. Supported for duplicate: duplicate-publish-location |
Name | string | ![]() |
The name for the option. | |
Value | string | ![]() |
The value for the option. |
This JEF plugin allows Assets and UDOs to be published, with their file assets being deployed to a given CDN.
The V2 Asset Publish plugin currently does not support the following V1 features:
- Publish using External ID key as Publish ID
- Transactional Publish
- Publish Attachments
- Publish in Place
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Asset Unpublish Action V2 | The action required to undo this action |
Redo Action | Asset Republish Action V2 | The action required to redo this action |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
CDN Resource | CDN Resource | ![]() |
The CDN where files will be published to | |
Context Configuration | complex | ![]() |
0..* | This hold fields related to the context configuration |
Asset Context Hierarchy | string | ![]() |
Hierarchy expression to reference child assets on the hierarchy of the asset | |
Publish Media File | boolean | ![]() |
Whether or not to publish the media file associated with the asset | |
Publish Asset Metadata | boolean | ![]() |
Whether or not to publish the asset content metadata | |
Publish Metadata Images | complex | ![]() |
Whether or not to publish the asset metadata images associated with the asset | |
Metadata Images Name | string | ![]() |
The metadata image name. This is the name give to the image variables in the metadata definition | |
Publish Timeline Metadata | complex | ![]() |
0..1 | Whether or not to publish the asset timeline metadata |
Publish Timeline Content Metadata | boolean | ![]() |
Whether or not to publish the asset timeline content metadata | |
Publish Timeline Metadata Images | boolean | ![]() |
Whether or not to publish the asset timeline metadata images | |
Publish Asset Keyframes | complex | ![]() |
Whether or not to publish the asset keyframes associated with the asset | |
Publish Only Poster Keyframes | boolean | ![]() |
Publish only Poster Keyframes | |
Publish Asset Tags | boolean | ![]() |
Whether or not to publish the tags associated with the asset |
This is a JEF plugin that allows you to publish to Brightcove.
This following is the configuration schema for this publish plugin. Mandatory fields are marked with a red asterisk (*).
Publishes an asset to Brightcove.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Brightcove FTP Un-publish | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Title | string | ![]() |
Defaults to the asset name | |
Description | string | ![]() |
Defaults to the asset description | |
Tag | string | ![]() |
Video tag | |
Schedule Video | complex | ![]() |
The period during which the published video is public | |
Start Date | date | ![]() |
||
End Date | date | ![]() |
||
Custom Fields | complex | ![]() |
0..* | |
Field Name | string | ![]() |
||
Field Value | string | ![]() |
||
Cue Points | complex | ![]() |
0..* | |
Time in Seconds | integer | ![]() |
||
Type of Cue Point | string | ![]() |
||
Metadata | string | ![]() |
||
Name | string | ![]() |
||
Custom Thumbnail and Poster | complex | ![]() |
||
Custom Thumbnail Image | complex | ![]() |
||
Image URL | string | ![]() |
||
Image Dimension | complex | ![]() |
||
Custom Poster Image | complex | ![]() |
||
Image URL | string | ![]() |
||
Image Dimension | complex | ![]() |
||
Brightcove Account Credentials | complex | ![]() |
||
Account ID | string | ![]() |
||
Client ID | string | ![]() |
||
Client Secret | string | ![]() |
Publishes an asset to DailyMotion. The plugin will look for fields in the asset’s associated metadata. If they exist, these fields are used to set parameters for the publish to DailyMotion. The following fields are evaluated:
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether this plugin supports configuration |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | DailyMotion Un-publish | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Username | string | ![]() |
Dailymotion username | |
Password | password | ![]() |
Dailymotion password | |
API Key | string | ![]() |
Dailymotion API key | |
API Secret | password | ![]() |
Dailymotion API secret | |
Dailymotion Video ID Fieldname | string | ![]() |
Dailymotion video ID field in schema | |
Title | string | ![]() |
Title of asset | |
Channel | string | ![]() |
Category of video to be published. |
This plugin supports the publishing of an asset to an RSS feed for publish consumption.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether this plugin supports configuration |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | RSS Un-Publish | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this Plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
RSS Publish Location | string | ![]() |
RSS feed file publish location | |
RSS File Name | string | ![]() |
rss filename without extension | |
RSS Title | string | ![]() |
Title of the rss feed channel | |
RSS Description | string | ![]() |
Description of RSS feed | |
RSS Copyright | string | ![]() |
Copyright owner | |
RSS URL string | ![]() |
Link url for rss feed | ||
RSS Channel Logo | string | ![]() |
The logo used for the channel | |
RSS Version | single-option | ![]() |
RSS version | |
RSS-Extension | single-option | ![]() |
RSS extension format | |
Media Publish Location | string | ![]() |
Media publish location | |
Media Link Base | string | ![]() |
base path for media links |
Plugin for publishing a file to Omneom. This delivers the content in the required directory structure.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether this plugin supports configuration |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Omneon Un-Publish | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Location | string | ![]() |
Publish location |
This plugin provides a rudimentary publish function. It simply copies a file to a different folder and sets the asset to a state of published.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether this plugin supports configuration |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Default Un-publish | The action required to undo this action |
Redo Action | Default Re-publish | The action required to redo this action |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Folder resource | Resource | ![]() |
0..1 | The output file(s) will be placed in the specified folder resource |
VFS Location | Complex | ![]() |
0..1 | The output file(s) will be placed in the specified virtual filesystem location |
Protocol | Resource | ![]() |
Protocol for accessing the location | |
Hostname | String | ![]() |
Hostname for accessing the location (mandatory except for file, s3, google or dropbox protocols) | |
Account Name | String | ![]() |
Account name for accessing Azure blob storage (only applicable for AZBS protocol) | |
Port | String | ![]() |
Port for accessing the location (mandatory except for file, s3, google or dropbox protocols) (#) | |
Path | String | ![]() |
Path for accessing the location (absolute path starting with / except for ftp, sftp, ftps which are relative to the User’s home directory) | |
Username | String | ![]() |
Username for authentication (not required for file protocol) | |
Password | String | ![]() |
Password for authentication (not required for file, s3, google or dropbox protocols) | |
Key | String | ![]() |
Key for authentication (only applicable to s3, google and dropbox protocols) | |
Secret | String | ![]() |
Secret for authentication (only applicable to s3, google and dropbox protocols) | |
Token | String | ![]() |
Token for authentication (only applicable to google and dropbox protocols) | |
Bucket | String | ![]() |
Only applicable to S3 protocol | |
Private Key File | File | ![]() |
Only applicable for SFTP certificate authentication |
This plugin enables you to publish a collection in Dalet Flex.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Unpublish Collections Action | The action required to undo this action |
Redo Action | Re-publish Collections Action | The action required to redo this action |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 7.0.0 | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Collection ID | string | ![]() |
The ID of the collection you want to publish (#,##0.###). | |
Hierarchy | complex | ![]() |
1..* | The hierarchy. |
Context Hierarchy | single option | ![]() |
The Context Hierarchy. The options that can be selected are as follows: ROOT, FIRST_LEVEL_MEMBERS, ALL_HIERARCHICAL_MEMBERS | |
Publish Sub Collections | boolean | ![]() |
Include the sub collections as part of the publishing. | |
Publish Collection Tags | boolean | ![]() |
Whether or not to publish the collection tags. | |
Publish Collection Keyframes | boolean | ![]() |
Whether or not to publish the collection keyframes. |
This plugin enables you to publish an asset from Dalet Flex to Facebook. In order to use this plugin, you are required to do the following:
Full instructions can be found at the Facebook instruction page for new apps.
Note: The most important information to take from the application settings page are the App ID and App Secret. These values are your application’s credentials to Facebook. You need these credentials to do almost anything with Facebook, including going through the OAuth authorization flow.
This plugin has two properties, which must be set on the Dalet Flex System Properties page:
Key | Value |
---|---|
facebook.client.id | App Id |
facebook.client.secret | App Secret |
Both of these properties are obtained from the Facebook App Settings page, as described above. See the Supported File Formats page for more information on file formats and properties.
To configure the plugin, follow these steps:
Notes:
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Undo Action | Unpublish from Facebook | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.4 | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Account Details | complex | ![]() |
Details for connecting to the Facebook API | |
Access Token | string | ![]() |
User access token | |
Object Type | single option field | ![]() |
Where the video is to be published | |
Publish Status | single option | ![]() |
0..1 | The “Published"option is selected by default for this field. This field can only be used for the ‘Page’ object type. If the “Published” option is selected, the page is published as a live page. If the “Draft” option is selected, the page will be a draft page and will NOT be live. |
Object Id | string | ![]() |
ID of the object type | |
Content Info | complex | ![]() |
Information about the content | |
Title | string | ![]() |
Title of the asset | |
Description | string | ![]() |
Description of the asset |
This plugin enables you to publish a video/image to Twitter along with a tweet message.
Prerequisites
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Unpublish from Twitter | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 6.0 | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Consumer Key | string | ![]() |
Consumer Key | |
Consumer Secret | string | ![]() |
Consumer Secret | |
Access Token | string | ![]() |
Access Token (Generate from the Token tab) | |
Access Token Secret | string | ![]() |
Access Token Secret (Generate from the Token tab) | |
Tweet Message | string | ![]() |
Tweet Message (Up to 140 characters) | |
Upload URL | string | ![]() |
URL to upload asset to Twitter | |
Tweet URL | string | ![]() |
URL to post the tweet to the Twitter |
This plugin enables you to publish an asset from Dalet Flex to YouTube. In order to use this plugin, you are required to do the following:
You will need to generate OAuth credentials using the Google API Manager. In order to do this, you will need to have a Google developer account. From the Google API Manager, you can generate these credentials by entering the specific Callback URI you wish to use, followed by the port that Dalet has specified (30022).
To generate OAuth credentials, follow these steps:
Note: When specifying the callback URI and port number in the Google API Manager, you must use the following format: Example: http://myflexaccount.domain.com:30022/Callback
When you first run the job, you are required to authorize Dalet Flex for access to your YouTube account. A link will be printed in the running YouTube job’s History tab, which should be copied and pasted into a new browser window. Once you navigate to this link and enter your YouTube credentials, the Dalet Flex publish job will continue.
For more information on how to generate the OAuth credentials, please consult the official Google documentation:
https://developers.google.com/youtube/v3/getting-started
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Publish to YouTube HTTP V3 | The action required to undo this action |
Redo Action | The action required to redo this action | |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 5.3 | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Account Details | complex | ![]() |
Details for connecting to the YouTube API | |
OAuth JSON File | file | ![]() |
The OAuth JSON file that contains the credentials. | |
Content Info | complex | ![]() |
Information about the content | |
Title | string | ![]() |
Title of the asset | |
Description | string | ![]() |
Description of the asset | |
Keyword | string | ![]() |
Keyword for the asset | |
Content Settings | complex | ![]() |
Settings for the content | |
Privacy Setting | single option | ![]() |
Privacy setting the for the asset |
This action plugin publishes user defined objects.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Publish | Sub-type of this plugin |
Classification | I/O | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | Unpublish Collections Action | The action required to undo this action |
Redo Action | Re-publish Collections Action | The action required to redo this action |
Timeout | Whether or not to select a timeout | |
Auto retry | Whether or not to select an automatic retry | |
Compatibility | 7.1.0 | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
User Defined Object ID | string | ![]() |
User Defined Object ID to publish (#,##0.###) | |
Include | complex | ![]() |
0.* | Specifications of content to include in the publish. |
Context Hierarchy | single option | ![]() |
The context of the hierarchy. Options that can be selected are as follows: ROOT, FIRST_LEVEL_MEMBERS, ALL_HIERARCHICAL_MEMBERS | |
Publish User Defined Objects | boolean | ![]() |
Whether or not to include the child user defined objects in the publish. | |
Publish Metadata | boolean | ![]() |
Whether or not to publish the metadata. |