Login
Logs in and returns the session ID. Include 'x-dr-session' header with the value of the returned session ID in subsequent requests.
Successfully authenticated. The session ID is returned in the response body. Include 'x-dr-session' header with value of the returned session ID in subsequent requests.
{
"session_id": "string"
}
session_id
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X POST -H 'Authorization: <value>' https://{api_host}/session