SessionCreateRequest

SessionCreateRequest
SessionCreateRequest

Request body for creating a new session

JSON Example
{
    "authType": "vsphere",
    "username": "admin",
    "password": "SecureP@ssw0rd"
}
string
authType
Optional
Constraints: default: local

Authentication type

Possible values are : local, vsphere,
string
username
Required

Username for authentication

string
password
Required

Password for authentication

Parameter To