GuideReference
TrainingSupportCommunity
Reference

hostname

  • Property Manager name: Hostname
  • Criteria version: The v2024-01-09 rule format supports the hostname criteria v1.1.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

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}