NSX-T Data Center REST API

MpsSvmNewApplianceSpec (type)

{
  "description": "Used to provide the SVM deployment specification for changing the appliance on a cluster.", 
  "id": "MpsSvmNewApplianceSpec", 
  "module_id": "NsxMalwarePreventionDeployment", 
  "properties": {
    "deployment_spec_name": {
      "description": "Name of the OVF specification to be used for deployment, which specifies the OVF of the Malware Prevention Service appliance for a particular release.", 
      "readonly": false, 
      "required": true, 
      "title": "Deployment Specification Name", 
      "type": "string"
    }, 
    "storage_id": {
      "description": "Moref of the datastore in VC.", 
      "readonly": false, 
      "required": false, 
      "title": "Storage Id", 
      "type": "string"
    }
  }, 
  "title": "SVM Appliance specification to be used for changing appliance", 
  "type": "object"
}