NSX-T Data Center REST API
Update transit gateway security features configuration.
Security config is automatically created for each transit gateway. Security features can be enabled/disabled per TGW.Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/security-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
TransitGatewaySecurityFeatures+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/orgs/default/projects/default/transit-gateways/default/security-config { "features": [ { "feature": "GFW", "enable": true } { "feature": "IDFW", "enable": true } ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransitGatewaySecurityFeatures+