Mondoo Docs

URL resource, generally represented as:

[scheme:][//[user[:password]@]host[:port]][/]path[?query][#fragment]

Network

URL resource, generally represented as:

[scheme:][//[user[:password]@]host[:port]][/]path[?query][#fragment]

Use MQL in cnspec shell or policy:

url
Min version: 9.0.0Defaults: string

Relationships

Mini Map
Network
1 resources · 0 relationshipsClick to select, expand fields to see properties.

Fields (10)

FieldTypeDescription
hostrequired
stringHost, either registered name or IP (e.g., mondoo.com)
passwordrequired
stringPassword, an additional optional component of the user info
pathrequired
stringPath, consisting of segments separated by '/'
portrequired
intPort, optional decimal number (e.g., 80)
queryrequired
map[string]stringQuery, optional, attached to path via '?', parsed via '&' and ';' delimiters
rawFragmentrequired
stringFragment, optional raw string attached to path after '#'
rawQueryrequired
stringRaw query, optional raw string attached to path after '?'
schemerequired
stringScheme (e.g., http, https, ssh)
string
stringThe full URL as a string
userrequired
stringUser component (can contain username or token but no password)