[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Export NSX Recommended Rules

Description

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

Request

URL

URL


post
https://vrni.example.com/api/ni/micro-seg/recommended-rules/nsx
Copy

Request Body

Request Body

RecommendedRulesRequest of type(s) application/json Optional

NSX Recommended Firewall Rules Request

{
    "group_1": {
        "entity": {
            "entity_id": "10000:562:1904698621",
            "entity_type": "Tier"
        }
    },
    "group_2": {
        "entity": {
            "entity_id": "10000:562:1780351215",
            "entity_type": "Tier"
        }
    }
}
group_1 Optional

group_2 Optional

boolean
include_external Optional

When True, includes ungrouped endpoints outside defined scope


time_range Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns file of type(s) application/octet-stream
Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"group_1":{"entity":{"entity_id":"10000:562:1904698621","entity_type":"Tier"}},"group_2":{"entity":{"entity_id":"10000:562:1780351215","entity_type":"Tier"}}}' https://vrni.example.com/api/ni/micro-seg/recommended-rules/nsx


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Feedback

Was this page helpful?