ServiceDeploymentSpecList

ServiceDeploymentSpecList
ServiceDeploymentSpecList

A list of all the Service deployments with Malware Prevention service definition.

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "result_count": 0,
    "sort_by": "string",
    "sort_ascending": false,
    "cursor": "string",
    "results": [
        {
            "ovf_url": "http://ip/ovf/SVM-1.0.ovf",
            "deployment_spec_name": "ABC_Original_form_factor",
            "svm_version": "1.0"
        },
        {
            "ovf_url": "http://ip/ovf/SVM-2.0.ovf",
            "deployment_spec_name": "ABC_Large_form_factor",
            "svm_version": "1.0"
        }
    ]
}