Request:
curl --user "apiUser:example" -X GET "https://api.logicmonitor.com/santaba/rest/setting/accesslogs"
Response:
{
"status" : 200,
"errmsg" : "OK",
"data" : {
"total" : 9,
"items" : [ {
"id" : "2415",
"username" : "sarah",
"happenedOn" : 1436460382,
"happenedOnLocal" : "2015-07-09 09:46:22 PDT",
"ip" : "174.76.130.100",
"sessionId" : "17A45B032911D0A8F701906E922A4B50",
"description" : "sarah signs in (adminId=4)."
}, {
"id" : "2414",
"username" : "Victoria",
"happenedOn" : 1436395431,
"happenedOnLocal" : "2015-07-08 15:43:51 PDT",
"ip" : "174.76.130.120",
"sessionId" : "3F624A15623BF5DF77456358F8D3289F",
"description" : "Victoria signs in (adminId=7)."
}, {
"id" : "2413",
"username" : "sarah",
"happenedOn" : 1436375816,
"happenedOnLocal" : "2015-07-08 10:16:56 PDT",
"ip" : "174.76.130.131",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "Add a new collector 115 (hostname=null, desc=)"
}, {
"id" : "2412",
"username" : "sarah",
"happenedOn" : 1436375721,
"happenedOnLocal" : "2015-07-08 10:15:21 PDT",
"ip" : "174.76.100.121",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "Delete the collector 97 (hostname=localhost.localdomain, desc=SB-sterry-LinuxVM)"
}, {
"id" : "2411",
"username" : "sarah",
"happenedOn" : 1436375544,
"happenedOnLocal" : "2015-07-08 10:12:24 PDT",
"ip" : "174.76.130.131",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "Delete the host 192.168.82.210 from the system"
}, {
"id" : "2410",
"username" : "sarah",
"happenedOn" : 1436375530,
"happenedOnLocal" : "2015-07-08 10:12:10 PDT",
"ip" : "174.76.130.131",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "Delete the host 10.36.11.97 from the system"
}, {
"id" : "2409",
"username" : "sarah",
"happenedOn" : 1436375401,
"happenedOnLocal" : "2015-07-08 10:10:01 PDT",
"ip" : "174.76.130.131",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "Delete the collector 114 (hostname=null, desc=)"
}, {
"id" : "2408",
"username" : "sarah",
"happenedOn" : 1436374244,
"happenedOnLocal" : "2015-07-08 09:50:44 PDT",
"ip" : "174.76.130.131",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "Add a new collector 114 (hostname=null, desc=)"
}, {
"id" : "2407",
"username" : "sarah",
"happenedOn" : 1436374208,
"happenedOnLocal" : "2015-07-08 09:50:08 PDT",
"ip" : "174.76.130.131",
"sessionId" : "C45F143150240B02C5AA34EDCB4AA5B5",
"description" : "sarah signs in (adminId=4)."
} ],
"searchId" : null
}