NSX-T Data Center REST API

HostConfigReportRequest (type)

{
  "description": "This contains restriction of reported host configuration", 
  "id": "HostConfigReportRequest", 
  "module_id": "PolicyFirewallConfiguration", 
  "properties": {
    "include_host_status": {
      "description": "Include host status or not", 
      "required": false, 
      "title": "Include host status or not", 
      "type": "boolean"
    }, 
    "vc_id": {
      "description": "Show report only for the given vCenter", 
      "required": false, 
      "title": "vCenter's id", 
      "type": "string"
    }
  }, 
  "title": "Restriction of the reported host", 
  "type": "object"
}