Namespace: system.config
Method: addChannels Description:
- int - 1 on success, exception thrown otherwise.
Method: createOrUpdatePath Description:
- 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.
Available since: 10.2 Method: createOrUpdateSymlink Description:
- 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.
Available since: 10.2 Method: deleteFiles Description:
- int - 1 on success, exception thrown otherwise.
Method: deployAll Description:
- int - 1 on success, exception thrown otherwise.
Method: listChannels Description:
- array:
- struct - Configuration Channel information
- int "id"
- int "orgId"
- string "label"
- string "name"
- string "description"
- struct "configChannelType"
struct - Configuration Channel Type information
- int "id"
- string "label"
- string "name"
- int "priority"
Method: listFiles Description:
- 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. Note this entry only shows up if the file has not been overridden by a central channel.
- struct "channel_type"
struct - Configuration Channel Type information
- int "id"
- string "label"
- string "name"
- int "priority"
- dateTime.iso8601 "last_modified" - Last Modified Date
Method: lookupFileInfo Description:
- 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 (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.
Available since: 10.2 Method: removeChannels Description:
- int - 1 on success, exception thrown otherwise.
Method: setChannels Description:
- int - 1 on success, exception thrown otherwise.
Generated on 3/4/2020
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4