[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Export NSX Recommended Rules
DescriptionExport recommended firewall rules based on the flow data gathered by vRealize Network Insight in NSX-V compatible format. The output will be a .zip file download.
Request
URLURL
https://vrni.example.com/api/ni/micro-seg/recommended-rules/nsx
Request Body
Request Body
{
"group_1": {
"entity": {
"entity_id": "string",
"entity_type": "VirtualMachine"
}
},
"group_2": {
"entity": {
"entity_id": "string",
"entity_type": "VirtualMachine"
}
},
"include_external": false,
"time_range": {
"end_time": 1597247999,
"start_time": 1597247025
}
}
boolean
include_external
Optional
When True, includes ungrouped endpoints outside defined scope
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
file
of type(s) application/octet-stream
Errors
401
Unauthorized
500
Internal Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"group_1":{"entity":{"entity_id":"string","entity_type":"VirtualMachine"}},"group_2":{"entity":{"entity_id":"string","entity_type":"VirtualMachine"}},"include_external":false,"time_range":{"end_time":1597247999,"start_time":1597247025}}' https://vrni.example.com/api/ni/micro-seg/recommended-rules/nsx
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api