A map from HDFS upgrade domains to host names, implemented as a list of ApiMapEntryOfHostNameList objects, where the keys are upgrade domain strings and the values are ApiHostNameList objects.
| name | data type | description | 
|---|---|---|
| items | array of ApiMapEntryOfHostNameList | 
Example
{
  "items" : [ {
    "key" : "...",
    "value" : {
      "items" : [ "...", "..." ]
    }
  }, {
    "key" : "...",
    "value" : {
      "items" : [ "...", "..." ]
    }
  } ]
}