Read Authentication Policy Properties
Returns information about the currently configured authentication policies on the node.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/node/aaa/auth-policy
COPY
Responses
200
Success
Returns AuthenticationPolicyProperties of type(s) application/json
This response body class contains all of the following: Resource , InlineAuthenticationPolicyProperties1
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"api_failed_auth_reset_period": 0,
"minimum_password_length": 0,
"cli_failed_auth_lockout_period": 0,
"api_max_auth_failures": 0,
"api_failed_auth_lockout_period": 0,
"cli_max_auth_failures": 0
}
412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure
500
Operation doesn't return any data structure
503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure