Imperva · Schema

ApiResult

Imperva Cloud Application Security - ApiResult schema

SecurityCybersecurityWAFDDoS ProtectionAPI SecurityBot ManagementData SecurityCloud Security

Properties

Name Type Description
res integer res - contains specific error code
res_message string
debug_info array
View JSON Schema on GitHub

JSON Schema

imperva-apiresult-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiResult",
  "description": "Imperva Cloud Application Security - ApiResult schema",
  "type": "object",
  "properties": {
    "res": {
      "type": "integer",
      "description": "res - contains specific error code",
      "format": "int32",
      "example": 0
    },
    "res_message": {
      "type": "string",
      "example": "OK"
    },
    "debug_info": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": {
          "type": "object",
          "example": {}
        },
        "example": {}
      }
    }
  }
}