NSX-T Data Center REST API

ValidationNote (type)

{
  "additionalProperties": false, 
  "description": "Contain Validation Note summary", 
  "id": "ValidationNote", 
  "module_id": "PolicyIDSMetrics", 
  "properties": {
    "message": {
      "description": "Represents the validation note message.", 
      "title": "Message", 
      "type": "string"
    }, 
    "summary": {
      "description": "Represents the validation note summary.", 
      "title": "Summary", 
      "type": "string"
    }
  }, 
  "title": "Validation Note", 
  "type": "object"
}