Namespace: configchannel
Method: channelExists Description:
- 1 if exists, 0 otherwise.
Method: create Description:
- 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: 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: deleteChannels Description:
- int - 1 on success, exception thrown otherwise.
Method: deleteFileRevisions Description:
- int - 1 on success, exception thrown otherwise.
Method: deleteFiles Description:
- int - 1 on success, exception thrown otherwise.
Method: deployAllSystems Description:
- int - 1 on success, exception thrown otherwise.
Method: deployAllSystems Description:
- int - 1 on success, exception thrown otherwise.
Method: deployAllSystems Description:
- int - 1 on success, exception thrown otherwise.
Method: deployAllSystems Description:
- int - 1 on success, exception thrown otherwise.
Method: getDetails Description:
- 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: getDetails Description:
- 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: getEncodedFileRevision 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.
Method: getFileRevision 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.
Method: getFileRevisions 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.
Method: listFiles Description:
- array:
- struct - Configuration File information
- string "type"
- file
- directory
- symlink
- string "path" - File Path
- dateTime.iso8601 "last_modified" - Last Modified Date
Method: listGlobals Description:
- array:
- struct - Configuration Channel information
- int "id"
- int "orgId"
- string "label"
- string "name"
- string "description"
- string "type"
- struct "configChannelType"
struct - Configuration Channel Type information
- int "id"
- string "label"
- string "name"
- int "priority"
Method: listSubscribedSystems Description:
- array:
- struct - system
- int "id"
- string "name"
Method: lookupChannelInfo 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: 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: lookupFileInfo 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.12 Method: scheduleFileComparisons Description:
- int actionId - The action id of the scheduled action
Method: update Description:
- 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"
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