Reference for FixBootable
Url: rollback/fixBoot
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"?>
<fixBootRequest xmlns="http://apprecovery.com/management/api/2010/05">
<bcdMetadata>
<recoveryVolumeMetadata>
<recoveryGuid>String content</recoveryGuid>
<deviceOptionsGuid>String content</deviceOptionsGuid>
<recoveryPath>String content</recoveryPath>
<deviceDiskPath>String content</deviceDiskPath>
</recoveryVolumeMetadata>
<memoryDiagnosticMetadata>
<deviceDiskPath>String content</deviceDiskPath>
</memoryDiagnosticMetadata>
<bcdFileBackup>String content</bcdFileBackup>
</bcdMetadata>
<biosType>LegacyBios</biosType>
<bootVolume>
<guidName>String content</guidName>
<displayName>String content</displayName>
</bootVolume>
<driveMappings>
<driveLetterMapping>
<volume>
<guidName>String content</guidName>
<displayName>String content</displayName>
</volume>
<drive>String content</drive>
</driveLetterMapping>
<driveLetterMapping>
<volume>
<guidName>String content</guidName>
<displayName>String content</displayName>
</volume>
<drive>String content</drive>
</driveLetterMapping>
</driveMappings>
<isRestoreFromUrc>true</isRestoreFromUrc>
<osArchitecture>Unknown</osArchitecture>
<osVersion>Unknown</osVersion>
<swapVolume>
<guidName>String content</guidName>
<displayName>String content</displayName>
</swapVolume>
<systemVolume>
<guidName>String content</guidName>
<displayName>String content</displayName>
</systemVolume>
<windowsPath>String content</windowsPath>
</fixBootRequest>
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:tns="http://apprecovery.com/management/api/2010/05" elementFormDefault="qualified" targetNamespace="http://apprecovery.com/management/api/2010/05" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" />
<xs:complexType name="fixBootRequest">
<xs:sequence>
<xs:element minOccurs="0" name="bcdMetadata" nillable="true" type="tns:bcdMetadata" />
<xs:element minOccurs="0" name="biosType" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" type="q1:BiosType" />
<xs:element minOccurs="0" name="bootVolume" nillable="true" type="tns:volumeName" />
<xs:element minOccurs="0" name="driveMappings" nillable="true" type="tns:driveLetterCollection" />
<xs:element minOccurs="0" name="isRestoreFromUrc" type="xs:boolean" />
<xs:element minOccurs="0" name="osArchitecture" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" type="q2:ProcessorArchitecture" />
<xs:element minOccurs="0" name="osVersion" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.System" type="q3:OperatingSystemFamily" />
<xs:element minOccurs="0" name="swapVolume" nillable="true" type="tns:volumeName" />
<xs:element minOccurs="0" name="systemVolume" nillable="true" type="tns:volumeName" />
<xs:element minOccurs="0" name="windowsPath" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="fixBootRequest" nillable="true" type="tns:fixBootRequest" />
<xs:complexType name="bcdMetadata">
<xs:sequence>
<xs:element minOccurs="0" name="recoveryVolumeMetadata" nillable="true" type="tns:recoveryVolumeMetadata" />
<xs:element minOccurs="0" name="memoryDiagnosticMetadata" nillable="true" type="tns:memoryDiagnosticMetadata" />
<xs:element minOccurs="0" name="bcdFileBackup" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="bcdMetadata" nillable="true" type="tns:bcdMetadata" />
<xs:complexType name="recoveryVolumeMetadata">
<xs:sequence>
<xs:element minOccurs="0" name="recoveryGuid" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="deviceOptionsGuid" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="recoveryPath" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="deviceDiskPath" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="recoveryVolumeMetadata" nillable="true" type="tns:recoveryVolumeMetadata" />
<xs:complexType name="memoryDiagnosticMetadata">
<xs:sequence>
<xs:element minOccurs="0" name="deviceDiskPath" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="memoryDiagnosticMetadata" nillable="true" type="tns:memoryDiagnosticMetadata" />
<xs:complexType name="volumeName">
<xs:sequence>
<xs:element minOccurs="0" name="guidName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="volumeName" nillable="true" type="tns:volumeName" />
<xs:complexType name="driveLetterCollection">
<xs:annotation>
<xs:appinfo>
<IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="driveLetterMapping">
<xs:complexType>
<xs:sequence>
<xs:element name="volume" nillable="true" type="tns:volumeName" />
<xs:element name="drive" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="driveLetterCollection" nillable="true" type="tns:driveLetterCollection" />
</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="BiosType">
<xs:restriction base="xs:string">
<xs:enumeration value="LegacyBios" />
<xs:enumeration value="UnifiedExtensibleFirmwareInterface" />
<xs:enumeration value="Unknown" />
</xs:restriction>
</xs:simpleType>
<xs:element name="BiosType" nillable="true" type="tns:BiosType" />
<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: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:schema>
</Schemas>
The following is the response XML Schema:
The response body is empty.