Red Hat Training

A Red Hat training course is available for Red Hat Satellite

35.7. Method: listFiles

Description

Return the list of files in a given channel.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • int serverId
  • int listLocal
    • 1 to return configuration files in the system's local override configuration channel
    • 0 to return configuration files in the system's sandbox configuration channel
Returns

The following return values are available for this method:

  • array:
    • struct - Configuration File information
      • string type
        • file
        • directory
        • symlink
      • string path - File Path
      • string channel_label - The label of the central configuration channel that has this file; this entry only shows if a central channel has not overwritten the file
      • struct channel_type
      • struct - Configuration channel type information
        • int id
        • string label
        • string name
        • int priority
      • dateTime.iso8601 last_modified - Last modified date