NSX-T Data Center Global Manager REST API

Update global identity firewall configuration settings applied to the sites.

This API is used to create or update global identity firewall configuration settings applied to the sites.
This API is not available on the UI.

Request:

Method:
PATCH
URI Path(s):
/global-manager/api/v1/global-infra/settings/firewall/idfw/global-config-setting
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
GlobalIdentityFirewallConfiguration+

Example Request:

PATCH https://<policy-mgr>/global-manager/api/v1/global-infra/settings/firewall/idfw/global-config-setting { "idfw_site_mapping_db_migration": false, "resource_type": "GlobalIdentityFirewallConfiguration", "id": "global-config-setting" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_identity

Additional Errors: