Red Hat Training

A Red Hat training course is available for Red Hat Satellite

20.7. comparePackages

Name
comparePackages
Description
Returns a list for each kickstart profile; each list will contain package names not present on the other 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:
      • string - package name
    • array kickstartLabel2 - Actual label of the second kickstart profile is the key into the struct
    • array:
      • string - package name