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

/replicaTaskSessions/{ID}

In this article

    Represents a replication 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/replicaTaskSessions/{ID}

    The URL of the entity resource representation:

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

    Related Resources

    Methods

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

    (GET) /replicaTaskSessions/{ID}

    Resource Representation

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

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" 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>
    </EntityRef>

    Entity resource representation:

    <ReplicaTaskSession xmlns="http://www.veeam.com/ent/v1.0" Type="ReplicaTaskSession" Href="http://localhost:9399/api/repicaTaskSessions/24590151-20cd-4e57-8a2f-8b65869a1879?format=Entity" Name="srv04@2014-10-19 06:47:21" UID="urn:veeam:ReplicaTaskSession:24590151-20cd-4e57-8a2f-8b65869a1879" 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="ReplicaJobSessionReference" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b" Name="Fileserver02 Replication@2014-10-19 06:46:31" />
       <Link Rel="Alternate" Type="ReplicaTaskSessionReference" Href="http://localhost:9399/api/repicaTaskSessions/24590151-20cd-4e57-8a2f-8b65869a1879" Name="srv04@2014-10-19 06:47:21" />
       <Link Rel="Related" Type="VmReplicaPoint" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7?format=Entity" Name="srv04@2014-10-19 06:48:24" />
     </Links>
     <JobSessionUid>urn:veeam:ReplicaJobSession:0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b</JobSessionUid>
     <CreationTimeUTC>2014-10-19T06:47:21Z</CreationTimeUTC>
     <EndTimeUTC>2014-10-19T07:02:33Z</EndTimeUTC>
     <State>Completed</State>
     <Result>Success</Result>
     <Reason />
     <TotalSize>64424509440</TotalSize>
    </ReplicaTaskSession>