hostname


Matches the requested hostname.

OptionTypeDescriptionRequires
match​Operatorenum

Matches the contents of values when set to IS_​ONE_​OF, otherwise IS_​NOT_​ONE_​OF reverses the match.

{"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"}
IS_​ONE_​OF

Matches the contents of values.

IS_​NOT_​ONE_​OF

Does not matche the contents of values.

valuesstring array

A list of hostnames. Allows wildcards, where ? matches a single character and * matches zero or more characters. Specifying *.example.​com matches both m.​example.​com and www.​example.​com.

{"displayType":"string array","tag":"input","todo":true}