Reference for GetConfiguration
Url: autoupdate/config
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"?>
<autoUpdateConfiguration xmlns="http://apprecovery.com/management/api/2010/05">
<downloaderConfiguration>
<bufferSize>2147483647</bufferSize>
<chunkDownloadRetries>2147483647</chunkDownloadRetries>
<chunkSize>9223372036854775807</chunkSize>
<concurrentThreadsCount>2147483647</concurrentThreadsCount>
<destinationFolder>String content</destinationFolder>
<requestTimeout>2147483647</requestTimeout>
</downloaderConfiguration>
<lastCheck>1999-05-31T11:20:00</lastCheck>
<!--Valid elements of type: updateManifestInternational-->
<manifest i:type="updateManifestInternational" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<SupportedApplianceModels>
<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>
</SupportedApplianceModels>
<avaliableVersion>
<Version>String content</Version>
</avaliableVersion>
<checkSum>String content</checkSum>
<downloadLink>String content</downloadLink>
<manifestInternational>
<SupportedApplianceModels>
<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>
</SupportedApplianceModels>
<avaliableVersion>
<Version>String content</Version>
</avaliableVersion>
<checkSum>String content</checkSum>
<downloadLink>String content</downloadLink>
<manifestInternational>
<SupportedApplianceModels>
<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>
</SupportedApplianceModels>
<avaliableVersion>
<Version>String content</Version>
</avaliableVersion>
<checkSum>String content</checkSum>
<downloadLink>String content</downloadLink>
<manifestInternational i:nil="true" />
<releaseNotes>String content</releaseNotes>
<skipFixManifest>true</skipFixManifest>
<cultures>
<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>
</cultures>
</manifestInternational>
<releaseNotes>String content</releaseNotes>
<skipFixManifest>true</skipFixManifest>
<cultures>
<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>
</cultures>
</manifestInternational>
<releaseNotes>String content</releaseNotes>
<skipFixManifest>true</skipFixManifest>
<cultures>
<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>
</cultures>
</manifest>
<notFixedDefectIds>
<defect>
<id>String content</id>
</defect>
<defect>
<id>String content</id>
</defect>
</notFixedDefectIds>
<notFixedExperimentalPatches>
<experimentalPatch>
<name>String content</name>
</experimentalPatch>
<experimentalPatch>
<name>String content</name>
</experimentalPatch>
</notFixedExperimentalPatches>
<runningAfterUpgrade>true</runningAfterUpgrade>
<stopServiceTimeout>P428DT10H30M12.3S</stopServiceTimeout>
<updateCheckErrorDetails>String content</updateCheckErrorDetails>
<updateCheckInterval>2147483647</updateCheckInterval>
<updatePolicy>Disabled</updatePolicy>
<waitJobsTimeout>P428DT10H30M12.3S</waitJobsTimeout>
</autoUpdateConfiguration>
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.microsoft.com/2003/10/Serialization/" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.AutomaticUpdate" />
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:complexType name="autoUpdateConfiguration">
<xs:sequence>
<xs:element minOccurs="0" name="downloaderConfiguration" nillable="true" type="tns:downloader" />
<xs:element minOccurs="0" name="lastCheck" type="xs:dateTime" />
<xs:element minOccurs="0" name="manifest" nillable="true" type="tns:updateManifest" />
<xs:element minOccurs="0" name="notFixedDefectIds" nillable="true" type="tns:defectsCollection" />
<xs:element minOccurs="0" name="notFixedExperimentalPatches" nillable="true" type="tns:experimentalPatchesCollection" />
<xs:element minOccurs="0" name="runningAfterUpgrade" type="xs:boolean" />
<xs:element minOccurs="0" name="stopServiceTimeout" type="ser:duration" />
<xs:element minOccurs="0" name="updateCheckErrorDetails" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="updateCheckInterval" type="xs:int" />
<xs:element minOccurs="0" name="updatePolicy" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.AutomaticUpdate" type="q1:UpdatePolicy" />
<xs:element minOccurs="0" name="waitJobsTimeout" type="ser:duration" />
</xs:sequence>
</xs:complexType>
<xs:element name="autoUpdateConfiguration" nillable="true" type="tns:autoUpdateConfiguration" />
<xs:complexType name="downloader">
<xs:sequence>
<xs:element minOccurs="0" name="bufferSize" type="xs:int" />
<xs:element minOccurs="0" name="chunkDownloadRetries" type="xs:int" />
<xs:element minOccurs="0" name="chunkSize" type="xs:long" />
<xs:element minOccurs="0" name="concurrentThreadsCount" type="xs:int" />
<xs:element minOccurs="0" name="destinationFolder" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="requestTimeout" type="xs:int" />
</xs:sequence>
</xs:complexType>
<xs:element name="downloader" nillable="true" type="tns:downloader" />
<xs:complexType name="updateManifest">
<xs:sequence>
<xs:element minOccurs="0" name="SupportedApplianceModels" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" />
<xs:element minOccurs="0" name="avaliableVersion" nillable="true" type="tns:productVersion" />
<xs:element minOccurs="0" name="checkSum" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="downloadLink" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="manifestInternational" nillable="true" type="tns:updateManifestInternational" />
<xs:element minOccurs="0" name="releaseNotes" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="skipFixManifest" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:element name="updateManifest" nillable="true" type="tns:updateManifest" />
<xs:complexType name="productVersion">
<xs:sequence>
<xs:element minOccurs="0" name="Version" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="productVersion" nillable="true" type="tns:productVersion" />
<xs:complexType name="updateManifestInternational">
<xs:complexContent mixed="false">
<xs:extension base="tns:updateManifest">
<xs:sequence>
<xs:element minOccurs="0" name="cultures" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfstring" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="updateManifestInternational" nillable="true" type="tns:updateManifestInternational" />
<xs:complexType name="defectsCollection">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="defect" nillable="true" type="tns:defect" />
</xs:sequence>
</xs:complexType>
<xs:element name="defectsCollection" nillable="true" type="tns:defectsCollection" />
<xs:complexType name="defect">
<xs:sequence>
<xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="defect" nillable="true" type="tns:defect" />
<xs:complexType name="experimentalPatchesCollection">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="experimentalPatch" nillable="true" type="tns:experimentalPatch" />
</xs:sequence>
</xs:complexType>
<xs:element name="experimentalPatchesCollection" nillable="true" type="tns:experimentalPatchesCollection" />
<xs:complexType name="experimentalPatch">
<xs:sequence>
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="experimentalPatch" nillable="true" type="tns:experimentalPatch" />
</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.Core.Contracts.AutomaticUpdate" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.AutomaticUpdate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="UpdatePolicy">
<xs:restriction base="xs:string">
<xs:enumeration value="Disabled" />
<xs:enumeration value="Manual" />
<xs:enumeration value="Automatic" />
</xs:restriction>
</xs:simpleType>
<xs:element name="UpdatePolicy" nillable="true" type="tns:UpdatePolicy" />
</xs:schema>
</Schemas>