Red Hat Training

A Red Hat training course is available for Red Hat Satellite

14.5. createProfileWithCustomUrl

Name
createProfileWithCustomUrl
Description
Import a kickstart profile.
Parameters
  • string sessionKey
  • string profileLabel - Label for the new kickstart profile.
  • string virtualizationType - none, para_host, qemu, xenfv or xenpv.
  • string kickstartableTreeLabel - Label of a kickstartable tree to associate the new profile with.
  • boolean downloadUrl - Download URL, or 'default' to use the kickstart tree's default URL.
  • string rootPassword - Root password.
  • string updateType - Should the profile update itself to use the newest tree available? Possible values are: none (default), red_hat (only use Kickstart Trees synced from Red Hat), or all (includes custom Kickstart Trees).
Return Value
  • int - 1 on success, exception thrown otherwise.