Register Svm
User needs to download the OVA from official VMware site, host the OVA somewhere. User needs to provide the path/URL where OVF is hosted, name of the deployment spec and svm version. This API internally creates the Service Definition for Malware Prevention, registers the solution configuration and creates Extended solution config. If the Malware prevention service definition already exists, this will add a new deployment specification to the existing definition.
Deployment Spec object
{
"ovf_url": "string",
"deployment_spec_name": "string",
"svm_version": "string"
}
URL where OVF is hosted.
Name of the deployment specification.
Version of the Service Virtual Machine.
Successful operation
"ServiceDefinitionDetails Object"
Service Id.
Display name of the service defintion.
A list of all the Service deployments with Malware Prevention service definition.
Invalid inputs
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/napp/api/v1/malware-prevention/svm-spec