Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2907,6 +2907,7 @@ If `after` is being used with `created_at` or `updated_at`, the table must be sp
"hardware_version": "",
"hardware_serial": "C0124FXASD6G",
"computer_name": "Anna's MacBook Pro",
"timezone": null,
"display_name": "Anna's MacBook Pro",
"public_ip": "123.45.678.910",
"primary_ip": "192.12.345.678",
Expand Down Expand Up @@ -3350,6 +3351,7 @@ Returns the information of the specified host.
"hardware_version": "",
"hardware_serial": "C0124FXASD6G",
"computer_name": "Anna's MacBook Pro",
"timezone": null,
"display_name": "Anna's MacBook Pro",
"public_ip": "123.45.678.910",
"primary_ip": "172.27.0.6",
Expand Down Expand Up @@ -3639,6 +3641,7 @@ If `hostname` is specified when there is more than one host with the same hostna
"hardware_version": "",
"hardware_serial": "",
"computer_name": "23cfc9caacf0",
"timezone": null,
"public_ip": "",
"primary_ip": "172.27.0.6",
"primary_mac": "02:42:ac:1b:00:06",
Expand Down Expand Up @@ -3866,6 +3869,7 @@ X-Client-Cert-Serial: <fleet_identity_scep_cert_serial>
"hardware_version": "",
"hardware_serial": "",
"computer_name": "Anna's MacBook Pro",
"timezone": null,
"display_name": "Anna's MacBook Pro",
"public_ip": "123.45.678.910",
"primary_ip": "192.12.345.678",
Expand Down Expand Up @@ -5765,6 +5769,7 @@ If `mdm_id`, `mdm_name`, `mdm_enrollment_status`, `os_settings`, or `os_settings
"hardware_version": "",
"hardware_serial": "",
"computer_name": "e2e7f8d8983d",
"timezone": null,
"display_name": "e2e7f8d8983d",
"primary_ip": "172.20.0.2",
"primary_mac": "02:42:ac:14:00:02",
Expand Down Expand Up @@ -11557,6 +11562,7 @@ The returned lists are filtered based on the hosts the requesting user has acces
"hardware_version": "",
"hardware_serial": "",
"computer_name": "7a2f41482833",
"timezone": null,
"display_name": "7a2f41482833",
"primary_ip": "172.20.0.3",
"primary_mac": "02:42:ac:14:00:03",
Expand Down Expand Up @@ -11597,6 +11603,7 @@ The returned lists are filtered based on the hosts the requesting user has acces
"hardware_version": "",
"hardware_serial": "",
"computer_name": "78c96e72746c",
"timezone": null,
"display_name": "78c96e72746c",
"primary_ip": "172.20.0.7",
"primary_mac": "02:42:ac:14:00:07",
Expand Down
Loading