19.19. setRegistrationType
- Name
- setRegistrationType
- Description
- Sets the registration type of a given kickstart profile. Registration Type can be one of reactivation/deletion/none These types determine the behaviour of the re registration when using this profile.
- Parameters
- string sessionKey
- string kickstartLabel
- string registrationType
- reactivation - to try and generate a reactivation key and use that to register the system when reprovisioning a system.
- deletion - to try and delete the existing system profile and reregister the system being reprovisioned as new
- none - to preserve the status quo and leave the current system as a duplicate on a reprovision.
- Return Value
- int - 1 on success, exception thrown otherwise.