JSON file for configuring the HTTP protocol

Here’s the content of the JSON file that is used to configure the HTTP protocol for both namespaces. The name of the file is http.json.

{
   "httpsEnabled" : true,
   "httpEnabled" : false,
   "restEnabled" : "true",
   "restRequiresAuthentication" : true,
   "httpActiveDirectorySSOEnabled" : true,
   "ipSettings" : {
   "allowAddresses" : {
    "ipAddress" : [ "192.168.140.10", "192.168.140.15",     192.168.149.0/24" ]
   },
     "denyAddresses" : {
       "ipAddress" : [ "192.168.149.5" ]
     },
     "allowIfInBothLists" : false
   }
}

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.