Red Hat Training

A Red Hat training course is available for Red Hat Satellite

4.2. Method: addConfigChannels

Description

When given a list of activation keys and configuration channels, this method adds given configuration channels to either the top or the bottom (whichever you specify) of an activation key's configuration channels list. The ordering of the configuration channels provided in the add list remains maintained while adding. If one of the configuration channels in the 'add' list already exists in an activation key, the configuration channel's ranking moves to the appropriate place.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • array:
    • string - activationKey
  • array:
    • string - List of configuration channel labels in the ranked order.
  • boolean addToTop
    • true - To prepend the given channels to the beginning of the activation key's config channel list
    • false - To append the given channels to the end of the activation key's config channel list
Returns

The following return values are available for this method:

  • int - 1 on success, exception thrown otherwise.