Skip to content

Commit

Permalink
Merge branch 'main' into docs-v4.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw committed Jan 7, 2025
2 parents d3bf4ca + a80466a commit 19d5577
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2681,6 +2681,31 @@ Returns the information of the specified host.
"percent_disk_space_available": 74,
"gigs_total_disk_space": 160,
"disk_encryption_enabled": true,
"status": "online",
"display_text": "23cfc9caacf0",
"issues": {
"failing_policies_count": 1,
"critical_vulnerabilities_count": 2, // Available in Fleet Premium
"total_issues_count": 3
},
"batteries": [
{
"cycle_count": 999,
"health": "Normal"
}
],
"geolocation": {
"country_iso": "US",
"city_name": "New York",
"geometry": {
"type": "point",
"coordinates": [40.6799, -74.0028]
}
},
"maintenance_window": {
"starts_at": "2024-06-18T13:27:18−04:00",
"timezone": "America/New_York"
},
"users": [
{
"uid": 0,
Expand Down Expand Up @@ -2733,8 +2758,6 @@ Returns the information of the specified host.
}
],
"packs": [],
"status": "online",
"display_text": "23cfc9caacf0",
"policies": [
{
"id": 2,
Expand Down Expand Up @@ -2800,29 +2823,6 @@ Returns the information of the specified host.
"installed_paths": ["/usr/lib/some-path-2"]
}
],
"issues": {
"failing_policies_count": 1,
"critical_vulnerabilities_count": 2, // Fleet Premium only
"total_issues_count": 3
},
"batteries": [
{
"cycle_count": 999,
"health": "Normal"
}
],
"geolocation": {
"country_iso": "US",
"city_name": "New York",
"geometry": {
"type": "point",
"coordinates": [40.6799, -74.0028]
}
},
"maintenance_window": {
"starts_at": "2024-06-18T13:27:18−04:00",
"timezone": "America/New_York"
},
"mdm": {
"encryption_key_available": true,
"enrollment_status": "On (manual)",
Expand Down

0 comments on commit 19d5577

Please sign in to comment.