Reference for ValidateSelectedVolumes

Url: export/schedule/exportvolumes/validate

HTTP Method: POST

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

The following is an example request XML body:

<?xml version="1.0" encoding="utf-16"?>
<volumeGroup xmlns="http://apprecovery.com/management/api/2010/05">
  <recoveryPointId>String content</recoveryPointId>
  <selectedVolumes>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
  </selectedVolumes>
  <agentId>String content</agentId>
  <!--Valid elements of type: vmworkstationlocation, esxlocation, ec2location, hyperVVirtualMachineLocation, virtualBoxVirtualMachineLocation, virtualBoxRemoteWindowsVirtualMachineLocation, virtualBoxRemoteLinuxVirtualMachineLocation, windowsAzureVirtualMachineLocation, windowsAzureResourceManagerVirtualMachineLocation-->
  <virtualMachineLocation i:type="vmworkstationlocation" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <description>String content</description>
    <name>String content</name>
    <networkAdapters>
      <networkAdapter>
        <isEnabled>true</isEnabled>
        <adapterType>String content</adapterType>
        <connectionName>String content</connectionName>
        <speed>9223372036854775807</speed>
        <pnpDeviceId>String content</pnpDeviceId>
        <productName>String content</productName>
        <description>String content</description>
        <macAddress>String content</macAddress>
        <ipAddresses>
          <string>String content</string>
          <string>String content</string>
        </ipAddresses>
        <subnetMasks>
          <string>String content</string>
          <string>String content</string>
        </subnetMasks>
        <gateways>
          <string>String content</string>
          <string>String content</string>
        </gateways>
        <dnsServers>
          <string>String content</string>
          <string>String content</string>
        </dnsServers>
        <dnsHostName>String content</dnsHostName>
        <dnsDomain>String content</dnsDomain>
        <dnsDomainSuffixes>
          <string>String content</string>
          <string>String content</string>
        </dnsDomainSuffixes>
        <dhcpEnable>true</dhcpEnable>
        <dhcpServer>String content</dhcpServer>
        <connectionStatus>Unknown</connectionStatus>
        <isPhysical>true</isPhysical>
      </networkAdapter>
      <networkAdapter>
        <isEnabled>true</isEnabled>
        <adapterType>String content</adapterType>
        <connectionName>String content</connectionName>
        <speed>9223372036854775807</speed>
        <pnpDeviceId>String content</pnpDeviceId>
        <productName>String content</productName>
        <description>String content</description>
        <macAddress>String content</macAddress>
        <ipAddresses>
          <string>String content</string>
          <string>String content</string>
        </ipAddresses>
        <subnetMasks>
          <string>String content</string>
          <string>String content</string>
        </subnetMasks>
        <gateways>
          <string>String content</string>
          <string>String content</string>
        </gateways>
        <dnsServers>
          <string>String content</string>
          <string>String content</string>
        </dnsServers>
        <dnsHostName>String content</dnsHostName>
        <dnsDomain>String content</dnsDomain>
        <dnsDomainSuffixes>
          <string>String content</string>
          <string>String content</string>
        </dnsDomainSuffixes>
        <dhcpEnable>true</dhcpEnable>
        <dhcpServer>String content</dhcpServer>
        <connectionStatus>Unknown</connectionStatus>
        <isPhysical>true</isPhysical>
      </networkAdapter>
    </networkAdapters>
    <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
    <password>String content</password>
    <path>String content</path>
    <preallocate>true</preallocate>
    <username>String content</username>
    <version>Default</version>
  </virtualMachineLocation>
</volumeGroup>

The following is an example response XML body:

No Xml response output for this method.

The following is the request 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.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Network" />
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV.Protection" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV" />
    <xs:complexType name="volumeGroup">
      <xs:sequence>
        <xs:element minOccurs="0" name="recoveryPointId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="selectedVolumes" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" />
        <xs:element minOccurs="0" name="agentId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="virtualMachineLocation" nillable="true" type="tns:virtualMachineLocation" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="volumeGroup" nillable="true" type="tns:volumeGroup" />
    <xs:complexType name="virtualMachineLocation">
      <xs:sequence>
        <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="networkAdapters" nillable="true" type="tns:networkAdapters" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="virtualMachineLocation" nillable="true" type="tns:virtualMachineLocation" />
    <xs:complexType name="networkAdapters">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="networkAdapter" nillable="true" type="tns:networkAdapter" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="networkAdapters" nillable="true" type="tns:networkAdapters" />
    <xs:complexType name="networkAdapter">
      <xs:sequence>
        <xs:element minOccurs="0" name="isEnabled" type="xs:boolean" />
        <xs:element minOccurs="0" name="adapterType" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="connectionName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="speed" type="xs:long" />
        <xs:element minOccurs="0" name="pnpDeviceId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="productName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="macAddress" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ipAddresses" nillable="true" type="tns:stringCollection" />
        <xs:element minOccurs="0" name="subnetMasks" nillable="true" type="tns:stringCollection" />
        <xs:element minOccurs="0" name="gateways" nillable="true" type="tns:stringCollection" />
        <xs:element minOccurs="0" name="dnsServers" nillable="true" type="tns:stringCollection" />
        <xs:element minOccurs="0" name="dnsHostName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="dnsDomain" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="dnsDomainSuffixes" nillable="true" type="tns:stringCollection" />
        <xs:element minOccurs="0" name="dhcpEnable" type="xs:boolean" />
        <xs:element minOccurs="0" name="dhcpServer" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="connectionStatus" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Network" type="q2:NetworkConnectionStatus" />
        <xs:element minOccurs="0" name="isPhysical" type="xs:boolean" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="networkAdapter" nillable="true" type="tns:networkAdapter" />
    <xs:complexType name="stringCollection">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="stringCollection" nillable="true" type="tns:stringCollection" />
    <xs:complexType name="vmworkstationlocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="preallocate" type="xs:boolean" />
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="version" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization" type="q3:VmwareVersion" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="vmworkstationlocation" nillable="true" type="tns:vmworkstationlocation" />
    <xs:complexType name="esxlocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="Uuid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="allocatePolicy" xmlns:q4="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization" type="q4:VmwareEsxDiskAllocation" />
            <xs:element minOccurs="0" name="computeresourceid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
            <xs:element minOccurs="0" name="datacenterid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="datastoreid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="diskmappings" nillable="true" type="tns:diskmappings" />
            <xs:element minOccurs="0" name="folderid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="preferredTransport" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="provisioningType" xmlns:q5="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization" type="q5:VmwareEsxDiskProvisioning" />
            <xs:element minOccurs="0" name="resourcepoolid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="secureBoot" type="xs:boolean" />
            <xs:element minOccurs="0" name="storageProfileId" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="useVirtualMachineConfigurationFiles" type="xs:boolean" />
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="vcenterhost" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="vcenterport" type="xs:int" />
            <xs:element minOccurs="0" name="virtualMachineVersion" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="esxlocation" nillable="true" type="tns:esxlocation" />
    <xs:complexType name="diskmappings">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="diskmapping" nillable="true" type="tns:diskmapping" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="diskmappings" nillable="true" type="tns:diskmappings" />
    <xs:complexType name="diskmapping">
      <xs:sequence>
        <xs:element minOccurs="0" name="datastoreid" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="disknumber" type="xs:unsignedInt" />
        <xs:element minOccurs="0" name="sizebytes" type="xs:unsignedLong" />
        <xs:element minOccurs="0" name="storageProfileId" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="diskmapping" nillable="true" type="tns:diskmapping" />
    <xs:complexType name="ec2location">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="cloudWatch" type="xs:boolean" />
            <xs:element minOccurs="0" name="copyUserData" type="xs:boolean" />
            <xs:element minOccurs="0" name="credentialAccessId" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="securityGroups" nillable="true" type="tns:securitygroups" />
            <xs:element minOccurs="0" name="terminateOnShutdown" type="xs:boolean" />
            <xs:element minOccurs="0" name="terminationProtection" type="xs:boolean" />
            <xs:element minOccurs="0" name="vpcId" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="cloudAccountId" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="ec2location" nillable="true" type="tns:ec2location" />
    <xs:complexType name="securitygroups">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="securitygroups" nillable="true" type="tns:securitygroups" />
    <xs:complexType name="hyperVVirtualMachineLocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
            <xs:element minOccurs="0" name="extendedParameters" nillable="true" type="tns:hyperVExtendedParameters" />
            <xs:element minOccurs="0" name="hyperVServerAddress" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="isVirtualStandBy" type="xs:boolean" />
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="port" type="xs:unsignedInt" />
            <xs:element minOccurs="0" name="snapshotsType" xmlns:q6="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV.Protection" type="q6:UserSnapshotType" />
            <xs:element minOccurs="0" name="useVirtualMachineConfigurationFiles" type="xs:boolean" />
            <xs:element minOccurs="0" name="userName" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="virtualDisksLocation" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="hyperVVirtualMachineLocation" nillable="true" type="tns:hyperVVirtualMachineLocation" />
    <xs:complexType name="hyperVExtendedParameters">
      <xs:sequence>
        <xs:element minOccurs="0" name="generation" type="xs:int" />
        <xs:element minOccurs="0" name="hyperVVersion" xmlns:q7="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV" type="q7:HyperVVersion" />
        <xs:element minOccurs="0" name="preallocate" type="xs:boolean" />
        <xs:element minOccurs="0" name="secureBoot" type="xs:boolean" />
        <xs:element minOccurs="0" name="shutdownRemoteHyperVAgentOnDispose" type="xs:boolean" />
        <xs:element minOccurs="0" name="useRandomFolderForAgent" type="xs:boolean" />
        <xs:element minOccurs="0" name="useVhdx" type="xs:boolean" />
        <xs:element minOccurs="0" name="virtualNetworks" nillable="true" type="tns:virtualNetworks" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="hyperVExtendedParameters" nillable="true" type="tns:hyperVExtendedParameters" />
    <xs:complexType name="virtualNetworks">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="virtualNetwork" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="virtualNetworks" nillable="true" type="tns:virtualNetworks" />
    <xs:complexType name="virtualBoxVirtualMachineLocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="uuid" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="virtualBoxVirtualMachineLocation" nillable="true" type="tns:virtualBoxVirtualMachineLocation" />
    <xs:complexType name="virtualBoxRemoteWindowsVirtualMachineLocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualBoxVirtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="shareCredentialsAccountId" type="ser:guid" />
            <xs:element minOccurs="0" name="sharePassword" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="shareUserName" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="virtualBoxRemoteWindowsVirtualMachineLocation" nillable="true" type="tns:virtualBoxRemoteWindowsVirtualMachineLocation" />
    <xs:complexType name="virtualBoxRemoteLinuxVirtualMachineLocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualBoxVirtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="host" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="port" type="xs:unsignedInt" />
            <xs:element minOccurs="0" name="timeout" type="xs:unsignedInt" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="virtualBoxRemoteLinuxVirtualMachineLocation" nillable="true" type="tns:virtualBoxRemoteLinuxVirtualMachineLocation" />
    <xs:complexType name="windowsAzureVirtualMachineLocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="disksLocation" nillable="true" type="tns:windowsAzureFilesLocation" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="windowsAzureVirtualMachineLocation" nillable="true" type="tns:windowsAzureVirtualMachineLocation" />
    <xs:complexType name="windowsAzureFilesLocation">
      <xs:sequence>
        <xs:element minOccurs="0" name="SubscriptionId" type="ser:guid" />
        <xs:element minOccurs="0" name="cloudAccountId" type="ser:guid" />
        <xs:element minOccurs="0" name="containerName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="folderName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="storageAccountName" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="windowsAzureFilesLocation" nillable="true" type="tns:windowsAzureFilesLocation" />
    <xs:complexType name="windowsAzureResourceManagerVirtualMachineLocation">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:virtualMachineLocation">
          <xs:sequence>
            <xs:element minOccurs="0" name="disksLocation" nillable="true" type="tns:windowsAzureFilesLocation" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="windowsAzureResourceManagerVirtualMachineLocation" nillable="true" type="tns:windowsAzureResourceManagerVirtualMachineLocation" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:complexType name="ArrayOfstring">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Network" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Network" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="NetworkConnectionStatus">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Unknown">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Disconnected">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Connecting">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Connected">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Disconnecting">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="NoHardware">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DisabledHardware">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MalfunctionHardware">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MediaDisconnected">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Authenticating">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AuthenticationSuccess">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AuthenticationFailure">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="InvalidAddress">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CredentialsRequired">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="NetworkConnectionStatus" nillable="true" type="tns:NetworkConnectionStatus" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="VmwareVersion">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Default" />
        <xs:enumeration value="Workstation7">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Workstation8">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Workstation9">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Workstation10">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Workstation11">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Workstation12">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Workstation14">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="VmwareVersion" nillable="true" type="tns:VmwareVersion" />
    <xs:simpleType name="VmwareEsxDiskAllocation">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Automatic" />
        <xs:enumeration value="Manual" />
        <xs:enumeration value="WithVM" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="VmwareEsxDiskAllocation" nillable="true" type="tns:VmwareEsxDiskAllocation" />
    <xs:simpleType name="VmwareEsxDiskProvisioning">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Thin" />
        <xs:enumeration value="Thick" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="VmwareEsxDiskProvisioning" nillable="true" type="tns:VmwareEsxDiskProvisioning" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:simpleType name="HyperVVersion">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="Version1" />
        <xs:enumeration value="Version2" />
        <xs:enumeration value="Version3" />
        <xs:enumeration value="Version4" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="HyperVVersion" nillable="true" type="tns:HyperVVersion" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV.Protection" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Virtualization.HyperV.Protection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="UserSnapshotType">
      <xs:annotation>
        <xs:appinfo>
          <ActualType Name="unsignedShort" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="Disable">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ProductionFallbackToTest">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ProductionNoFallback">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Test">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="UserSnapshotType" nillable="true" type="tns:UserSnapshotType" />
  </xs:schema>
</Schemas>

The following is the response XML Schema:

The response body is empty.