Update Authentication Policy Properties

Update Authentication Policy Properties

Update the currently configured authentication policy on the node.

Request
URI
PUT
https://nsxmanager.your.domain/api/v1/node/aaa/auth-policy
COPY
Request Body
AuthenticationPolicyProperties of type(s) application/json
Required
This request body class requires 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
}
Authentication
This operation uses the following authentication methods.
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