mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
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:
parent
acb7959649
commit
4271ca7fd6
@ -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
|
Returns the information of the host specified using the `uuid`, `hardware_serial`, `osquery_host_id`, `hostname`, or
|
||||||
`node_key` as an identifier.
|
`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`
|
`GET /api/v1/fleet/hosts/identifier/:identifier`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user