HCP System Management Help


httpProtocol data type example

Here’s an XML example of the httpProtocol data type:

<httpProtocol>
    <hswiftEnabled>false</hswiftEnabled>
    <hswiftRequiresAuthentication>false</hswiftRequiresAuthentication>
    <hs3Enabled>false</hs3Enabled>
    <hs3RequiresAuthentication>false</hs3RequiresAuthentication>
    <httpActiveDirectorySSOEnabled>true</httpActiveDirectorySSOEnabled>
    <httpEnabled>false</httpEnabled>
    <httpsEnabled>true</httpsEnabled>
    <ipSettings>
         <allowAddresses>
             <ipAddress>192.168.140.10</ipAddress>
             <ipAddress>192.168.140.14</ipAddress>
             <ipAddress>192.168.140.15</ipAddress>
             <ipAddress>192.168.149.0/24</ipAddress>
         </allowAddresses>
         <allowIfInBothLists>false</allowIfInBothLists>
         <denyAddresses>
             <ipAddress>192.168.149.5</ipAddress>
         </denyAddresses>
    </ipSettings>
    <restEnabled>true</restEnabled>
    <restRequiresAuthentication>true</restRequiresAuthentication>
    <webdavBasicAuthEnabled>false</webdavBasicAuthEnabled>
    <webdavBasicAuthPassword></webdavBasicAuthPassword>
    <webdavBasicAuthUsername></webdavBasicAuthUsername>
    <webdavCustomMetadata>false</webdavCustomMetadata>
    <webdavEnabled>false</webdavEnabled>
</httpProtocol>

© 2017 Hitachi Vantara Corporation. All rights reserved.