NSX-T Data Center REST API
Create or Update security configuration
Create or update security configuration.Request:
Method:
              PUT
            URI Path(s):
              
                /policy/api/v1/infra/tier-1s/{tier-1-id}/security-config
                
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/security-config
              
            /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/security-config
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    SecurityFeatures+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-1s/test/security-config { "features": [ { "feature": "IDFW", "enable": false }, { "feature": "IDPS", "enable": false }, { "feature": "MALWAREPREVENTION", "enable": false }, { "feature": "TLS", "enable": true } ] }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    SecurityFeatures+