Reference for GetWhiteLabelingInfo
Url: whitelabeling/whiteLabelingInfo
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"?> <whiteLabelingInformation xmlns="http://apprecovery.com/management/api/2010/05"> <agentDownloadWebAddress>String content</agentDownloadWebAddress> <agentPackageNameLinux>String content</agentPackageNameLinux> <agentProductName>String content</agentProductName> <agentProductNamePlural>String content</agentProductNamePlural> <agentServiceDescription>String content</agentServiceDescription> <agentServiceName>String content</agentServiceName> <agentServiceNameLinux>String content</agentServiceNameLinux> <applianceDocumentationWebAddress>String content</applianceDocumentationWebAddress> <applianceSupportWebAddress>String content</applianceSupportWebAddress> <autoUpdateWebAddress>String content</autoUpdateWebAddress> <bucketWebAddress>String content</bucketWebAddress> <clusterActiveNode>String content</clusterActiveNode> <clusterAgentProductName>String content</clusterAgentProductName> <companyName>String content</companyName> <companyWebAddress>String content</companyWebAddress> <configurationUtilityNameLinux>String content</configurationUtilityNameLinux> <copyright>String content</copyright> <coreProductName>String content</coreProductName> <coreProductNamePlural>String content</coreProductNamePlural> <coreServiceDescription>String content</coreServiceDescription> <coreServiceName>String content</coreServiceName> <detailedProductDescription>String content</detailedProductDescription> <docRetrieverAgentName>String content</docRetrieverAgentName> <docRetrieverConsoleName>String content</docRetrieverConsoleName> <docRetrieverProductName>String content</docRetrieverProductName> <docRetrieverUserGuideWebAddress>String content</docRetrieverUserGuideWebAddress> <docsWebAddress>String content</docsWebAddress> <hideIntegratedHelp>true</hideIntegratedHelp> <isWhiteLabeled>true</isWhiteLabeled> <licensePortalAddress>String content</licensePortalAddress> <linuxBucketWebAddress>String content</linuxBucketWebAddress> <localMountUtilityProductName>String content</localMountUtilityProductName> <mailboxRestoreProductName>String content</mailboxRestoreProductName> <monoPackageNameLinux>String content</monoPackageNameLinux> <o3eProductName>String content</o3eProductName> <productName>String content</productName> <productNameSuffix>String content</productNameSuffix> <releaseNotesAddress>String content</releaseNotesAddress> <shortCompanyName>String content</shortCompanyName> <shortDocRetrieverProductName>String content</shortDocRetrieverProductName> <shortProductName>String content</shortProductName> <showCopyright>true</showCopyright> <softwareRepositoryNameLinux>String content</softwareRepositoryNameLinux> <supportPhoneNumber>String content</supportPhoneNumber> <supportWebAddress>String content</supportWebAddress> <supportWebAddressAlternative>String content</supportWebAddressAlternative> <technicalSupportWebAddress>String content</technicalSupportWebAddress> <thirdPartyContributionsLink>String content</thirdPartyContributionsLink> <universalRecoveryConsoleProductName>String content</universalRecoveryConsoleProductName> <vmwareProxyName>String content</vmwareProxyName> <vmwareProxyServiceDescription>String content</vmwareProxyServiceDescription> <vmwareProxyServiceName>String content</vmwareProxyServiceName> </whiteLabelingInformation>
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: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:complexType name="whiteLabelingInformation">
<xs:sequence>
<xs:element minOccurs="0" name="agentDownloadWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="agentPackageNameLinux" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="agentProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="agentProductNamePlural" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="agentServiceDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="agentServiceName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="agentServiceNameLinux" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="applianceDocumentationWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="applianceSupportWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="autoUpdateWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="bucketWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="clusterActiveNode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="clusterAgentProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="companyName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="companyWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="configurationUtilityNameLinux" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="copyright" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="coreProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="coreProductNamePlural" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="coreServiceDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="coreServiceName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="detailedProductDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="docRetrieverAgentName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="docRetrieverConsoleName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="docRetrieverProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="docRetrieverUserGuideWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="docsWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="hideIntegratedHelp" type="xs:boolean" />
<xs:element minOccurs="0" name="isWhiteLabeled" type="xs:boolean" />
<xs:element minOccurs="0" name="licensePortalAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="linuxBucketWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="localMountUtilityProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="mailboxRestoreProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="monoPackageNameLinux" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="o3eProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="productName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="productNameSuffix" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="releaseNotesAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="shortCompanyName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="shortDocRetrieverProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="shortProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="showCopyright" type="xs:boolean" />
<xs:element minOccurs="0" name="softwareRepositoryNameLinux" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="supportPhoneNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="supportWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="supportWebAddressAlternative" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="technicalSupportWebAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="thirdPartyContributionsLink" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="universalRecoveryConsoleProductName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="vmwareProxyName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="vmwareProxyServiceDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="vmwareProxyServiceName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="whiteLabelingInformation" nillable="true" type="tns:whiteLabelingInformation" />
</xs:schema>
</Schemas>