NSX-T Data Center REST API

PolicyEdgeTransportNodeCredential (type)

{
  "additionalProperties": false,
  "description": "This field is optional, if not provided auto-generated credentials will be used.",
  "id": "PolicyEdgeTransportNodeCredential",
  "module_id": "PolicyEdgeTransportNode",
  "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 username is \"audit\". To configure username, you must provide this property together with <b>audit_password</b>. Username must contain ASCII characters only.",
      "pattern": "^[\\x00-\\x7F]+$",
      "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://&lt;nsx-mgr&gt;/api/v1/node/aaa/auth-policy.",
      "required": false,
      "sensitive": true,
      "title": "Node cli password",
      "type": "secure_string"
    },
    "cli_username": {
      "default": "admin",
      "description": "To configure username, you must provide this property together with <b>cli_password</b>. Username must contain ASCII characters only.",
      "pattern": "^[\\x00-\\x7F]+$",
      "required": false,
      "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://&lt;nsx-mgr&gt;/api/v1/node/aaa/auth-policy.",
      "required": false,
      "sensitive": true,
      "title": "Node root user password",
      "type": "secure_string"
    }
  },
  "type": "object"
}