@@ -2681,6 +2681,31 @@ Returns the information of the specified host.
2681
2681
"percent_disk_space_available" : 74 ,
2682
2682
"gigs_total_disk_space" : 160 ,
2683
2683
"disk_encryption_enabled" : true ,
2684
+ "status" : " online" ,
2685
+ "display_text" : " 23cfc9caacf0" ,
2686
+ "issues" : {
2687
+ "failing_policies_count" : 1 ,
2688
+ "critical_vulnerabilities_count" : 2 , // Available in Fleet Premium
2689
+ "total_issues_count" : 3
2690
+ },
2691
+ "batteries" : [
2692
+ {
2693
+ "cycle_count" : 999 ,
2694
+ "health" : " Normal"
2695
+ }
2696
+ ],
2697
+ "geolocation" : {
2698
+ "country_iso" : " US" ,
2699
+ "city_name" : " New York" ,
2700
+ "geometry" : {
2701
+ "type" : " point" ,
2702
+ "coordinates" : [40.6799 , -74.0028 ]
2703
+ }
2704
+ },
2705
+ "maintenance_window" : {
2706
+ "starts_at" : " 2024-06-18T13:27:18−04:00" ,
2707
+ "timezone" : " America/New_York"
2708
+ },
2684
2709
"users" : [
2685
2710
{
2686
2711
"uid" : 0 ,
@@ -2733,8 +2758,6 @@ Returns the information of the specified host.
2733
2758
}
2734
2759
],
2735
2760
"packs" : [],
2736
- "status" : " online" ,
2737
- "display_text" : " 23cfc9caacf0" ,
2738
2761
"policies" : [
2739
2762
{
2740
2763
"id" : 2 ,
@@ -2800,29 +2823,6 @@ Returns the information of the specified host.
2800
2823
"installed_paths" : [" /usr/lib/some-path-2" ]
2801
2824
}
2802
2825
],
2803
- "issues" : {
2804
- "failing_policies_count" : 1 ,
2805
- "critical_vulnerabilities_count" : 2 , // Fleet Premium only
2806
- "total_issues_count" : 3
2807
- },
2808
- "batteries" : [
2809
- {
2810
- "cycle_count" : 999 ,
2811
- "health" : " Normal"
2812
- }
2813
- ],
2814
- "geolocation" : {
2815
- "country_iso" : " US" ,
2816
- "city_name" : " New York" ,
2817
- "geometry" : {
2818
- "type" : " point" ,
2819
- "coordinates" : [40.6799 , -74.0028 ]
2820
- }
2821
- },
2822
- "maintenance_window" : {
2823
- "starts_at" : " 2024-06-18T13:27:18−04:00" ,
2824
- "timezone" : " America/New_York"
2825
- },
2826
2826
"mdm" : {
2827
2827
"encryption_key_available" : true ,
2828
2828
"enrollment_status" : " On (manual)" ,
0 commit comments