Internet & network
URLs, domains, host names, IP addresses, network blocks, MAC addresses and ports. See all field types and the options every field takes.
url
URL with a random domain and path.
| Parameter | Values | Default | Description |
|---|---|---|---|
scheme |
text | https |
URL scheme. httpUrl accepts only http and https. |
host |
text | — | Fixed host name. Without it, a random domain is used. |
pathDepth |
integer | 2 |
Number of path segments. |
Also takes the common options and textual constraints.
- { name: website, type: url, pathDepth: 1 }httpUrl
Like url, restricted to http and https.
| Parameter | Values | Default | Description |
|---|---|---|---|
scheme |
text | https |
URL scheme. httpUrl accepts only http and https. |
host |
text | — | Fixed host name. Without it, a random domain is used. |
pathDepth |
integer | 2 |
Number of path segments. |
Also takes the common options and textual constraints.
- { name: callback, type: httpUrl, host: api.example.test }domainName
Domain name such as litoral.com.
Also takes the common options and textual constraints.
- { name: domain, type: domainName }hostname
Host name such as host-417.
Also takes the common options and textual constraints.
- { name: host, type: hostname }fqdn
Fully qualified domain name such as host-12.litoral.com.
Also takes the common options and textual constraints.
- { name: fqdn, type: fqdn }ipv4
IPv4 address.
Also takes the common options and textual constraints.
- { name: ip, type: ipv4 }ipv6
IPv6 address in 2001::/16.
Also takes the common options and textual constraints.
- { name: ip, type: ipv6 }ip
IPv4 or IPv6 address, half each.
Also takes the common options and textual constraints.
- { name: ip, type: ip }cidr
IPv4 or IPv6 network block such as 10.32.0.0/11.
Also takes the common options and textual constraints.
- { name: network, type: cidr }mac
Locally administered unicast MAC address.
Also takes the common options and textual constraints.
- { name: mac, type: mac }port
TCP/UDP port from 1 to 65535.
Also takes the common options.
- { name: port, type: port }