get_mfa_success_events

Gets all multi-factor authentication success events.

Path:
/lib/get_mfa_success_events.js

Parameters:

NameTypeDescription
startDateIncrementIntegerThe number of days in the past after which, MFA success events are to be retrieved.
endDateIncrementIntegerThe number of days in the past before which, MFA success events are to be retrieved.

Example Request:

POST /redrock/query

{  
   "Script":"@/lib/get_mfa_success_events.js",
   "Args":{  
   	  "startDateIncrement": 2,
   	  "endDateIncrement": 1,
      "PageNumber":1,
      "PageSize":10,
      "Limit":10,
      "SortBy":"",
      "direction":"False",
      "Caching":-1
   }   
}

Example Response:

"Message": "Query has failed: Query has failed: Invalid time span passed to _date.\r\nLine: 58 Char: 0\r\nNo source code available.",