This is an archive version of the document. To get the most up-to-date information, see the current version.

/backupTaskSessions/{ID}

In this article

    Represents a backup task having the specified ID. The task has been performed on the Veeam backup server connected to Veeam Backup Enterprise Manager.

    Resource URL

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/backupTaskSessions/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/backupTaskSessions/{ID}?format=Entity

    Related Resources

    Methods

    The following methods are supported for the /backupTaskSessions/{ID} resource:

    (GET) /backupTaskSessions/{ID}

    Resource Representation

    The /backupTaskSessions/{ID} resource has a resource representation of the following types.

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="BackupTaskSessionReference" Href="http://localhost:9399/api/backupTaskSessions/88767486-89d6-4340-92f0-2ad615a8f21b" Name="srv04@2014-10-19 05:23:44" UID="urn:veeam:BackupTaskSession:88767486-89d6-4340-92f0-2ad615a8f21b">
     <Links>
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
       <Link Rel="Up" Type="BackupJobSessionReference" Href="http://localhost:9399/api/backupSessions/d46e39e0-1131-4585-91a7-e828ce7eafae" Name="Fileserver Backup@2014-10-19 05:22:52" />
       <Link Rel="Alternate" Type="BackupTaskSession" Href="http://localhost:9399/api/backupTaskSessions/88767486-89d6-4340-92f0-2ad615a8f21b?format=Entity" Name="srv04@2014-10-19 05:23:44" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <BackupTaskSession xmlns="http://www.veeam.com/ent/v1.0" Type="BackupTaskSession" Href="http://localhost:9399/api/backupTaskSessions/88767486-89d6-4340-92f0-2ad615a8f21b?format=Entity" Name="srv04@2014-10-19 05:23:44" UID="urn:veeam:BackupTaskSession:88767486-89d6-4340-92f0-2ad615a8f21b" VmDisplayName="srv04">
     <Links>
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
       <Link Rel="Up" Type="BackupJobSessionReference" Href="http://localhost:9399/api/backupSessions/d46e39e0-1131-4585-91a7-e828ce7eafae" Name="Fileserver Backup@2014-10-19 05:22:52" />
       <Link Rel="Alternate" Type="BackupTaskSessionReference" Href="http://localhost:9399/api/backupTaskSessions/88767486-89d6-4340-92f0-2ad615a8f21b" Name="srv04@2014-10-19 05:23:44" />
       <Link Rel="Related" Type="VmRestorePoint" Href="http://localhost:9399/api/vmRestorePoints/fb87163e-687d-4006-96c9-0451b5423b85?format=Entity" Name="srv04@2014-10-19 05:25:15" />
     </Links>
     <JobSessionUid>urn:veeam:BackupJobSession:d46e39e0-1131-4585-91a7-e828ce7eafae</JobSessionUid>
     <CreationTimeUTC>2014-10-19T05:23:44Z</CreationTimeUTC>
     <EndTimeUTC>2014-10-19T05:40:39Z</EndTimeUTC>
     <State>Completed</State>
     <Result>Success</Result>
     <Reason />
     <TotalSize>64424509440</TotalSize>
    </BackupTaskSession>