Export Nsx Recommended Rules
Export 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
URI
POST
https://vrni.example.com/api/ni/micro-seg/recommended-rules/nsx
COPY
Request Body
NSX Recommended Firewall Rules Request
RecommendedRulesRequest of type(s) application/json
Optional
{
"group_1": {
"entity": {
"entity_type": "Tier",
"entity_id": "10000:562:1904698621"
}
},
"group_2": {
"entity": {
"entity_type": "Tier",
"entity_id": "10000:562:1780351215"
}
}
}
boolean
include_external
Optional
When True, includes ungrouped endpoints outside defined scope
Responses
200
Success
Returns file of type(s) application/octet-stream
Operation doesn't return any data structure
400
Bad Request
Returns ApiError of type(s) application/octet-stream
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
401
Unauthorized
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure