Login

Description

Logs into NEO

Request URL

POST /neo/login

Response

HTTP Response location header will contain URI with Job ID created for adding new settings: /neo/app/jobs/<job_ID>

Request Data

Content-Type: application/x-www-form-urlencoded username=admin&password=123456
OR
Content-Type: application/json
{
"username": "admin", "password": "123456"

}

Response

{ 

"application": {

"version": "2.0.0",

"name": "Mellanox NEO"

},

"next": "/neo",

"server": {

"ip": "10.212.220.1",

"name": "dev-r-vrt-220.mtr.labs.mlnx"

}

© Copyright 2023, NVIDIA. Last updated on Nov 16, 2023.