Skip to main content

ServicingTypeSelection

The selection of servicing types performed by Trident that can be used for any user-facing API. Currently, it is used to allow the user to select when to run a custom Script.

CharacteristicValue
Typeenum

Variants

Clean Install

This selection only includes CleanInstall, a clean install of the target OS image when the host is booted from the provisioning OS.

CharacteristicValue
Typestring
Valueclean-install

Normal Update

This selection only includes NormalUpdate, an update that requires pausing the workload.

CharacteristicValue
Typestring
Valuenormal-update

A/B Update

This selection only includes AbUpdate, an update that requires switching to a different root partition and rebooting.

CharacteristicValue
Typestring
Valueab-update

Update and Reboot

This selection only includes UpdateAndReboot, an update that requires rebooting the host.

CharacteristicValue
Typestring
Valueupdate-and-reboot

All

This selection includes all servicing types.

CharacteristicValue
Typestring
Valueall