Retrieve a FTP Batch.

22Aug2011

Gets detailed information about a batch.

Request URL

/ftp_batch/$batch_id [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
batch_id (INT)The ID of the batch.Required-
mediamosa_version (MEDIAMOSA_VERSION)Provide the version to get the REST call returned in the format of the specified MediaMosa version. Keep empty or skip to retrieve in current (latest) version. Provide '2' to retrieve the REST call in 2.x format. Or be more specific by providing up to 3 digits; '2.3.0'. This setting will override any setting used by client application or the default setting in MediaMosa.Optional-

Example Request

/ftp_batch/23 [GET]

Example Response

<items>
  <item id="1">
    <batch_id>1</batch_id>
    <app_id>1</app_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/transcoding_7-2.vuf</vuf>
    <started>2009-05-20 11:59:21</started>
    <finished>2009-05-20 11:59:23</finished>
    <email_address>someone@somewhere.com</email_address>
    <email_contents>Handling video with reference ID misc_007_transcoding_2
Handling video with reference ID misc_007_transcoding_2
New asset ID: SzMEqYPIiIZZUnR7kGzVG5LX
New mediafile ID: S7YrGbmIeZ4M36eTuLF03RfQ
    </email_contents>
  </item>
</items>