Red Hat Training

A Red Hat training course is available for Red Hat Satellite

34.44. getVariables

Name
getVariables
Description
Lists kickstart variables set in the system record for the specified server. Note: This call assumes that a system record exists in cobbler for the given system and will raise an XMLRPC fault if that is not the case. To create a system record over xmlrpc use system.createSystemRecord To create a system record in the Web UI please go to System -> <Specified System> -> Provisioning -> Select a Kickstart profile -> Create Cobbler System Record.
Parameters
  • string sessionKey
  • int serverId
Return Value
  • struct - System kickstart variables
    • boolean netboot - netboot enabled
    • array kickstart variables
      • struct - kickstart variable
        • string key
        • string or int value