CorePathname.POST /core-log/:trafficSourceIdAuthorization header of the request. The token must be obtained through the user authentication route.Authorization: Bearer <your-token-here>CoreLog record. This route is typically called by an internal process or agent that has already identified which CorePathname the transaction belongs to. It stores an aggregateable version of the log.trafficSourceId | string | Traffic source ID. | Yes |status | number | The HTTP status code of the response. | Yes |
| method | string | The HTTP method of the request. | Yes |
| elapsedTime | number | Total transaction time in milliseconds. | Yes |
| trafficUserId | string | User ID of the monitored application (optional). | No |
| corePathnameId | string | ID of the CorePathname to which this log belongs. | Yes |
| requestId | string | ID of the previously created Request record. | Yes |
| responseId | string | ID of the previously created Response record. | Yes |json
{"status": 500,"method": "PUT","elapsedTime": 320,"corePathnameId": "l1m2n3o4-p5q6-7890-1234-567890abcdef","requestId": "p1q2r3s4-t5u6-7890-1234-567890abcdef","responseId": "q1r2s3t4-u5v6-7890-1234-567890abcdef"}
201 CreatedCoreLog object that was created.400 Bad Request404 Not FoundtrafficSourceId, corePathnameId, requestId, responseId) was not found.500 Internal Server Error