files.com 1.1.286 → 1.1.288
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/api_request_log.md +6 -6
- data/docs/automation_log.md +6 -6
- data/docs/email_log.md +6 -6
- data/docs/exavault_api_request_log.md +6 -6
- data/docs/file_migration_log.md +6 -6
- data/docs/ftp_action_log.md +6 -6
- data/docs/outbound_connection_log.md +6 -6
- data/docs/public_hosting_request_log.md +6 -6
- data/docs/remote_mount_backend.md +17 -21
- data/docs/sftp_action_log.md +6 -6
- data/docs/sync_log.md +6 -6
- data/docs/web_dav_action_log.md +6 -6
- data/lib/files.com/models/api_request_log.rb +6 -6
- data/lib/files.com/models/automation_log.rb +6 -6
- data/lib/files.com/models/email_log.rb +6 -6
- data/lib/files.com/models/exavault_api_request_log.rb +6 -6
- data/lib/files.com/models/file_migration_log.rb +6 -6
- data/lib/files.com/models/ftp_action_log.rb +6 -6
- data/lib/files.com/models/outbound_connection_log.rb +6 -6
- data/lib/files.com/models/public_hosting_request_log.rb +6 -6
- data/lib/files.com/models/remote_mount_backend.rb +14 -24
- data/lib/files.com/models/sftp_action_log.rb +6 -6
- data/lib/files.com/models/sync_log.rb +6 -6
- data/lib/files.com/models/web_dav_action_log.rb +6 -6
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
@@ -43,9 +43,9 @@ Files::PublicHostingRequestLog.list
|
|
43
43
|
|
44
44
|
* `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
45
45
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
46
|
-
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `
|
47
|
-
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
48
|
-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
49
|
-
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`. Valid field combinations are `[
|
50
|
-
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
51
|
-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
46
|
+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `remote_ip`, `success` or `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
47
|
+
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
48
|
+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
49
|
+
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
50
|
+
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
51
|
+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
@@ -75,9 +75,6 @@ Files::RemoteMountBackend.find(id)
|
|
75
75
|
|
76
76
|
```
|
77
77
|
Files::RemoteMountBackend.create(
|
78
|
-
canary_file_path: "backend1.txt",
|
79
|
-
remote_server_mount_id: 1,
|
80
|
-
remote_server_id: 1,
|
81
78
|
enabled: true,
|
82
79
|
fall: 1,
|
83
80
|
health_check_enabled: true,
|
@@ -87,15 +84,15 @@ Files::RemoteMountBackend.create(
|
|
87
84
|
min_free_mem: 1.0,
|
88
85
|
priority: 1,
|
89
86
|
remote_path: "/path/on/remote",
|
90
|
-
rise: 1
|
87
|
+
rise: 1,
|
88
|
+
canary_file_path: "backend1.txt",
|
89
|
+
remote_server_mount_id: 1,
|
90
|
+
remote_server_id: 1
|
91
91
|
)
|
92
92
|
```
|
93
93
|
|
94
94
|
### Parameters
|
95
95
|
|
96
|
-
* `canary_file_path` (string): Required - Path to the canary file used for health checks.
|
97
|
-
* `remote_server_mount_id` (int64): Required - The mount ID of the Remote Server Mount that this backend is associated with.
|
98
|
-
* `remote_server_id` (int64): Required - The remote server that this backend is associated with.
|
99
96
|
* `enabled` (boolean): True if this backend is enabled.
|
100
97
|
* `fall` (int64): Number of consecutive failures before considering the backend unhealthy.
|
101
98
|
* `health_check_enabled` (boolean): True if health checks are enabled for this backend.
|
@@ -106,6 +103,9 @@ Files::RemoteMountBackend.create(
|
|
106
103
|
* `priority` (int64): Priority of this backend.
|
107
104
|
* `remote_path` (string): Path on the remote server to treat as the root of this mount.
|
108
105
|
* `rise` (int64): Number of consecutive successes before considering the backend healthy.
|
106
|
+
* `canary_file_path` (string): Required - Path to the canary file used for health checks.
|
107
|
+
* `remote_server_mount_id` (int64): Required - The mount ID of the Remote Server Mount that this backend is associated with.
|
108
|
+
* `remote_server_id` (int64): Required - The remote server that this backend is associated with.
|
109
109
|
|
110
110
|
|
111
111
|
---
|
@@ -127,9 +127,6 @@ Files::RemoteMountBackend.reset_status(id)
|
|
127
127
|
|
128
128
|
```
|
129
129
|
Files::RemoteMountBackend.update(id,
|
130
|
-
canary_file_path: "backend1.txt",
|
131
|
-
remote_server_mount_id: 1,
|
132
|
-
remote_server_id: 1,
|
133
130
|
enabled: true,
|
134
131
|
fall: 1,
|
135
132
|
health_check_enabled: true,
|
@@ -139,16 +136,15 @@ Files::RemoteMountBackend.update(id,
|
|
139
136
|
min_free_mem: 1.0,
|
140
137
|
priority: 1,
|
141
138
|
remote_path: "/path/on/remote",
|
142
|
-
rise: 1
|
139
|
+
rise: 1,
|
140
|
+
canary_file_path: "backend1.txt",
|
141
|
+
remote_server_id: 1
|
143
142
|
)
|
144
143
|
```
|
145
144
|
|
146
145
|
### Parameters
|
147
146
|
|
148
147
|
* `id` (int64): Required - Remote Mount Backend ID.
|
149
|
-
* `canary_file_path` (string): Required - Path to the canary file used for health checks.
|
150
|
-
* `remote_server_mount_id` (int64): Required - The mount ID of the Remote Server Mount that this backend is associated with.
|
151
|
-
* `remote_server_id` (int64): Required - The remote server that this backend is associated with.
|
152
148
|
* `enabled` (boolean): True if this backend is enabled.
|
153
149
|
* `fall` (int64): Number of consecutive failures before considering the backend unhealthy.
|
154
150
|
* `health_check_enabled` (boolean): True if health checks are enabled for this backend.
|
@@ -159,6 +155,8 @@ Files::RemoteMountBackend.update(id,
|
|
159
155
|
* `priority` (int64): Priority of this backend.
|
160
156
|
* `remote_path` (string): Path on the remote server to treat as the root of this mount.
|
161
157
|
* `rise` (int64): Number of consecutive successes before considering the backend healthy.
|
158
|
+
* `canary_file_path` (string): Path to the canary file used for health checks.
|
159
|
+
* `remote_server_id` (int64): The remote server that this backend is associated with.
|
162
160
|
|
163
161
|
|
164
162
|
---
|
@@ -197,9 +195,6 @@ remote_mount_backend.reset_status
|
|
197
195
|
remote_mount_backend = Files::RemoteMountBackend.find(id)
|
198
196
|
|
199
197
|
remote_mount_backend.update(
|
200
|
-
canary_file_path: "backend1.txt",
|
201
|
-
remote_server_mount_id: 1,
|
202
|
-
remote_server_id: 1,
|
203
198
|
enabled: true,
|
204
199
|
fall: 1,
|
205
200
|
health_check_enabled: true,
|
@@ -209,16 +204,15 @@ remote_mount_backend.update(
|
|
209
204
|
min_free_mem: 1.0,
|
210
205
|
priority: 1,
|
211
206
|
remote_path: "/path/on/remote",
|
212
|
-
rise: 1
|
207
|
+
rise: 1,
|
208
|
+
canary_file_path: "backend1.txt",
|
209
|
+
remote_server_id: 1
|
213
210
|
)
|
214
211
|
```
|
215
212
|
|
216
213
|
### Parameters
|
217
214
|
|
218
215
|
* `id` (int64): Required - Remote Mount Backend ID.
|
219
|
-
* `canary_file_path` (string): Required - Path to the canary file used for health checks.
|
220
|
-
* `remote_server_mount_id` (int64): Required - The mount ID of the Remote Server Mount that this backend is associated with.
|
221
|
-
* `remote_server_id` (int64): Required - The remote server that this backend is associated with.
|
222
216
|
* `enabled` (boolean): True if this backend is enabled.
|
223
217
|
* `fall` (int64): Number of consecutive failures before considering the backend unhealthy.
|
224
218
|
* `health_check_enabled` (boolean): True if health checks are enabled for this backend.
|
@@ -229,6 +223,8 @@ remote_mount_backend.update(
|
|
229
223
|
* `priority` (int64): Priority of this backend.
|
230
224
|
* `remote_path` (string): Path on the remote server to treat as the root of this mount.
|
231
225
|
* `rise` (int64): Number of consecutive successes before considering the backend healthy.
|
226
|
+
* `canary_file_path` (string): Path to the canary file used for health checks.
|
227
|
+
* `remote_server_id` (int64): The remote server that this backend is associated with.
|
232
228
|
|
233
229
|
|
234
230
|
---
|