EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Login Failed I Ps

GET /config/login-failed-ips

list client IPs which have failed login attempts recently.


Required Roles

Requires one of the following roles:

  • SECURITY_ADMIN
  • RESTRICTED_SECURITY_ADMIN

Response Body

Field Description Type Notes
<block-ips>
<max_login_attempts> Integer
<lockout_time_in_minutes> Integer
<ips>
<ip>     0-* Elements
<login_attempts> Long
<last_access_time> String
<client_ip> String
</ip>      
</ips>
</block-ips>