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

/replicaSessions/{ID}

In this article

    Represents a replication job session having the specified ID.

    Resource URL

    The URL of the reference resource representation:

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

    The URL of the entity resource representation:

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

    Related Resources

    Methods

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

    (GET) /replicaSessions/{ID}

    Resource Representation

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

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="ReplicaJobSessionReference" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b" Name="Fileserver02 Replication@2014-10-19 06:46:31" UID="urn:veeam:ReplicaJobSession:0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b">
     <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="JobReference" Href="http://localhost:9399/api/jobs/2c49a44e-1e59-4527-a6bc-6b2f9b579ee1" Name="Fileserver02 Replication" />
       <Link Rel="Alternate" Type="ReplicaJobSession" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b?format=Entity" Name="Fileserver02 Replication@2014-10-19 06:46:31" />
       <Link Rel="Down" Type="ReplicaTaskSessionReferenceList" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b/repicaTaskSessions" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <ReplicaJobSession xmlns="http://www.veeam.com/ent/v1.0" Type="ReplicaJobSession" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b?format=Entity" Name="Fileserver02 Replication@2014-10-19 06:46:31" UID="urn:veeam:ReplicaJobSession:0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b">
     <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="JobReference" Href="http://localhost:9399/api/jobs/2c49a44e-1e59-4527-a6bc-6b2f9b579ee1" Name="Fileserver02 Replication" />
       <Link Rel="Alternate" Type="ReplicaJobSessionReference" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b" Name="Fileserver02 Replication@2014-10-19 06:46:31" />
       <Link Rel="Down" Type="ReplicaTaskSessionReferenceList" Href="http://localhost:9399/api/replicaSessions/0bcf5a1e-866c-4b40-8bc3-ce64753b9a6b/repicaTaskSessions" />
     </Links>
     <JobUid>urn:veeam:Job:2c49a44e-1e59-4527-a6bc-6b2f9b579ee1</JobUid>
     <JobName>Fileserver02 Replication</JobName>
     <JobType>Replica</JobType>
     <CreationTimeUTC>2014-10-19T06:46:31Z</CreationTimeUTC>
     <EndTimeUTC>2014-10-19T07:02:35Z</EndTimeUTC>
     <State>Stopped</State>
     <Result>Success</Result>
     <Progress>100</Progress>
     <IsRetry>false</IsRetry>
    </ReplicaJobSession>