Authentication

Creating Rest API session

On success server will set cookie session_handle and json with session GUID and server version. When performing subsequent requests, session GUID should be provided in Session-Id: field of request's header or the cookie should be passed.

post/sessions

Request body

loginstring
passwordstring

Example request

{
  "login": "admin",
  "password": "netxms"
}

Response

OK

object required

Changes