Red Hat Training

A Red Hat training course is available for Red Hat Satellite

10.64. setSystemChannels

Name
setSystemChannels
Description
Change a systems subscribed channels to the list of channels passed in.
Deprecated - being replaced by system.setBaseChannel(string sessionKey, int serverId, string channelLabel) and system.setChildChannels(string sessionKey, int serverId, array[string channelLabel])
Parameters
  • string sessionKey
  • int serverId
  • array:
    • string - channelLabel - labels of the channels to subscribe the system to.
Return Value
  • int - 1 on success, exception thrown otherwise.