get {protocol}://customer.tenable.ad/api/lockout-policy
Required license type: none
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
401Unauthorized
500Internal server error
Required license type: none
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request GET \
--url https://customer.tenable.ad/api/lockout-policy \
--header 'accept: application/json' \
--header 'x-api-key: put-your-api-key-here'
xxxxxxxxxx
{
"enabled": true,
"lockoutDuration": 0,
"failedAttemptThreshold": 0,
"failedAttemptPeriod": 0
}