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

/replicaTaskSessions

In this article

    Represents a collection of replication tasks run on Veeam backup servers connected to Veeam Backup Enterprise Manager.

    You should distinguish the /replicaTaskSessions resource from the /replicaSessions resource. The /replicaSessions resource provides information about a specific cycle of a replication job. The /replicaTaskSessions resource provides information about a specific task within a replication job session. Typically, one task processes one object in the replication job: VM or VM container.

    Resource URL

    http://<Enterprise-Manager>:9399/api/replicaTaskSessions

    Related Resources

    /replicaTaskSessions/{ID}

    Methods

    The following methods are supported for the /replicaTaskSessions resource:

    (GET) /replicaTaskSessions

    Resource Representation

    The /replicaTaskSessions resource has a resource representation of the following type:

    <EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
     <Ref Type="ReplicaTaskSessionReference" Href="http://localhost:9399/api/repicaTaskSessions/1f2b40a8-2370-4280-a3f9-5f7c611d3f79" Name="sql02@2014-10-19 05:42:46" UID="urn:veeam:ReplicaTaskSession:1f2b40a8-2370-4280-a3f9-5f7c611d3f79">
       <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="ReplicaJobSessionReference" Href="http://localhost:9399/api/replicaSessions/b04c217b-0538-4650-bec4-19deff4ea1ac" Name="SQL Replication" />
         <Link Rel="Alternate" Type="ReplicaTaskSession" Href="http://localhost:9399/api/repicaTaskSessions/1f2b40a8-2370-4280-a3f9-5f7c611d3f79?format=Entity" Name="sql02@2014-10-19 05:42:46" />
       </Links>
     </Ref>
     <Ref Type="ReplicaTaskSessionReference" Href="http://localhost:9399/api/repicaTaskSessions/24590151-20cd-4e57-8a2f-8b65869a1879" Name="srv04@2014-10-19 06:47:21" UID="urn:veeam:ReplicaTaskSession:24590151-20cd-4e57-8a2f-8b65869a1879">
       <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="ReplicaJobSessionReference" Href="http://localhost:9399/api/replicaSessions/2c49a44e-1e59-4527-a6bc-6b2f9b579ee1" Name="Fileserver02 Replication" />
         <Link Rel="Alternate" Type="ReplicaTaskSession" Href="http://localhost:9399/api/repicaTaskSessions/24590151-20cd-4e57-8a2f-8b65869a1879?format=Entity" Name="srv04@2014-10-19 06:47:21" />
       </Links>
     </Ref>
    </EntityReferences>