Reference for GetRemoteCores

Url: replication/cores/?forceRefresh={forceRefresh}

HTTP Method: GET

Message direction Format Body
Request XML Example,Schema
Response XML Example,Schema

The following is an example request XML body:

No Xml request body for this method. False

The following is an example response XML body:

<?xml version="1.0" encoding="utf-16"?>
<remoteCores xmlns="http://apprecovery.com/management/api/2010/05">
  <masters>
    <remoteMasterCore>
      <hostName>String content</hostName>
      <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
      <isReplicationOnlyRepositorySupported_x0020_>true</isReplicationOnlyRepositorySupported_x0020_>
      <version>
        <_Build xmlns="http://schemas.datacontract.org/2004/07/System">2147483647</_Build>
        <_Major xmlns="http://schemas.datacontract.org/2004/07/System">2147483647</_Major>
        <_Minor xmlns="http://schemas.datacontract.org/2004/07/System">2147483647</_Minor>
        <_Revision xmlns="http://schemas.datacontract.org/2004/07/System">2147483647</_Revision>
      </version>
      <agents>
        <remoteCoreAgent>
          <agentInfo>
            <ServerType>String content</ServerType>
            <displayName>String content</displayName>
            <hostName>String content</hostName>
            <hostUri>String content</hostUri>
            <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
            <repositoryType i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" />
          </agentInfo>
          <disabledUntilRemoteCoreUpgrade>true</disabledUntilRemoteCoreUpgrade>
          <enableSafeDataStoring>true</enableSafeDataStoring>
          <encryptionKeyId>String content</encryptionKeyId>
          <isCluster>true</isCluster>
          <parentClusterAgentId>1627aea5-8e0a-4371-9022-9b504344e724</parentClusterAgentId>
          <pauseReplication>true</pauseReplication>
          <resumeReplicationAfterUpgrade>true</resumeReplicationAfterUpgrade>
          <status>Unknown</status>
          <freeSpace>18446744073709551615</freeSpace>
          <isAbandonedByMaster>true</isAbandonedByMaster>
          <isOutgoingReplicationAvailable>true</isOutgoingReplicationAvailable>
          <remotePauseReplication>true</remotePauseReplication>
          <replicationMode i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" />
          <requestForceFixOrphansReplication>true</requestForceFixOrphansReplication>
          <requestForceReplication>true</requestForceReplication>
          <supportRollup>true</supportRollup>
          <machineFlags i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" />
          <parentAgentId>1627aea5-8e0a-4371-9022-9b504344e724</parentAgentId>
          <agentType>Protected</agentType>
          <canBeFailover>true</canBeFailover>
          <isReplicationAvailable>true</isReplicationAvailable>
          <jobInfo>
            <Cancelable>true</Cancelable>
            <blockerJobId>1627aea5-8e0a-4371-9022-9b504344e724</blockerJobId>
            <cancelingAccount>String content</cancelingAccount>
            <childJobs>
              <shortenJob>
                <Cancelable>true</Cancelable>
                <blockerJobId>1627aea5-8e0a-4371-9022-9b504344e724</blockerJobId>
                <cancelingAccount>String content</cancelingAccount>
                <childJobs>
                  <shortenJob>
                    <Cancelable />
                    <childJobs i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" />
                  </shortenJob>
                </childJobs>
              </shortenJob>
            </childJobs>
          </jobInfo>
        </remoteCoreAgent>
      </agents>
    </remoteMasterCore>
  </masters>
</remoteCores>

The following is the request XML Schema:

The request body is empty.

The following is the response XML Schema:

<?xml version="1.0" encoding="utf-16"?>
<Schemas>
  <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="anyType" nillable="true" type="xs:anyType" />
    <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
    <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
    <xs:element name="boolean" nillable="true" type="xs:boolean" />
    <xs:element name="byte" nillable="true" type="xs:byte" />
    <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
    <xs:element name="decimal" nillable="true" type="xs:decimal" />
    <xs:element name="double" nillable="true" type="xs:double" />
    <xs:element name="float" nillable="true" type="xs:float" />
    <xs:element name="int" nillable="true" type="xs:int" />
    <xs:element name="long" nillable="true" type="xs:long" />
    <xs:element name="QName" nillable="true" type="xs:QName" />
    <xs:element name="short" nillable="true" type="xs:short" />
    <xs:element name="string" nillable="true" type="xs:string" />
    <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
    <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
    <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
    <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
    <xs:element name="char" nillable="true" type="tns:char" />
    <xs:simpleType name="char">
      <xs:restriction base="xs:int" />
    </xs:simpleType>
    <xs:element name="duration" nillable="true" type="tns:duration" />
    <xs:simpleType name="duration">
      <xs:restriction base="xs:duration">
        <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
        <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
        <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="guid" nillable="true" type="tns:guid" />
    <xs:simpleType name="guid">
      <xs:restriction base="xs:string">
        <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
      </xs:restriction>
    </xs:simpleType>
    <xs:attribute name="FactoryType" type="xs:QName" />
    <xs:attribute name="Id" type="xs:ID" />
    <xs:attribute name="Ref" type="xs:IDREF" />
  </xs:schema>
  <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://apprecovery.com/management/api/2010/05" elementFormDefault="qualified" targetNamespace="http://apprecovery.com/management/api/2010/05" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication.Pairing" />
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Repositories" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Reporting.Contracts" />
    <xs:complexType name="remoteCores">
      <xs:sequence>
        <xs:element minOccurs="0" name="masters" nillable="true" type="tns:remoteMasterCores" />
        <xs:element minOccurs="0" name="slaves" nillable="true" type="tns:remoteSlaveCores" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="remoteCores" nillable="true" type="tns:remoteCores" />
    <xs:complexType name="remoteMasterCores">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="remoteMasterCore" nillable="true" type="tns:remoteMasterCore" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="remoteMasterCores" nillable="true" type="tns:remoteMasterCores" />
    <xs:complexType name="remoteMasterCore">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:remoteCoreInfo">
          <xs:sequence>
            <xs:element minOccurs="0" name="IsInSyncState" type="xs:boolean" />
            <xs:element minOccurs="0" name="clientCertificateThumbprint" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="remoteMasterCore" nillable="true" type="tns:remoteMasterCore" />
    <xs:complexType name="remoteCoreInfo">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:remoteMasterSummaryCoreInfo">
          <xs:sequence>
            <xs:element minOccurs="0" name="agents" nillable="true" type="tns:remoteCoreAgents" />
            <xs:element minOccurs="0" name="comments" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="customerId" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="emailAddress" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="state" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication.Pairing" type="q1:ReplicationPairingState" />
            <xs:element minOccurs="0" name="wasRequested" type="xs:boolean" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="remoteCoreInfo" nillable="true" type="tns:remoteCoreInfo" />
    <xs:complexType name="remoteMasterSummaryCoreInfo">
      <xs:sequence>
        <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="id" type="ser:guid" />
        <xs:element minOccurs="0" name="isReplicationOnlyRepositorySupported_x0020_" type="xs:boolean" />
        <xs:element minOccurs="0" name="version" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/System" type="q2:Version" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="remoteMasterSummaryCoreInfo" nillable="true" type="tns:remoteMasterSummaryCoreInfo" />
    <xs:complexType name="remoteCoreAgents">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="remoteCoreAgent" nillable="true" type="tns:remoteCoreAgent" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="remoteCoreAgents" nillable="true" type="tns:remoteCoreAgents" />
    <xs:complexType name="remoteCoreAgent">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:remoteCoreAgentInfoStatus">
          <xs:sequence>
            <xs:element minOccurs="0" name="agentType" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" type="q3:AgentType" />
            <xs:element minOccurs="0" name="canBeFailover" type="xs:boolean" />
            <xs:element minOccurs="0" name="isReplicationAvailable" type="xs:boolean" />
            <xs:element minOccurs="0" name="jobInfo" nillable="true" type="tns:shortenJob">
              <xs:annotation>
                <xs:appinfo>
                  <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
                </xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="lastReplicatedRecoveryPointTimestamp" type="xs:dateTime" />
            <xs:element minOccurs="0" name="lastSeededRecoveryPointTimestamp" type="xs:dateTime" />
            <xs:element minOccurs="0" name="remoteCoreId" type="ser:guid" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="remoteCoreAgent" nillable="true" type="tns:remoteCoreAgent" />
    <xs:complexType name="remoteCoreAgentInfoStatus">
      <xs:sequence>
        <xs:element minOccurs="0" name="agentInfo" nillable="true" type="tns:replicatedAgentInfo" />
        <xs:element minOccurs="0" name="disabledUntilRemoteCoreUpgrade" type="xs:boolean" />
        <xs:element minOccurs="0" name="enableSafeDataStoring" type="xs:boolean" />
        <xs:element minOccurs="0" name="encryptionKeyId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="isCluster" type="xs:boolean" />
        <xs:element minOccurs="0" name="parentClusterAgentId" type="ser:guid" />
        <xs:element minOccurs="0" name="pauseReplication" type="xs:boolean" />
        <xs:element minOccurs="0" name="resumeReplicationAfterUpgrade" type="xs:boolean" />
        <xs:element minOccurs="0" name="status" xmlns:q4="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication.Pairing" type="q4:ReplicationPairingState" />
        <xs:element minOccurs="0" name="freeSpace" type="xs:unsignedLong" />
        <xs:element minOccurs="0" name="isAbandonedByMaster" type="xs:boolean" />
        <xs:element minOccurs="0" name="isOutgoingReplicationAvailable" type="xs:boolean" />
        <xs:element minOccurs="0" name="remotePauseReplication" type="xs:boolean" />
        <xs:element minOccurs="0" name="replicationMode" xmlns:q5="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication" type="q5:ReplicationMode" />
        <xs:element minOccurs="0" name="requestForceFixOrphansReplication" type="xs:boolean" />
        <xs:element minOccurs="0" name="requestForceReplication" type="xs:boolean" />
        <xs:element minOccurs="0" name="supportRollup" type="xs:boolean" />
        <xs:element minOccurs="0" name="machineFlags" xmlns:q6="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" type="q6:MachineFlags" />
        <xs:element minOccurs="0" name="parentAgentId" type="ser:guid" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="remoteCoreAgentInfoStatus" nillable="true" type="tns:remoteCoreAgentInfoStatus" />
    <xs:complexType name="replicatedAgentInfo">
      <xs:sequence>
        <xs:element minOccurs="0" name="ServerType" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="hostUri" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="id" type="ser:guid" />
        <xs:element minOccurs="0" name="repositoryType" xmlns:q7="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Repositories" type="q7:RepositoryType" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="replicatedAgentInfo" nillable="true" type="tns:replicatedAgentInfo" />
    <xs:complexType name="shortenJob">
      <xs:sequence>
        <xs:element minOccurs="0" name="Cancelable" type="xs:boolean" />
        <xs:element minOccurs="0" name="blockerJobId" type="ser:guid" />
        <xs:element minOccurs="0" name="cancelingAccount" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="childJobs" nillable="true" type="tns:shortenJobs">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="creationTime" type="xs:dateTime" />
        <xs:element minOccurs="0" name="elapsedTime" type="ser:duration" />
        <xs:element minOccurs="0" name="endTime" type="xs:dateTime" />
        <xs:element minOccurs="0" name="estimatedTimeRemaining" type="ser:duration" />
        <xs:element minOccurs="0" name="failureReason" nillable="true" type="tns:serverError" />
        <xs:element minOccurs="0" name="id" type="ser:guid" />
        <xs:element minOccurs="0" name="initiatingAccount" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="isExpired" type="xs:boolean" />
        <xs:element minOccurs="0" name="isRemoteReplicationJob" type="xs:boolean" />
        <xs:element minOccurs="0" name="isReplicationJob" type="xs:boolean" />
        <xs:element minOccurs="0" name="jobClassName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="parentJobId" nillable="true" type="ser:guid">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="phase" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="progress" type="xs:unsignedLong" />
        <xs:element minOccurs="0" name="rate" type="xs:double" />
        <xs:element minOccurs="0" name="startTime" type="xs:dateTime" />
        <xs:element minOccurs="0" name="status" xmlns:q8="http://schemas.datacontract.org/2004/07/Replay.Reporting.Contracts" type="q8:JobStatus" />
        <xs:element minOccurs="0" name="summary" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="totalWork" type="xs:unsignedLong" />
        <xs:element minOccurs="0" name="transmittedData" nillable="true" type="xs:unsignedLong" />
        <xs:element minOccurs="0" name="workUnit" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="shortenJob" nillable="true" type="tns:shortenJob" />
    <xs:complexType name="shortenJobs">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="shortenJob" nillable="true" type="tns:shortenJob" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="shortenJobs" nillable="true" type="tns:shortenJobs" />
    <xs:complexType name="serverError">
      <xs:sequence>
        <xs:element minOccurs="0" name="message" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="detail" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="stackTrace" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="serverException" nillable="true" type="tns:exception" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="serverError" nillable="true" type="tns:serverError" />
    <xs:complexType name="exception">
      <xs:sequence>
        <xs:element minOccurs="0" name="message" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="detail" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="rawException" nillable="true" type="xs:base64Binary">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    <xs:element name="exception" nillable="true" type="tns:exception" />
    <xs:complexType name="remoteSlaveCores">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="remoteSlaveCoreInfo" nillable="true" type="tns:remoteSlaveCoreInfo" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="remoteSlaveCores" nillable="true" type="tns:remoteSlaveCores" />
    <xs:complexType name="remoteSlaveCoreInfo">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:remoteCoreInfo">
          <xs:sequence>
            <xs:element minOccurs="0" name="errorDetails" nillable="true" type="tns:serverError" />
            <xs:element minOccurs="0" name="isReachable" type="xs:boolean" />
            <xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="remoteSlaveCoreInfo" nillable="true" type="tns:remoteSlaveCoreInfo" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:complexType name="Version">
      <xs:sequence>
        <xs:element name="_Build" type="xs:int" />
        <xs:element name="_Major" type="xs:int" />
        <xs:element name="_Minor" type="xs:int" />
        <xs:element name="_Revision" type="xs:int" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="Version" nillable="true" type="tns:Version" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Repositories" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Repositories" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="RepositoryType">
      <xs:list>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Unknown">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Dvm">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="O3E">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Archive">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Cloud">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="O3EPhantom">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:list>
    </xs:simpleType>
    <xs:element name="RepositoryType" nillable="true" type="tns:RepositoryType" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication.Pairing" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication.Pairing" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:simpleType name="ReplicationPairingState">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="Pending" />
        <xs:enumeration value="Denied" />
        <xs:enumeration value="Deleted" />
        <xs:enumeration value="Established" />
        <xs:enumeration value="Suspended" />
        <xs:enumeration value="Ignored" />
        <xs:enumeration value="Failover" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="ReplicationPairingState" nillable="true" type="tns:ReplicationPairingState" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Replication" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="ReplicationMode">
      <xs:list>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Default">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="CoordinateReplication">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="SynchronizeData">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="AllAfterLastReplicated">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:list>
    </xs:simpleType>
    <xs:element name="ReplicationMode" nillable="true" type="tns:ReplicationMode" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="MachineFlags">
      <xs:annotation>
        <xs:appinfo>
          <ActualType Name="long" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
      <xs:list>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="None">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Agent">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Cluster">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="ClusterNode">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="EsxServer">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="EsxVirtualMachine">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="HyperVServer">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="HyperVVirtualMachine">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">64</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="SmbServer">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:list>
    </xs:simpleType>
    <xs:element name="MachineFlags" nillable="true" type="tns:MachineFlags" />
    <xs:simpleType name="AgentType">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Protected" />
        <xs:enumeration value="Replicated" />
        <xs:enumeration value="PendingFailover" />
        <xs:enumeration value="Failover" />
        <xs:enumeration value="ClusterNode" />
        <xs:enumeration value="Cluster" />
        <xs:enumeration value="RecoveryPointsOnly" />
        <xs:enumeration value="EsxServer" />
        <xs:enumeration value="EsxVirtualMachine" />
        <xs:enumeration value="Backup" />
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="HyperVServer" />
        <xs:enumeration value="HyperVVirtualMachine" />
        <xs:enumeration value="HyperVCluster" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="AgentType" nillable="true" type="tns:AgentType" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Reporting.Contracts" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Reporting.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:simpleType name="JobStatus">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="Starting" />
        <xs:enumeration value="Running" />
        <xs:enumeration value="Completing" />
        <xs:enumeration value="Succeeded" />
        <xs:enumeration value="Failed" />
        <xs:enumeration value="Canceled" />
        <xs:enumeration value="Waiting" />
        <xs:enumeration value="Pending" />
        <xs:enumeration value="Queued" />
        <xs:enumeration value="Paused" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="JobStatus" nillable="true" type="tns:JobStatus" />
  </xs:schema>
</Schemas>