UpdateServiceInfo
The ServiceInfo structure describes a service to be stopped and started during the update installation.
Properties
string
service
Required
Service ID When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.service. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.service.
JSON Example
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"service": "string"
}