Export Nsx Recommended Rules

Export Nsx Recommended Rules

Export recommended firewall rules based on the flow data gathered by Operations for Networks in NSX-V compatible format. The output will be a .zip file download.

Request
URI
POST
https://{api_host}/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"
        }
    }
}
group_1
Optional

group_1

group_2
Optional

group_2

time_range
Optional

time_range

boolean
include_external
Optional

When True, includes ungrouped endpoints outside defined scope

Authentication
This operation uses the following authentication methods.
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

details
Optional

details


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure