Reference for GetStoredCoresInRepository

Url: o3ePhantomManagement/cores

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"?>
<o3ePhantomCredentials xmlns="http://apprecovery.com/management/api/2010/05">
  <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
  <host>String content</host>
  <o3eRemotePort>4294967295</o3eRemotePort>
  <ostPort>4294967295</ostPort>
  <ostReplicationPort>4294967295</ostReplicationPort>
  <password>String content</password>
  <user>String content</user>
</o3ePhantomCredentials>

The following is an example response XML body:

<?xml version="1.0" encoding="utf-16"?>
<o3ERepositoryStoredCores xmlns="http://apprecovery.com/management/api/2010/05">
  <coreInfo>
    <coreInfo>
      <coreId>1627aea5-8e0a-4371-9022-9b504344e724</coreId>
      <hostName>String content</hostName>
      <RepositoryName>String content</RepositoryName>
      <repositoryId>1627aea5-8e0a-4371-9022-9b504344e724</repositoryId>
      <agents>
        <agentInfos>
          <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
          <displayName>String content</displayName>
          <hostUri>http://www.example.com/</hostUri>
          <type>Protected</type>
          <recoveryPoints>18446744073709551615</recoveryPoints>
          <protectedData>18446744073709551615</protectedData>
        </agentInfos>
        <agentInfos>
          <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
          <displayName>String content</displayName>
          <hostUri>http://www.example.com/</hostUri>
          <type>Protected</type>
          <recoveryPoints>18446744073709551615</recoveryPoints>
          <protectedData>18446744073709551615</protectedData>
        </agentInfos>
      </agents>
      <online>true</online>
      <coreName>String content</coreName>
      <repositoryComment>String content</repositoryComment>
    </coreInfo>
    <coreSecurityInfo>
      <uniqueLicensePortalCoreId>String content</uniqueLicensePortalCoreId>
      <securityKeyData>String content</securityKeyData>
      <coreProtectionMethod>None</coreProtectionMethod>
    </coreSecurityInfo>
    <pathOnServer>
      <Default>String content</Default>
      <Encrypted>String content</Encrypted>
    </pathOnServer>
  </coreInfo>
  <coreInfo>
    <coreInfo>
      <coreId>1627aea5-8e0a-4371-9022-9b504344e724</coreId>
      <hostName>String content</hostName>
      <RepositoryName>String content</RepositoryName>
      <repositoryId>1627aea5-8e0a-4371-9022-9b504344e724</repositoryId>
      <agents>
        <agentInfos>
          <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
          <displayName>String content</displayName>
          <hostUri>http://www.example.com/</hostUri>
          <type>Protected</type>
          <recoveryPoints>18446744073709551615</recoveryPoints>
          <protectedData>18446744073709551615</protectedData>
        </agentInfos>
        <agentInfos>
          <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
          <displayName>String content</displayName>
          <hostUri>http://www.example.com/</hostUri>
          <type>Protected</type>
          <recoveryPoints>18446744073709551615</recoveryPoints>
          <protectedData>18446744073709551615</protectedData>
        </agentInfos>
      </agents>
      <online>true</online>
      <coreName>String content</coreName>
      <repositoryComment>String content</repositoryComment>
    </coreInfo>
    <coreSecurityInfo>
      <uniqueLicensePortalCoreId>String content</uniqueLicensePortalCoreId>
      <securityKeyData>String content</securityKeyData>
      <coreProtectionMethod>None</coreProtectionMethod>
    </coreSecurityInfo>
    <pathOnServer>
      <Default>String content</Default>
      <Encrypted>String content</Encrypted>
    </pathOnServer>
  </coreInfo>
</o3ERepositoryStoredCores>

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="o3ePhantomCredentials">
      <xs:sequence>
        <xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
        <xs:element minOccurs="0" name="host" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="o3eRemotePort" type="xs:unsignedInt" />
        <xs:element minOccurs="0" name="ostPort" type="xs:unsignedInt" />
        <xs:element minOccurs="0" name="ostReplicationPort" type="xs:unsignedInt" />
        <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="user" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ePhantomCredentials" nillable="true" type="tns:o3ePhantomCredentials" />
  </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.Core.Contracts.Agents" />
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.O3E.Phantom" />
    <xs:complexType name="o3ERepositoryStoredCores">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="coreInfo" nillable="true" type="tns:o3ePhantomRepositoryStoredCoreInfo" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ERepositoryStoredCores" nillable="true" type="tns:o3ERepositoryStoredCores" />
    <xs:complexType name="o3ePhantomRepositoryStoredCoreInfo">
      <xs:sequence>
        <xs:element minOccurs="0" name="coreInfo" nillable="true" type="tns:o3ePhantomRepositoryCoreInfo" />
        <xs:element minOccurs="0" name="coreSecurityInfo" nillable="true" type="tns:o3ePhantomRepositoryCoreSecurityInfoInfo" />
        <xs:element minOccurs="0" name="pathOnServer" nillable="true" type="tns:o3ePhantomRepositoryPath" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ePhantomRepositoryStoredCoreInfo" nillable="true" type="tns:o3ePhantomRepositoryStoredCoreInfo" />
    <xs:complexType name="o3ePhantomRepositoryCoreInfo">
      <xs:sequence>
        <xs:element minOccurs="0" name="coreId" type="ser:guid" />
        <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="RepositoryName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="repositoryId" type="ser:guid" />
        <xs:element minOccurs="0" name="agents" nillable="true" type="tns:o3ERepositoryStoredAgentInfoCollection" />
        <xs:element minOccurs="0" name="online" type="xs:boolean" />
        <xs:element minOccurs="0" name="coreName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="repositoryComment" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ePhantomRepositoryCoreInfo" nillable="true" type="tns:o3ePhantomRepositoryCoreInfo" />
    <xs:complexType name="o3ERepositoryStoredAgentInfoCollection">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="agentInfos" nillable="true" type="tns:o3ePhantomRepositoryStoredAgentInfo" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ERepositoryStoredAgentInfoCollection" nillable="true" type="tns:o3ERepositoryStoredAgentInfoCollection" />
    <xs:complexType name="o3ePhantomRepositoryStoredAgentInfo">
      <xs:sequence>
        <xs:element minOccurs="0" name="id" type="ser:guid" />
        <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="hostUri" nillable="true" type="xs:anyURI" />
        <xs:element minOccurs="0" name="type" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" type="q1:AgentType" />
        <xs:element minOccurs="0" name="recoveryPoints" type="xs:unsignedLong" />
        <xs:element minOccurs="0" name="protectedData" type="xs:unsignedLong" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ePhantomRepositoryStoredAgentInfo" nillable="true" type="tns:o3ePhantomRepositoryStoredAgentInfo" />
    <xs:complexType name="o3ePhantomRepositoryCoreSecurityInfoInfo">
      <xs:sequence>
        <xs:element minOccurs="0" name="uniqueLicensePortalCoreId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="securityKeyData" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="coreProtectionMethod" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.O3E.Phantom" type="q2:CoreProtectionMethod" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ePhantomRepositoryCoreSecurityInfoInfo" nillable="true" type="tns:o3ePhantomRepositoryCoreSecurityInfoInfo" />
    <xs:complexType name="o3ePhantomRepositoryPath">
      <xs:sequence>
        <xs:element minOccurs="0" name="Default" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Encrypted" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="o3ePhantomRepositoryPath" nillable="true" type="tns:o3ePhantomRepositoryPath" />
  </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: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.Core.Contracts.O3E.Phantom" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.O3E.Phantom" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:simpleType name="CoreProtectionMethod">
      <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="LicensePortalId" />
        <xs:enumeration value="SecurityKey" />
        <xs:enumeration value="Both" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="CoreProtectionMethod" nillable="true" type="tns:CoreProtectionMethod" />
  </xs:schema>
</Schemas>