Red Hat Training

A Red Hat training course is available for Red Hat Satellite

35.8. Method: lookupFileInfo

Description

Given a list of paths and a server, this method returns details about the latest revisions of the paths.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • int serverId
  • array:
    • string - Paths to query
  • int searchLocal
    • 1 to search configuration file paths in the system's local override configuration or systems subscribed central channels
    • 0 to search configuration file paths in the system's sandbox configuration channel
Returns

The following return values are available for this method:

  • array:
    • struct - Configuration Revision information
      • string type
        • file
        • directory
        • symlink
      • string path - File path
      • string target_path - Symbolic link target file path; present for symbolic links only.
      • string channel - Channel name
      • string contents - File contents (base64 encoded according to the contents_enc64 attribute)
      • boolean contents_enc64 - Identifies base64 encoded content
      • int revision - File revision
      • dateTime.iso8601 creation - Creation date
      • dateTime.iso8601 modified - Last modified date
      • string owner - File Owner; present for files or directories only
      • string group - File Group; present for files or directories only
      • int permissions - File Permissions ; present for files or directories only (deprecated)
      • string permissions_mode - File Permissions; present for files or directories only
      • string selinux_ctx - SELinux context (optional)
      • boolean binary - true or false; present for files only
      • string md5 - File's MD5 signature; present for files only
      • string macro-start-delimiter - Macro start delimiter for a config file; present for text files only
      • string macro-end-delimiter - Macro end delimiter for a config file; present for text files only
Available since:10.2