NSX-T Data Center REST API

IdsValidationError (type)

{
  "additionalProperties": false,
  "description": "Contain Validation Error messages for the fields",
  "id": "IdsValidationError",
  "module_id": "PolicyIDSMetrics",
  "properties": {
    "field": {
      "description": "Represents the field or property of signature.",
      "title": "Field",
      "type": "string"
    },
    "message": {
      "description": "Represents the validation message.",
      "title": "Message",
      "type": "string"
    }
  },
  "title": "Validation Error",
  "type": "object"
}