Retrieve the listing of the FTP batches.

22Aug2011

Request URL

/ftp_batch [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
limit (INT)Limit of the items of the result set.Optional10-
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-
offset (UINT)The starting items position in the result set.Optional0-

Example Request

/ftp_batch [GET]

Example Response

<items>
  <item id="1">
    <batch_id>1</batch_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>
  </item>
  <item id="2">
    <batch_id>17</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test.vuf</vuf>
    <started>2009-10-06 12:14:29</started>
    <finished>2009-10-06 12:14:30</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="3">
    <batch_id>35</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>//mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test.vuf</vuf>
    <started>2009-10-12 16:38:32</started>
    <finished>2009-10-12 16:38:33</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="4">
    <batch_id>36</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test.vuf</vuf>
    <started>2009-10-12 16:59:54</started>
    <finished>2009-10-12 16:59:56</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="5">
    <batch_id>37</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test.vuf</vuf>
    <started>2009-10-12 17:03:44</started>
    <finished>2009-10-12 17:03:45</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="6">
    <batch_id>38</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test.vuf</vuf>
    <started>2009-10-12 17:04:34</started>
    <finished>2009-10-12 17:04:37</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="7">
    <batch_id>39</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test.vuf</vuf>
    <started>2009-10-16 12:00:17</started>
    <finished>2009-10-16 12:00:18</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="8">
    <batch_id>40</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test2.vuf</vuf>
    <started>2009-10-16 12:05:16</started>
    <finished>2009-10-16 12:05:17</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="9">
    <batch_id>41</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test2.vuf</vuf>
    <started>2009-10-16 12:11:12</started>
    <finished>2009-10-16 12:11:13</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
  <item id="10">
    <batch_id>42</batch_id>
    <owner_id>foofoofoo</owner_id>
    <group_id></group_id>
    <vuf>/mnt/naspcd1/vpx-acc/ftp/foofoofoo001/test2.vuf</vuf>
    <started>2009-10-16 12:12:38</started>
    <finished>2009-10-16 12:12:38</finished>
    <email_address>someone@somewhere.com</email_address>
  </item>
</items>