ServiceDefinitionDetails

ServiceDefinitionDetails
ServiceDefinitionDetails

Details of the service defintion created.

JSON Example
{
    "service_id": "string",
    "display_name": "string",
    "deployment_specs": {
        "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"
            }
        ]
    }
}
string
service_id
Optional

Service Id.

string
display_name
Optional

Display name of the service defintion.

deployment_specs
Optional

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