Mps Change Appliance
If new deployment specification is provided, the deployment will be moved to the provided specification provided that current deployment state is either UPGRADE_FAILED or DEPLOYMENT_SUCCESSFUL If same deployment specification is provided, upgrade will be done only if current deployment state is UPGRADE_FAILED If the existing data store is upgraded or changed, there is an optional parameter to supply the new storage Id during upgrade which would perform the deployment upgrade on the new data store
compute-collection-id
Show optional properties
{
"deployment_spec_name": "string"
}
{
"deployment_spec_name": "string",
"storage_id": "string"
}
Name of the OVF specification to be used for deployment, which specifies the OVF of the Malware Prevention Service appliance for a particular release.
Moref of the datastore in VC.
OK
Not Found
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"deployment_spec_name:"string"}' https://{api_host}/api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment/action/change-appliance