Update rest-api.md (#17794)

- Clarify that hostnames are fully qualified domain names (FQDNs). FQDN
= hostname + domain.

For the following issue: #16895
This commit is contained in:
Noah Talerman 2024-03-26 12:16:28 -04:00 committed by GitHub
parent acb7959649
commit 4271ca7fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2518,7 +2518,7 @@ Returns the information of the specified host.
Returns the information of the host specified using the `uuid`, `hardware_serial`, `osquery_host_id`, `hostname`, or
`node_key` as an identifier.
If `hostname` is specified when there is more than one host with the same hostname, the endpoint returns the first matching host.
If `hostname` is specified when there is more than one host with the same hostname, the endpoint returns the first matching host. In Fleet, hostnames are fully qualified domain names (FQDNs).
`GET /api/v1/fleet/hosts/identifier/:identifier`