_id ObjectId | Log object instance identifier |
org | Org identifier |
req | Request identifier |
pid | Principal Identifier - The principal is the authenticated entity that issued the request |
oid | Original Principal Identifier - The original principal is the authenticated entity that issued the first request. The "run as" argument of scripts could make the pid different from oid. |
beg | Start date of this log instance |
end | End date of this log instance |
exp | The expiration date of this log instance. This is set to 30 days from the |
sts | HTTP status code (like 2xx, 3xx, 4xx) |
src | logger: 0 |
lvl | error: 0 |
trc | Stack trace (file, line number, function) |
err | Error details (error name, message, reason, faults, etc) |
in | Total bytes in |
out | Total bytes out |
sid | Script identifier |
stp | Script type (like "route", "trigger", etc) |
ops | Number of operations used in the script |
ctt | Total number of HTTP callouts used in the script |
cms | Total milliseconds of HTTP callouts in the script |
adr | Source IP address |
mtd | Request method |
url | Request URL path |
que | Request query params |
rte | API route |
aid | App ID |
cid | App client ID |
ses | Session ID |
lid | Location ID |
dat | Any data passed in via the Logger |
op | Operation Code |
ctx | Context ID |
obj | Object Name |
ads | Audit Source |
acs | Natural Access |
grt | Granted Access |
pts | Updated Paths |
pis | Updated Property Identifiers |
dpl | Deployment Identifier |
{
"_id": "59433e6a8cb4760100c7216e",
"adr": 1187315762,
"aid": "5810f6e4cc761537539d3e2c",
"beg": "2017-06-16T02:11:54.702Z",
"cid": "5810f6e4cc761537539d3e2d",
"end": "2017-06-16T02:11:55.199Z",
"err": {
"faults": []
},
"in": 417,
"lvl": 2,
"mtd": 0,
"out": 525,
"pis": [],
"pts": [],
"que": {
"c_public_user": "593b2a2f9a8ca001000f0435",
"c_study": "58faa94410cc4501001fe779"
},
"req": "59433e6a81ae9d0100e9fca7",
"rte": "/routes/get_public_group*",
"src": 3,
"sts": 200,
"trc": [],
"url": "/routes/get_public_group"
}