Log Server API Response Codes
The following table documents all HTTP response codes used by the Citrix Log Server API. These codes help clients determine request success, diagnose issues, and debug API calls when integrating with the Log Server.
| Code | Status | Description |
|---|---|---|
| 200 | OK | Request succeeded. |
| 400 | Bad Request | Server couldn’t process the request due to missing parameters, malformed syntax, or absent required HTTP headers (e.g., missing MachineName or Role fields). |
| 401 | Not Authorized | Client not permitted to access the Log Server — triggered when the IP address or AuthKey is not allowed. |
| 404 | Not Found | The API path requested does not exist — returned when the endpoint is invalid or mistyped. |
| 500 | Internal Error | Unexpected server-side condition preventing fulfillment; commonly caused by resource exhaustion such as memory or disk space issues. |
Log Server API Response Codes
In this article
Copied!
Failed!