NSX-T Data Center REST API

MpsOvfSpec (type)

{
  "id": "MpsOvfSpec", 
  "module_id": "NsxMalwarePreventionDeployment", 
  "properties": {
    "name": {
      "description": "MPS OVF specification name.", 
      "readonly": false, 
      "required": false, 
      "title": "Name of the OVF", 
      "type": "string"
    }, 
    "ovf_url": {
      "description": "Location of the hosted MPS SVM OVF.", 
      "readonly": false, 
      "required": true, 
      "title": "OVF url", 
      "type": "string"
    }
  }, 
  "title": "MPS Ovf Specification", 
  "type": "object"
}