Encoding Service works with job requests to pass information. The content publishing section defines the output storage provider, its location and credentials.

Content Publishing

Table of Contents

Same as the ContentAcquisition section, but for output location.

{
    "ContentPublishing": {
        "Provider": "Ftps",
        "UriPath": "ftpes://server.ftp.com/target/dir/",
        "CredentialsName": "PLAINTEXT_USER",
        "CredentialsSecret": "ENCRYPTED_PASSWORD",
        "CredentialsProtection": "Encrypted"
    }
}

Revision History

The table below lists the document versions and any changes to them.

Version Date Description

1.0

October 20, 2020

Initial version