Login

Login

Authorize user to LCM by providing api access token

Request
URI
POST
https://{api_host}/lcm/api/v1/login
COPY
Request Body

Authentication data body

{
    "username": "admin@localhost",
    "password": "vmware"
}
Responses
200

Successfully Authenticated

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure