Composition definitions (Comp defs)
The following Composition Definitions can be used as field types as task input parameters:
Fieldtype | Validator | Form Item Type | Description |
---|---|---|---|
string | None | Text | Standard string input text field. |
integer | isInteger | Text | Text input field, limited to integer input. |
ip | isIPv4 | Text | Standard IP v4 address. |
ip_or_dns | isIPv4OrDomainName | Text | IP v4 address or a domain/hostname. |
host | isIPv4OrDomainName | Text | IP v4 address or a domain/hostname. |
password | None | Password | Text input field but the form type is password so the input is masked out. |
tcpport | isInteger & inRange 1-65535 | Text | Text input but limited to integers in the range 1-65535. Can be used for tcp or udp port input. |