NSX-T Data Center REST API
VirtualNetworkApplianceCredential (type)
{
"additionalProperties": false,
"description": "This field is optional, if not provided auto-generated credentials will be used.",
"id": "VirtualNetworkApplianceCredential",
"module_id": "NetworkAppliance",
"properties": {
"audit_password": {
"description": "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.",
"required": false,
"sensitive": true,
"title": "Node audit user password",
"type": "secure_string"
},
"audit_username": {
"description": "The default system provided username is \"audit\".",
"pattern": "^[\\x00-\\x7F]+$",
"readonly": true,
"required": false,
"title": "CLI \"audit\" username",
"type": "string"
},
"cli_password": {
"description": "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.",
"required": false,
"sensitive": true,
"title": "Node cli password",
"type": "secure_string"
},
"cli_username": {
"default": "admin",
"description": "The default system provided username is \"admin\".",
"readonly": true,
"title": "Node cli username",
"type": "string"
},
"root_password": {
"description": "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.",
"required": false,
"sensitive": true,
"title": "Node root user password",
"type": "secure_string"
}
},
"type": "object"
}