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 |
{ |