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
6 changes: 6 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2827,6 +2827,8 @@ Returns the information of the specified host.
"label_updated_at": "2021-08-19T21:07:53Z",
"policy_updated_at": "2023-06-26T18:33:15Z",
"last_enrolled_at": "2021-08-19T02:02:22Z",
"last_mdm_checked_in_at": "2023-02-26T22:33:12Z",
"last_mdm_enrolled_at": "2023-02-26T22:33:12Z",
"seen_time": "2021-08-19T21:14:58Z",
"refetch_requested": false,
"hostname": "Annas-MacBook-Pro.local",
Expand Down Expand Up @@ -3096,6 +3098,8 @@ If `hostname` is specified when there is more than one host with the same hostna
"label_updated_at": "2022-10-14T17:07:12Z",
"policy_updated_at": "2022-10-14T17:07:12Z",
"last_enrolled_at": "2022-02-10T02:29:13Z",
"last_mdm_checked_in_at": "2023-02-26T22:33:12Z",
"last_mdm_enrolled_at": "2023-02-26T22:33:12Z",
"software_updated_at": "2020-11-05T05:09:44Z",
"seen_time": "2022-10-14T17:45:41Z",
"refetch_requested": false,
Expand Down Expand Up @@ -3304,6 +3308,8 @@ This is the API route used by the **My device** page in Fleet desktop to display
"detail_updated_at": "2021-08-19T21:07:53Z",
"label_updated_at": "2021-08-19T21:07:53Z",
"last_enrolled_at": "2021-08-19T02:02:22Z",
"last_mdm_checked_in_at": "2023-02-26T22:33:12Z",
"last_mdm_enrolled_at": "2023-02-26T22:33:12Z",
"seen_time": "2021-08-19T21:14:58Z",
"refetch_requested": false,
"hostname": "Annas-MacBook-Pro.local",
Expand Down
Loading