| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
RemoteServerConfigurationFile |
RemoteServer.configurationFile()
Post local changes, check in, and download configuration file (used by some Remote Server integrations, such as the Files.com Agent)
Parameters:
api_token - string - Files Agent API Token
permission_set - string - The permission set for the agent ['read_write', 'read_only', 'write_only']
root - string - The root directory for the agent
hostname - string
port - int64 - Incoming port for files agent connections
status - string - either running or shutdown
config_version - string - agent config version
private_key - string - The private key for the agent
public_key - string - public key
server_host_key - string
subdomain - string - Files.com subdomain site name
|
static RemoteServerConfigurationFile |
RemoteServer.configurationFile(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static RemoteServerConfigurationFile |
RemoteServer.configurationFile(Long id,
HashMap<String,Object> parameters)
Post local changes, check in, and download configuration file (used by some Remote Server integrations, such as the Files.com Agent)
Parameters:
api_token - string - Files Agent API Token
permission_set - string - The permission set for the agent ['read_write', 'read_only', 'write_only']
root - string - The root directory for the agent
hostname - string
port - int64 - Incoming port for files agent connections
status - string - either running or shutdown
config_version - string - agent config version
private_key - string - The private key for the agent
public_key - string - public key
server_host_key - string
subdomain - string - Files.com subdomain site name
|
static RemoteServerConfigurationFile |
RemoteServer.configurationFile(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static RemoteServerConfigurationFile |
RemoteServer.findConfigurationFile(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static RemoteServerConfigurationFile |
RemoteServer.findConfigurationFile(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Remote Server ID.
|
static RemoteServerConfigurationFile |
RemoteServer.findConfigurationFile(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.