Citrix NetScaler · Schema

NitroResponse

Standard NITRO API success response.

API GatewayApplication Delivery ControllerApplication SecurityLoad BalancingSSL OffloadingTraffic ManagementWeb Application Firewall

Properties

Name Type Description
errorcode integer Error code. 0 indicates success.
message string Human-readable message describing the result.
severity string Severity level of the response.
View JSON Schema on GitHub

JSON Schema

citrix-netscaler-nitro-nitro-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NitroResponse",
  "type": "object",
  "description": "Standard NITRO API success response.",
  "properties": {
    "errorcode": {
      "type": "integer",
      "description": "Error code. 0 indicates success."
    },
    "message": {
      "type": "string",
      "description": "Human-readable message describing the result."
    },
    "severity": {
      "type": "string",
      "description": "Severity level of the response."
    }
  }
}