NSX-T Data Center REST API
Generate host configuration report in CSV format
Returns configuration report of all hosts in CSV formatRequest:
Method:
POST
URI Path(s):
/policy/api/v1/infra/settings/security/host-configuration-report
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
HostConfigReportRequest+
Example Request:
{ "include_host_status": true, "vc_id": "45e80e6f-0779-4672-8cfe-c85f0acd425" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
HostConfigReportInCsv+