Reference for GetServerMetadata
Url: hypervServerMetadata/fullMetadata
HTTP Method: PUT
| 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"?>
<credentialsDescriptor xmlns="http://apprecovery.com/management/api/2010/05">
<!--Valid elements of type: oracleInstanceCredentials, instanceCredentials, virtualInstanceCredentials-->
<defaultCredentials i:type="oracleInstanceCredentials" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
<encryptPassword>true</encryptPassword>
<password>String content</password>
<passwordEncrypted>String content</passwordEncrypted>
<userName>String content</userName>
<hostName>String content</hostName>
<instanceServiceName>String content</instanceServiceName>
<instanceSid>String content</instanceSid>
<port>2147483647</port>
<tnsNetworkAlias>String content</tnsNetworkAlias>
<useWindowsAuthentication>true</useWindowsAuthentication>
</defaultCredentials>
<!--Valid elements of type: oracleInstanceCredentials, instanceCredentials, virtualInstanceCredentials-->
<exchangeCredentials i:type="oracleInstanceCredentials" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
<encryptPassword>true</encryptPassword>
<password>String content</password>
<passwordEncrypted>String content</passwordEncrypted>
<userName>String content</userName>
<hostName>String content</hostName>
<instanceServiceName>String content</instanceServiceName>
<instanceSid>String content</instanceSid>
<port>2147483647</port>
<tnsNetworkAlias>String content</tnsNetworkAlias>
<useWindowsAuthentication>true</useWindowsAuthentication>
</exchangeCredentials>
<oracleCredentials>
<oracleInstancesCredentials>
<instanceCredentials>
<credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
<encryptPassword>true</encryptPassword>
<password>String content</password>
<passwordEncrypted>String content</passwordEncrypted>
<userName>String content</userName>
<hostName>String content</hostName>
<instanceServiceName>String content</instanceServiceName>
<instanceSid>String content</instanceSid>
<port>2147483647</port>
<tnsNetworkAlias>String content</tnsNetworkAlias>
<useWindowsAuthentication>true</useWindowsAuthentication>
</instanceCredentials>
<instanceCredentials>
<credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
<encryptPassword>true</encryptPassword>
<password>String content</password>
<passwordEncrypted>String content</passwordEncrypted>
<userName>String content</userName>
<hostName>String content</hostName>
<instanceServiceName>String content</instanceServiceName>
<instanceSid>String content</instanceSid>
<port>2147483647</port>
<tnsNetworkAlias>String content</tnsNetworkAlias>
<useWindowsAuthentication>true</useWindowsAuthentication>
</instanceCredentials>
</oracleInstancesCredentials>
</oracleCredentials>
<sqlCredentials>
<instancesCredentials>
<!--Valid elements of type: virtualInstanceCredentials-->
<instanceCredentials i:type="virtualInstanceCredentials" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
<encryptPassword>true</encryptPassword>
<password>String content</password>
<passwordEncrypted>String content</passwordEncrypted>
<userName>String content</userName>
<instanceName>String content</instanceName>
<useDefaultCredentials>true</useDefaultCredentials>
<useWindowsAuthentication>true</useWindowsAuthentication>
<virtualServerName>String content</virtualServerName>
</instanceCredentials>
<!--Valid elements of type: virtualInstanceCredentials-->
<instanceCredentials i:type="virtualInstanceCredentials" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
<encryptPassword>true</encryptPassword>
<password>String content</password>
<passwordEncrypted>String content</passwordEncrypted>
<userName>String content</userName>
<instanceName>String content</instanceName>
<useDefaultCredentials>true</useDefaultCredentials>
<useWindowsAuthentication>true</useWindowsAuthentication>
<virtualServerName>String content</virtualServerName>
</instanceCredentials>
</instancesCredentials>
</sqlCredentials>
</credentialsDescriptor>
The following is an example response XML body:
<?xml version="1.0" encoding="utf-16"?>
<hypervServerSummary xmlns="http://apprecovery.com/management/api/2010/05">
<clusterId>1627aea5-8e0a-4371-9022-9b504344e724</clusterId>
<clusterName>String content</clusterName>
<displayName>String content</displayName>
<fqdn>String content</fqdn>
<hasHyperVVssWriter>true</hasHyperVVssWriter>
<ipAddresses>
<ipAddress>
<addressFamily>String content</addressFamily>
<address>String content</address>
</ipAddress>
<ipAddress>
<addressFamily>String content</addressFamily>
<address>String content</address>
</ipAddress>
</ipAddresses>
<name>String content</name>
<nodes>
<clusterNode>
<Name>String content</Name>
<Version>None</Version>
<BuildNumber>4294967295</BuildNumber>
<InstanceId>String content</InstanceId>
<State>Up</State>
<CSDVersion>String content</CSDVersion>
<FQDN>String content</FQDN>
<IPAddresses>
<ipAddress>
<addressFamily>String content</addressFamily>
<address>String content</address>
</ipAddress>
<ipAddress>
<addressFamily>String content</addressFamily>
<address>String content</address>
</ipAddress>
</IPAddresses>
<AccessibleAddress>String content</AccessibleAddress>
<AgentServiceState>Unknown</AgentServiceState>
<IsAgentUsingNonDefaultPort>true</IsAgentUsingNonDefaultPort>
</clusterNode>
<clusterNode>
<Name>String content</Name>
<Version>None</Version>
<BuildNumber>4294967295</BuildNumber>
<InstanceId>String content</InstanceId>
<State>Up</State>
<CSDVersion>String content</CSDVersion>
<FQDN>String content</FQDN>
<IPAddresses>
<ipAddress>
<addressFamily>String content</addressFamily>
<address>String content</address>
</ipAddress>
<ipAddress>
<addressFamily>String content</addressFamily>
<address>String content</address>
</ipAddress>
</IPAddresses>
<AccessibleAddress>String content</AccessibleAddress>
<AgentServiceState>Unknown</AgentServiceState>
<IsAgentUsingNonDefaultPort>true</IsAgentUsingNonDefaultPort>
</clusterNode>
</nodes>
<osFamily>Unknown</osFamily>
<port>2147483647</port>
<processors>
<processor>
<Architecture>Unknown</Architecture>
<NumberOfCores>65535</NumberOfCores>
<NumberOfThreads>2147483647</NumberOfThreads>
<ClockSpeed>9223372036854775807</ClockSpeed>
<Description>String content</Description>
</processor>
<processor>
<Architecture>Unknown</Architecture>
<NumberOfCores>65535</NumberOfCores>
<NumberOfThreads>2147483647</NumberOfThreads>
<ClockSpeed>9223372036854775807</ClockSpeed>
<Description>String content</Description>
</processor>
</processors>
<serverId>1627aea5-8e0a-4371-9022-9b504344e724</serverId>
<sharedVirtualDisks>
<hyperVSharedVhdx>
<name>String content</name>
<virtualDiskId>1627aea5-8e0a-4371-9022-9b504344e724</virtualDiskId>
<virtualDiskPath>String content</virtualDiskPath>
<virtualMachineIds>
<guid>1627aea5-8e0a-4371-9022-9b504344e724</guid>
<guid>1627aea5-8e0a-4371-9022-9b504344e724</guid>
</virtualMachineIds>
<isProtected>true</isProtected>
<virtualHardDiskFormat>Unknown</virtualHardDiskFormat>
<possibleOwnerHosts>
<string>String content</string>
<string>String content</string>
</possibleOwnerHosts>
</hyperVSharedVhdx>
<hyperVSharedVhdx>
<name>String content</name>
<virtualDiskId>1627aea5-8e0a-4371-9022-9b504344e724</virtualDiskId>
<virtualDiskPath>String content</virtualDiskPath>
<virtualMachineIds>
<guid>1627aea5-8e0a-4371-9022-9b504344e724</guid>
<guid>1627aea5-8e0a-4371-9022-9b504344e724</guid>
</virtualMachineIds>
<isProtected>true</isProtected>
<virtualHardDiskFormat>Unknown</virtualHardDiskFormat>
<possibleOwnerHosts>
<string>String content</string>
<string>String content</string>
</possibleOwnerHosts>
</hyperVSharedVhdx>
</sharedVirtualDisks>
<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>
<virtualMachines>
<virtMachineItem>
<HostName>String content</HostName>
<Id>1627aea5-8e0a-4371-9022-9b504344e724</Id>
<Name>String content</Name>
<VirtualMachineId>1627aea5-8e0a-4371-9022-9b504344e724</VirtualMachineId>
<fullPath>String content</fullPath>
<integrationServicesOk>true</integrationServicesOk>
<isConnected>true</isConnected>
<isPoweredOn>true</isPoweredOn>
<ownerNode>String content</ownerNode>
<size>18446744073709551615</size>
<virtualMachineResourceType>invalid</virtualMachineResourceType>
</virtMachineItem>
<virtMachineItem>
<HostName>String content</HostName>
<Id>1627aea5-8e0a-4371-9022-9b504344e724</Id>
<Name>String content</Name>
<VirtualMachineId>1627aea5-8e0a-4371-9022-9b504344e724</VirtualMachineId>
<fullPath>String content</fullPath>
<integrationServicesOk>true</integrationServicesOk>
<isConnected>true</isConnected>
<isPoweredOn>true</isPoweredOn>
<ownerNode>String content</ownerNode>
<size>18446744073709551615</size>
<virtualMachineResourceType>invalid</virtualMachineResourceType>
</virtMachineItem>
</virtualMachines>
</hypervServerSummary>
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/" />
<xs:complexType name="credentialsDescriptor">
<xs:sequence>
<xs:element minOccurs="0" name="defaultCredentials" nillable="true" type="tns:baseCredentials">
<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="exchangeCredentials" nillable="true" type="tns:baseCredentials">
<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="oracleCredentials" nillable="true" type="tns:oracleCredentials">
<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="sqlCredentials" nillable="true" type="tns:sqlCredentials">
<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="credentialsDescriptor" nillable="true" type="tns:credentialsDescriptor" />
<xs:complexType name="baseCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
<xs:element minOccurs="0" name="encryptPassword" type="xs:boolean" />
<xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="passwordEncrypted" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="userName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="baseCredentials" nillable="true" type="tns:baseCredentials" />
<xs:complexType name="oracleInstanceCredentials">
<xs:complexContent mixed="false">
<xs:extension base="tns:baseCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="instanceServiceName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="instanceSid" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="port" type="xs:int" />
<xs:element minOccurs="0" name="tnsNetworkAlias" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="useWindowsAuthentication" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="oracleInstanceCredentials" nillable="true" type="tns:oracleInstanceCredentials" />
<xs:complexType name="instanceCredentials">
<xs:complexContent mixed="false">
<xs:extension base="tns:baseCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="instanceName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="useDefaultCredentials" type="xs:boolean" />
<xs:element minOccurs="0" name="useWindowsAuthentication" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="instanceCredentials" nillable="true" type="tns:instanceCredentials" />
<xs:complexType name="virtualInstanceCredentials">
<xs:complexContent mixed="false">
<xs:extension base="tns:instanceCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="virtualServerName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="virtualInstanceCredentials" nillable="true" type="tns:virtualInstanceCredentials" />
<xs:complexType name="oracleCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="oracleInstancesCredentials" nillable="true" type="tns:oracleInstancesCredentials" />
</xs:sequence>
</xs:complexType>
<xs:element name="oracleCredentials" nillable="true" type="tns:oracleCredentials" />
<xs:complexType name="oracleInstancesCredentials">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="instanceCredentials" nillable="true" type="tns:oracleInstanceCredentials" />
</xs:sequence>
</xs:complexType>
<xs:element name="oracleInstancesCredentials" nillable="true" type="tns:oracleInstancesCredentials" />
<xs:complexType name="sqlCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="instancesCredentials" nillable="true" type="tns:instancesCredentials" />
</xs:sequence>
</xs:complexType>
<xs:element name="sqlCredentials" nillable="true" type="tns:sqlCredentials" />
<xs:complexType name="instancesCredentials">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="instanceCredentials" nillable="true" type="tns:instanceCredentials" />
</xs:sequence>
</xs:complexType>
<xs:element name="instancesCredentials" nillable="true" type="tns:instancesCredentials" />
</xs:schema>
</Schemas>
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.microsoft.com/2003/10/Serialization/" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.WmiApi.Services" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" />
<xs:complexType name="hypervServerSummary">
<xs:sequence>
<xs:element minOccurs="0" name="clusterId" type="ser:guid" />
<xs:element minOccurs="0" name="clusterName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="fqdn" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="hasHyperVVssWriter" type="xs:boolean" />
<xs:element minOccurs="0" name="ipAddresses" nillable="true" type="tns:ipAddresses" />
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nodes" nillable="true" type="tns:clusterNodes" />
<xs:element minOccurs="0" name="osFamily" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" type="q1:OperatingSystemFamily" />
<xs:element minOccurs="0" name="port" type="xs:int" />
<xs:element minOccurs="0" name="processors" nillable="true" type="tns:processors" />
<xs:element minOccurs="0" name="serverId" type="ser:guid" />
<xs:element minOccurs="0" name="sharedVirtualDisks" nillable="true" type="tns:hyperVSharedVhdxCollection" />
<xs:element minOccurs="0" name="version" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/System" type="q2:Version" />
<xs:element minOccurs="0" name="virtualMachines" nillable="true" type="tns:hypeVvirtualMachineSummaryColl" />
</xs:sequence>
</xs:complexType>
<xs:element name="hypervServerSummary" nillable="true" type="tns:hypervServerSummary" />
<xs:complexType name="ipAddresses">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="ipAddress" nillable="true" type="tns:ipAddress" />
</xs:sequence>
</xs:complexType>
<xs:element name="ipAddresses" nillable="true" type="tns:ipAddresses" />
<xs:complexType name="ipAddress">
<xs:sequence>
<xs:element minOccurs="0" name="addressFamily" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="address" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="ipAddress" nillable="true" type="tns:ipAddress" />
<xs:complexType name="clusterNodes">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="clusterNode" nillable="true" type="tns:clusterNode" />
</xs:sequence>
</xs:complexType>
<xs:element name="clusterNodes" nillable="true" type="tns:clusterNodes" />
<xs:complexType name="clusterNode">
<xs:sequence>
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Version" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" type="q3:WindowsVersion" />
<xs:element minOccurs="0" name="BuildNumber" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="InstanceId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="State" xmlns:q4="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" type="q4:ClusterNodeState" />
<xs:element minOccurs="0" name="CSDVersion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FQDN" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IPAddresses" nillable="true" type="tns:ipAddresses" />
<xs:element minOccurs="0" name="AccessibleAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AgentServiceState" xmlns:q5="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.WmiApi.Services" type="q5:State" />
<xs:element minOccurs="0" name="IsAgentUsingNonDefaultPort" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:element name="clusterNode" nillable="true" type="tns:clusterNode" />
<xs:complexType name="processors">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="processor" nillable="true" type="tns:processor" />
</xs:sequence>
</xs:complexType>
<xs:element name="processors" nillable="true" type="tns:processors" />
<xs:complexType name="processor">
<xs:sequence>
<xs:element minOccurs="0" name="Architecture" xmlns:q6="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" type="q6:ProcessorArchitecture" />
<xs:element minOccurs="0" name="NumberOfCores" type="xs:unsignedShort" />
<xs:element minOccurs="0" name="NumberOfThreads" type="xs:int" />
<xs:element minOccurs="0" name="ClockSpeed" type="xs:long" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="processor" nillable="true" type="tns:processor" />
<xs:complexType name="hyperVSharedVhdxCollection">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="hyperVSharedVhdx" nillable="true" type="tns:hyperVSharedVhdx" />
</xs:sequence>
</xs:complexType>
<xs:element name="hyperVSharedVhdxCollection" nillable="true" type="tns:hyperVSharedVhdxCollection" />
<xs:complexType name="hyperVSharedVhdx">
<xs:sequence>
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="virtualDiskId" type="ser:guid" />
<xs:element minOccurs="0" name="virtualDiskPath" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="virtualMachineIds" nillable="true" type="tns:guidCollection" />
<xs:element minOccurs="0" name="isProtected" type="xs:boolean" />
<xs:element minOccurs="0" name="virtualHardDiskFormat" xmlns:q7="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" type="q7:VirtualHardDiskFormat" />
<xs:element minOccurs="0" name="possibleOwnerHosts" nillable="true" type="tns:stringCollection" />
</xs:sequence>
</xs:complexType>
<xs:element name="hyperVSharedVhdx" nillable="true" type="tns:hyperVSharedVhdx" />
<xs:complexType name="guidCollection">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid" />
</xs:sequence>
</xs:complexType>
<xs:element name="guidCollection" nillable="true" type="tns:guidCollection" />
<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="hypeVvirtualMachineSummaryColl">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="virtMachineItem" nillable="true" type="tns:hyperVvirtualMachineSummary_x0020_" />
</xs:sequence>
</xs:complexType>
<xs:element name="hypeVvirtualMachineSummaryColl" nillable="true" type="tns:hypeVvirtualMachineSummaryColl" />
<xs:complexType name="hyperVvirtualMachineSummary_x0020_">
<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="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="VirtualMachineId" type="ser:guid" />
<xs:element minOccurs="0" name="fullPath" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="integrationServicesOk" type="xs:boolean" />
<xs:element minOccurs="0" name="isConnected" type="xs:boolean" />
<xs:element minOccurs="0" name="isPoweredOn" type="xs:boolean" />
<xs:element minOccurs="0" name="ownerNode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="size" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="virtualMachineResourceType" type="tns:virtualMachineResourceType" />
</xs:sequence>
</xs:complexType>
<xs:element name="hyperVvirtualMachineSummary_x0020_" nillable="true" type="tns:hyperVvirtualMachineSummary_x0020_" />
<xs:simpleType name="virtualMachineResourceType">
<xs:restriction base="xs:string">
<xs:enumeration value="invalid" />
<xs:enumeration value="local" />
<xs:enumeration value="cluster" />
</xs:restriction>
</xs:simpleType>
<xs:element name="virtualMachineResourceType" nillable="true" type="tns:virtualMachineResourceType" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:simpleType name="WindowsVersion">
<xs:restriction base="xs:string">
<xs:enumeration value="None" />
<xs:enumeration value="WindowsServer2000">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">50</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Windows2003">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">52</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Windows2008">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">60</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Windows2008R2">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">61</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WindowsServer8">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">62</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WindowsServer8R2">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">63</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WindowsServer16">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">100</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WindowsServer2019">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">101</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="WindowsVersion" nillable="true" type="tns:WindowsVersion" />
<xs:simpleType name="ClusterNodeState">
<xs:restriction base="xs:string">
<xs:enumeration value="Up" />
<xs:enumeration value="Down" />
<xs:enumeration value="Paused" />
<xs:enumeration value="Joining" />
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="ClusterNodeState" nillable="true" type="tns:ClusterNodeState" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.WmiApi.Services" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.WmiApi.Services" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="State">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Stopped" />
<xs:enumeration value="StartPending" />
<xs:enumeration value="StopPending" />
<xs:enumeration value="Running" />
<xs:enumeration value="ContinuePending" />
<xs:enumeration value="PausePending" />
<xs:enumeration value="Paused" />
</xs:restriction>
</xs:simpleType>
<xs:element name="State" nillable="true" type="tns:State" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="OperatingSystemFamily">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Windows2000" />
<xs:enumeration value="WindowsXP" />
<xs:enumeration value="WindowsServer2003" />
<xs:enumeration value="WindowsServer2003R2" />
<xs:enumeration value="WindowsVista" />
<xs:enumeration value="WindowsServer2008" />
<xs:enumeration value="WindowsServer2008R2" />
<xs:enumeration value="Windows7" />
<xs:enumeration value="Windows8" />
<xs:enumeration value="WindowsServer2012" />
<xs:enumeration value="Linux" />
<xs:enumeration value="Windows81" />
<xs:enumeration value="WindowsServer2012R2" />
<xs:enumeration value="LinuxDebian" />
<xs:enumeration value="LinuxOpensuse" />
<xs:enumeration value="LinuxRedhat6" />
<xs:enumeration value="LinuxSles" />
<xs:enumeration value="LinuxUbuntu" />
<xs:enumeration value="LinuxCentos" />
<xs:enumeration value="LinuxCentos5" />
<xs:enumeration value="LinuxCentos6" />
<xs:enumeration value="LinuxCentos7" />
<xs:enumeration value="LinuxRedhat5" />
<xs:enumeration value="LinuxRedhat7" />
<xs:enumeration value="LinuxOracle5" />
<xs:enumeration value="LinuxOracle6" />
<xs:enumeration value="LinuxOracle7" />
<xs:enumeration value="LinuxSles11" />
<xs:enumeration value="LinuxSles12" />
<xs:enumeration value="Windows" />
<xs:enumeration value="LinuxDebian7" />
<xs:enumeration value="LinuxDebian8" />
<xs:enumeration value="LinuxUbuntu12" />
<xs:enumeration value="LinuxUbuntu13" />
<xs:enumeration value="LinuxUbuntu14" />
<xs:enumeration value="LinuxUbuntu15" />
<xs:enumeration value="Windows10" />
<xs:enumeration value="WindowsServer2016" />
<xs:enumeration value="LinuxOracle" />
<xs:enumeration value="LinuxRedhat" />
<xs:enumeration value="LinuxUbuntu16" />
<xs:enumeration value="LinuxScientific" />
<xs:enumeration value="LinuxScientific5" />
<xs:enumeration value="LinuxScientific6" />
<xs:enumeration value="LinuxScientific7" />
<xs:enumeration value="LinuxUbuntu17" />
<xs:enumeration value="LinuxDebian9" />
<xs:enumeration value="LinuxSled" />
<xs:enumeration value="LinuxSled11" />
<xs:enumeration value="LinuxSled12" />
<xs:enumeration value="LinuxUbuntu18" />
<xs:enumeration value="WindowsServer2019" />
</xs:restriction>
</xs:simpleType>
<xs:element name="OperatingSystemFamily" nillable="true" type="tns:OperatingSystemFamily" />
<xs:simpleType name="ProcessorArchitecture">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="i386" />
<xs:enumeration value="amd64" />
</xs:restriction>
</xs:simpleType>
<xs:element name="ProcessorArchitecture" nillable="true" type="tns:ProcessorArchitecture" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:simpleType name="VirtualHardDiskFormat">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Vhd">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vhdx">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VhdSet">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="VirtualHardDiskFormat" nillable="true" type="tns:VirtualHardDiskFormat" />
</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>
</Schemas>