Red Hat Training

A Red Hat training course is available for Red Hat Satellite

20.6. compareAdvancedOptions

Name
compareAdvancedOptions
Description
Returns a list for each kickstart profile; each list will contain the properties that differ between the profiles and their values for that specific profile .
Parameters
  • string sessionKey
  • string kickstartLabel1
  • string kickstartLabel2
Return Value
  • struct - Comparison Info
    • array kickstartLabel1 - Actual label of the first kickstart profile is the key into the struct
    • array:
      • struct - value
        • string name
        • string value
        • boolean enabled
    • array kickstartLabel2 - Actual label of the second kickstart profile is the key into the struct
    • array:
      • struct - value
        • string name
        • string value
        • boolean enabled