NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VirtualNetworkApplianceCredential (schema)
This field is optional, if not provided auto-generated credentials will be used.
| Name | Description | Type | Notes |
|---|---|---|---|
| audit_password | Node audit user password Password for the node audit user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. Passwords based on dictionary words and palindromes are invalid. Password must meet the criteria defined by the API GET https://<nsx-mgr>/api/v1/node/aaa/auth-policy. |
secure_string | |
| audit_username | CLI "audit" username The default system provided username is "audit". |
string | Readonly Pattern: "^[\x00-\x7F]+$" |
| cli_password | Node cli password Password for the node cli user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. Passwords based on dictionary words and palindromes are invalid. Password must meet the criteria defined by the API GET https://<nsx-mgr>/api/v1/node/aaa/auth-policy. |
secure_string | |
| cli_username | Node cli username The default system provided username is "admin". |
string | Readonly Default: "admin" |
| root_password | Node root user password Password for the node root user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. Passwords based on dictionary words and palindromes are invalid. Password must meet the criteria defined by the API GET https://<nsx-mgr>/api/v1/node/aaa/auth-policy. |
secure_string |