Configuring the Maximum Login Attempts for Telnet
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/comm.json
{ "commEntity": { "children": [ { "commTelnet": { "attributes": { "loginAttempts": "2" }}}]}}
Response
{ imdata:[] }
Copy
<System> <comm-items> <telnet-items> <loginAttempts>2</loginAttempts> </telnet-items> </comm-items> </System>