Show Table of Contents
11.22. lookupFileInfo
- Name
- lookupFileInfo
- Description
- Given a path, revision number, and a channel, returns details about the latest revisions of the paths.Available since: 10.12
- Parameters
- string sessionKey
- string channelLabel - label of config channel to lookup on
- string path - path of file/directory
- int revsion - The revision number.
- Return Value
- 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 (Deprecated). Present for files or directories only. - string
permissions_mode- File Permissions. Present for files or directories only. - string
selinux_ctx- SELinux Context (optional). - boolean
binary- true/false , Present for files only. - string
sha256- File's sha256 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.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.