Red Hat Training

A Red Hat training course is available for Red Hat Satellite

34.72. listPackagesFromChannel

Name
listPackagesFromChannel
Description
Provides a list of packages installed on a system that are also contained in the given channel. The installed package list did not include arch information before RHEL 5, so it is arch unaware. RHEL 5 systems do upload the arch information, and thus are arch aware.
Parameters
  • string sessionKey
  • int serverId
  • string channelLabel
Return Value
  • array:
    • struct - package
      • string name
      • string version
      • string release
      • string epoch
      • int id
      • string arch_label
      • string path - The path on that file system that the package resides
      • string provider - The provider of the package, determined by the gpg key it was signed with.
      • dateTime.iso8601 last_modified