NSX-T Data Center REST API

SessionAuthenticationCredentials (type)

{
  "description": "Username and password used to obtain a session cookie.",
  "id": "SessionAuthenticationCredentials",
  "module_id": "AAA",
  "properties": {
    "j_password": {
      "description": "Password to use when authenticating.",
      "required": true,
      "title": "Password",
      "type": "string"
    },
    "j_username": {
      "description": "User name to authenticate as.",
      "required": true,
      "title": "User name",
      "type": "string"
    }
  },
  "title": "Credentials used to authenticate to NSX",
  "type": "object"
}