Response Status Codes
Code | Status | Write Activity Records | Retrieve, search Activity Records |
---|---|---|---|
200 OK |
Success |
Success. The body is empty. Activity Records were written to the Audit Database and the Long-Term Archive. |
Success. The body contains Activity Records. Activity Records were retrieved from the Audit Database. |
400 Bad Request |
Error |
Error validating Activity Records. Make sure the Activity Records are compatible with Activity Records |
Error validating request parameters or post data. Make sure the post data files (Continuation mark, Search parameters) are compatible with their schemas and the |
401 Unauthorized |
Error |
The request is unauthorized. The body is empty. See Authentication for more information. |
|
404 Not Found |
Error |
Error addressing the endpoint. The body is empty. The requested endpoint does not exist (e.g., /netwrix/api/v1/mynewendpoint/). |
|
405 Method Not Allowed |
Error |
Error addressing the endpoint. The body is empty. Wrong HTTP request was sent (any except POST). |
Error addressing the endpoint. The body is empty. Wrong HTTP request was sent (any except GET or POST). |
413 Request Entity Too Large |
Error |
Error transferring files. The body is empty. The posted file exceeds supported size. |
|
500 Internal Server Error |
Error |
Error writing Activity Records to the Audit Database or the Long-Term Archive:
|
Error retrieving Activity Records from the Audit Database:
|
503 Service Unavailable |
Error |
The Netwrix Auditor Archive Service is busy or unreachable. Try restarting the service on the computer that hosts Netwrix Auditor Server. |
— |
NOTE: Most failed requests contain error in the response body (except those with empty body, e.g., 404, 405). See Error Details for more information.