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
}
default
Unexpected error
Returns ApiError of type(s) application/json
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
string
module_name
Optional
module_name
string
error_message
Optional
error_message
integer As int64 As int64
error_code
Optional
error_code