NSX-T Data Center Global Manager REST API
Update global distributed firewall configuration for the specified site
Update the global distributed firewall configuration for the specified site.Request:
Method:
PUT
URI Path(s):
/global-manager/api/v1/global-infra/sites/{site-id}/settings/firewall/security
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
GlobalDfwConfiguration+
Example Request:
{ "resource_type": "GlobalDfwConfiguration", "id": "security", "display_name": "security", "path": "/global-infra/sites/london/settings/firewall/security", "relative_path": "security", "marked_for_delete": false, "enable_firewall": true, "_create_user": "system", "_create_time": 1554274751846, "_last_modified_user": "admin", "_last_modified_time": 1554274751846, "_protection": "NOT_PROTECTED", "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GlobalDfwConfiguration+