@@ -84,42 +84,42 @@ name: Web File Repository
84
84
script :
85
85
commands :
86
86
- arguments : []
87
- description : Get the service status
87
+ description : Get the service status.
88
88
name : wfr-status
89
89
outputs :
90
90
- contextPath : WebFileRepository.Status.StorageUsage
91
- description : The current storage usage in bytes
91
+ description : The current storage usage in bytes.
92
92
type : number
93
93
- contextPath : WebFileRepository.Status.SandboxUsage
94
- description : The current sandbox usage in bytes
94
+ description : The current sandbox usage in bytes.
95
95
type : number
96
96
- contextPath : WebFileRepository.Status.StorageProtection
97
- description : The storage protection mode
97
+ description : The storage protection mode.
98
98
type : string
99
99
- contextPath : WebFileRepository.Status.IntercommunicationIP
100
- description : The IP address of the service to which the internal client connects
100
+ description : The IP address of the service to which the internal client connects.
101
101
type : string
102
102
- contextPath : WebFileRepository.Status.IntercommunicationPort
103
- description : The port number of the service to which the internal client connects
103
+ description : The port number of the service to which the internal client connects.
104
104
type : number
105
105
- contextPath : WebFileRepository.Status.ExternaIP
106
- description : The external IP address of the service
106
+ description : The external IP address of the service.
107
107
- contextPath : WebFileRepository.Status.ExternalPort
108
- description : The external port number of the service
108
+ description : The external port number of the service.
109
109
- contextPath : WebFileRepository.Status.ServerIP
110
- description : The IP address of the service
110
+ description : The IP address of the service.
111
111
type : string
112
112
- contextPath : WebFileRepository.Status.ServerPort
113
- description : The port number of the service
113
+ description : The port number of the service.
114
114
type : number
115
115
- arguments : []
116
- description : Remove all the files from the repository
116
+ description : Remove all the files from the repository.
117
117
name : wfr-cleanup
118
118
- arguments :
119
- - description : The entry ID of the file
119
+ - description : The entry ID of the file.
120
120
name : entry_id
121
121
required : true
122
- - description : The name of the file
122
+ - description : The name of the file.
123
123
name : file_name
124
124
- auto : PREDEFINED
125
125
defaultValue : " false"
@@ -129,12 +129,12 @@ script:
129
129
- " true"
130
130
- " false"
131
131
- defaultValue : /
132
- description : The directory path where to upload
132
+ description : The directory path where to upload.
133
133
name : upload_directory
134
- description : Upload files to the repository
134
+ description : Upload files to the repository.
135
135
name : wfr-upload-file
136
136
- arguments :
137
- - description : The entry ID list of files
137
+ - description : The entry ID list of files.
138
138
isArray : true
139
139
name : entry_ids
140
140
required : true
@@ -146,13 +146,13 @@ script:
146
146
- " true"
147
147
- " false"
148
148
- defaultValue : /
149
- description : The directory path where to upload
149
+ description : The directory path where to upload.
150
150
name : upload_directory
151
- description : Upload files to the repository
151
+ description : Upload files to the repository.
152
152
name : wfr-upload-files
153
153
- arguments :
154
154
- defaultValue : /
155
- description : The directory path where to list files
155
+ description : The directory path where to list files.
156
156
name : directory
157
157
- auto : PREDEFINED
158
158
defaultValue : " false"
@@ -161,45 +161,45 @@ script:
161
161
predefined :
162
162
- " true"
163
163
- " false"
164
- description : List files in the repository
164
+ description : List files in the repository.
165
165
name : wfr-list-files
166
166
outputs :
167
167
- contextPath : WebFileRepository.Files.Name
168
- description : The file name
168
+ description : The file name.
169
169
type : string
170
170
- contextPath : WebFileRepository.Files.Path
171
- description : The file path
171
+ description : The file path.
172
172
type : string
173
173
- contextPath : WebFileRepository.Files.Size
174
- description : The file size in bytes
174
+ description : The file size in bytes.
175
175
type : number
176
176
- contextPath : WebFileRepository.Files.LastModified
177
- description : The last modified time
177
+ description : The last modified time.
178
178
type : date
179
179
- arguments :
180
- - description : The list of the file paths
180
+ - description : The list of the file paths.
181
181
isArray : true
182
182
name : paths
183
183
required : true
184
- description : Remove files from the repository
184
+ description : Remove files from the repository.
185
185
name : wfr-remove-files
186
186
- arguments :
187
- - description : The file path
187
+ - description : The file path.
188
188
name : path
189
189
required : true
190
- - description : The name to give the file to save
190
+ - description : The name to give the file to save.
191
191
name : save_as
192
- description : Download a file from the repository
192
+ description : Download a file from the repository.
193
193
name : wfr-download-file
194
194
- arguments :
195
- - description : The name to give the archive-file to save
195
+ - description : The name to give the archive-file to save.
196
196
name : save_as
197
- description : Download a file to which all the files are archived
197
+ description : Download a file to which all the files are archived.
198
198
name : wfr-archive-zip
199
199
- arguments : []
200
- description : Reset the repository data
200
+ description : Reset the repository data.
201
201
name : wfr-reset
202
- dockerimage : demisto/bottle:1.0.0.68903
202
+ dockerimage : demisto/bottle:1.0.0.72212
203
203
longRunning : true
204
204
longRunningPort : true
205
205
resetContext : true
0 commit comments