-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpsjh-epic-ftp-helper-params.yaml
33 lines (33 loc) · 1.06 KB
/
psjh-epic-ftp-helper-params.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: psjh-epic-ftp-helper-params
description: "Parameters for utilization in FTP Configurations - Customized for PSJH Epic StyleBooks."
display-name: "Epic FTP Helper Parameters"
author: Nathan Joseph - Providence St. Joseph Health
private: true
namespace: com.psjh.epic.stylebooks
schema-version: "1.0"
version: "1.0"
parameters:
-
name: FTPfile
type: string
label: Filename for FTP Monitor
description: "Input the name of the FTP File Name utilized for monitoring (Eg: canary.txt)."
required: true
-
name: FTPUser
label: FTP Username
description: "Optionally - Provide the name of the FTP User utilized for monitoring."
type: string
required: false
-
name: FTPPassword
label: FTP Password
description: "Optionally - Provide the password of the FTP User utilized for monitoring."
type: password
required: false
-
name: FTPWhitelistIPs
label: IP Addresses for FTP Whitelisting
description: "List of IP Addresses to utilize for restricting access to FTP LB vServer."
type: ipaddress[]
required: false