Update_ServiceInfo

Update_ServiceInfo
Update_ServiceInfo

The ServiceInfo structure describes a service to be stopped and started during the update installation.

JSON Example
{
    "service": "string",
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": {
                    "id": "string",
                    "params": {
                        "params": "Std_LocalizationParam Object"
                    }
                },
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
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.

description
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.