Sha256: bcf30d6ce4124a3076b0d78991400354bb39a9284294ff48a12d2f0d767a1668
Contents?: true
Size: 788 Bytes
Versions: 17
Compression:
Stored size: 788 Bytes
Contents
# RemoteServerConfigurationFile ## Example RemoteServerConfigurationFile Object ``` { "id": 1, "permission_set": "full", "api_token": "example", "root": "example", "port": 1, "hostname": "example", "public_key": "example", "private_key": "example", "status": "example", "config_version": "example", "server_host_key": "example" } ``` * `id` (int64): Agent ID * `permission_set` (string): * `api_token` (string): Files Agent API Token * `root` (string): Agent local root path * `port` (int64): Incoming port for files agent connections * `hostname` (string): * `public_key` (string): public key * `private_key` (string): private key * `status` (string): either running or shutdown * `config_version` (string): agent config version * `server_host_key` (string):
Version data entries
17 entries across 17 versions & 1 rubygems