NSX-T Data Center REST API
Update node authentication policy configuration
Update the currently configured authentication policy on the node.If any of api_max_auth_failures, api_failed_auth_reset_period, or
api_failed_auth_lockout_period are modified, the http service is
automatically restarted.
Request:
Method:
PUT
URI Path(s):
/api/v1/transport-nodes/<transport-node-id>/node/aaa/auth-policy
/api/v1/node/aaa/auth-policy
/api/v1/cluster/<cluster-node-id>/node/aaa/auth-policy
/api/v1/node/aaa/auth-policy
/api/v1/cluster/<cluster-node-id>/node/aaa/auth-policy
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AuthenticationPolicyProperties+
Example Request:
PUT https://<nsx-mgr>/api/v1/node/aaa/auth-policy { "minimum_password_length": 12 }Successful Response:
Response Code:
202 Accepted
Response Headers:
Content-type: application/json
Response Body:
AuthenticationPolicyProperties+
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
AuthenticationPolicyProperties+