Log in and Retrieve Primary Site vCenter Server Session Information.

This request logs the user into a specified vCenter Server. The user needs to pass the username and password in Base 64 encoded format. E.g., base64_encode(username:password)

Usage:

GET on /vmplatform/{vcenter-address}/loginByAddress

Request URL:

https://<MS hostname>/jss/vmplatform/<vCenter ip/hostname>/loginByAddress

Header:

Authorization:Basic Base64Encode((VC username):(VC password))

Request:

N/A

Response:

3|vmware_soap_session="3f9023b91c623718a069f895f69110b0cf255754"; Path=/; HttpOnly; Secure;