@lansweeper/discovery-sensor-proto 2.14.1 → 2.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.2",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "0ce624413cd6f0b07261279b6e42ddb8039c0a74"
|
|
20
20
|
}
|
|
@@ -195,21 +195,22 @@ message WindowsUser {
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
message User {
|
|
198
|
-
|
|
199
|
-
google.protobuf.
|
|
200
|
-
google.protobuf.StringValue
|
|
201
|
-
google.protobuf.
|
|
202
|
-
google.protobuf.
|
|
203
|
-
google.protobuf.StringValue
|
|
204
|
-
google.protobuf.
|
|
205
|
-
google.protobuf.
|
|
206
|
-
google.protobuf.
|
|
207
|
-
google.protobuf.BoolValue
|
|
208
|
-
google.protobuf.BoolValue
|
|
209
|
-
google.protobuf.
|
|
210
|
-
google.protobuf.
|
|
211
|
-
google.protobuf.
|
|
212
|
-
google.protobuf.
|
|
198
|
+
uint32 model_version = 1;
|
|
199
|
+
google.protobuf.UInt32Value account_type = 2;
|
|
200
|
+
google.protobuf.StringValue caption = 3;
|
|
201
|
+
google.protobuf.StringValue description = 4;
|
|
202
|
+
google.protobuf.BoolValue disabled = 5;
|
|
203
|
+
google.protobuf.StringValue domain = 6;
|
|
204
|
+
google.protobuf.StringValue full_name = 7;
|
|
205
|
+
google.protobuf.BoolValue lockout = 8;
|
|
206
|
+
google.protobuf.StringValue name = 9;
|
|
207
|
+
google.protobuf.BoolValue password_changeable = 10;
|
|
208
|
+
google.protobuf.BoolValue password_expires = 11;
|
|
209
|
+
google.protobuf.BoolValue password_required = 12;
|
|
210
|
+
google.protobuf.StringValue sid = 13;
|
|
211
|
+
google.protobuf.UInt32Value sid_type = 14;
|
|
212
|
+
google.protobuf.StringValue status = 15;
|
|
213
|
+
google.protobuf.BoolValue local_account = 16;
|
|
213
214
|
}
|
|
214
215
|
|
|
215
216
|
/* Section element for USB controllers on Windows */
|
|
@@ -443,45 +444,46 @@ message WindowsProcessor {
|
|
|
443
444
|
}
|
|
444
445
|
|
|
445
446
|
message Processor {
|
|
446
|
-
|
|
447
|
-
google.protobuf.UInt32Value
|
|
448
|
-
google.protobuf.UInt32Value
|
|
449
|
-
google.protobuf.
|
|
450
|
-
google.protobuf.
|
|
451
|
-
google.protobuf.UInt32Value
|
|
452
|
-
google.protobuf.
|
|
453
|
-
google.protobuf.
|
|
454
|
-
google.protobuf.UInt32Value
|
|
455
|
-
google.protobuf.UInt32Value
|
|
456
|
-
google.protobuf.UInt32Value
|
|
457
|
-
google.protobuf.UInt32Value
|
|
458
|
-
google.protobuf.
|
|
459
|
-
google.protobuf.
|
|
460
|
-
google.protobuf.
|
|
461
|
-
google.protobuf.StringValue
|
|
462
|
-
google.protobuf.
|
|
463
|
-
google.protobuf.UInt32Value
|
|
464
|
-
google.protobuf.
|
|
465
|
-
google.protobuf.StringValue
|
|
466
|
-
google.protobuf.StringValue
|
|
467
|
-
google.protobuf.
|
|
468
|
-
google.protobuf.
|
|
469
|
-
google.protobuf.
|
|
470
|
-
google.protobuf.UInt32Value
|
|
471
|
-
google.protobuf.UInt32Value
|
|
447
|
+
uint32 model_version = 1;
|
|
448
|
+
google.protobuf.UInt32Value address_width = 2;
|
|
449
|
+
google.protobuf.UInt32Value architecture = 3;
|
|
450
|
+
google.protobuf.UInt32Value availability = 4;
|
|
451
|
+
google.protobuf.StringValue caption = 5;
|
|
452
|
+
google.protobuf.UInt32Value cpu_status = 6;
|
|
453
|
+
google.protobuf.UInt32Value data_width = 7;
|
|
454
|
+
google.protobuf.StringValue device_id = 8;
|
|
455
|
+
google.protobuf.UInt32Value ext_clock = 9;
|
|
456
|
+
google.protobuf.UInt32Value family = 10;
|
|
457
|
+
google.protobuf.UInt32Value l2_cache_size = 11;
|
|
458
|
+
google.protobuf.UInt32Value l2_cache_speed = 12;
|
|
459
|
+
google.protobuf.UInt32Value level = 13;
|
|
460
|
+
google.protobuf.StringValue manufacturer = 14;
|
|
461
|
+
google.protobuf.UInt32Value max_clock_speed = 15;
|
|
462
|
+
google.protobuf.StringValue name = 16;
|
|
463
|
+
google.protobuf.StringValue processor_id = 17;
|
|
464
|
+
google.protobuf.UInt32Value processor_type= 18;
|
|
465
|
+
google.protobuf.UInt32Value revision = 19;
|
|
466
|
+
google.protobuf.StringValue socket_designation = 20;
|
|
467
|
+
google.protobuf.StringValue stepping = 21;
|
|
468
|
+
google.protobuf.StringValue unique_id = 22;
|
|
469
|
+
google.protobuf.UInt32Value upgrade_method = 23;
|
|
470
|
+
google.protobuf.StringValue version = 24;
|
|
471
|
+
google.protobuf.UInt32Value voltage_caps = 25;
|
|
472
|
+
google.protobuf.UInt32Value number_of_logical_processors = 26;
|
|
473
|
+
google.protobuf.UInt32Value number_of_cores = 27;
|
|
472
474
|
}
|
|
473
|
-
|
|
474
475
|
/* Section element for processes on Windows */
|
|
475
476
|
message WindowsProcess {
|
|
476
477
|
repeated Process entries = 1;
|
|
477
478
|
}
|
|
478
479
|
|
|
479
480
|
message Process {
|
|
480
|
-
|
|
481
|
-
google.protobuf.StringValue
|
|
482
|
-
google.protobuf.
|
|
483
|
-
google.protobuf.UInt32Value
|
|
484
|
-
google.protobuf.
|
|
481
|
+
uint32 model_version = 1;
|
|
482
|
+
google.protobuf.StringValue caption = 2;
|
|
483
|
+
google.protobuf.StringValue executable_path = 3;
|
|
484
|
+
google.protobuf.UInt32Value thread_count = 4;
|
|
485
|
+
google.protobuf.UInt32Value priority = 5;
|
|
486
|
+
google.protobuf.StringValue handle = 6;
|
|
485
487
|
}
|
|
486
488
|
|
|
487
489
|
/* Section element for printer device drivers on Windows */
|
|
@@ -536,21 +538,22 @@ message WindowsPrinter {
|
|
|
536
538
|
}
|
|
537
539
|
|
|
538
540
|
message Printer {
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
google.protobuf.StringValue
|
|
542
|
-
google.protobuf.
|
|
543
|
-
google.protobuf.
|
|
544
|
-
google.protobuf.StringValue
|
|
545
|
-
google.protobuf.StringValue
|
|
546
|
-
google.protobuf.StringValue
|
|
547
|
-
google.protobuf.StringValue
|
|
548
|
-
google.protobuf.StringValue
|
|
549
|
-
google.protobuf.
|
|
550
|
-
google.protobuf.
|
|
551
|
-
google.protobuf.
|
|
552
|
-
google.protobuf.BoolValue
|
|
553
|
-
google.protobuf.BoolValue
|
|
541
|
+
uint32 model_version = 1;
|
|
542
|
+
repeated string capability_descriptions = 2;
|
|
543
|
+
google.protobuf.StringValue caption = 3;
|
|
544
|
+
google.protobuf.StringValue device_id = 4;
|
|
545
|
+
google.protobuf.UInt32Value horizontal_resolution = 5;
|
|
546
|
+
google.protobuf.StringValue location = 6;
|
|
547
|
+
google.protobuf.StringValue port_name = 7;
|
|
548
|
+
google.protobuf.StringValue print_job_data_type = 8;
|
|
549
|
+
google.protobuf.StringValue print_processor = 9;
|
|
550
|
+
google.protobuf.StringValue share_name = 10;
|
|
551
|
+
google.protobuf.StringValue status = 11;
|
|
552
|
+
google.protobuf.UInt32Value vertical_resolution = 12;
|
|
553
|
+
google.protobuf.StringValue comment = 13;
|
|
554
|
+
google.protobuf.BoolValue enable_bIDI = 14;
|
|
555
|
+
google.protobuf.BoolValue local = 15;
|
|
556
|
+
google.protobuf.BoolValue network = 16;
|
|
554
557
|
}
|
|
555
558
|
|
|
556
559
|
/* Section element for POTS (Plain Old Telephone Service) modems on Windows */
|
|
@@ -740,16 +743,17 @@ message WindowsOsRecovery {
|
|
|
740
743
|
}
|
|
741
744
|
|
|
742
745
|
message OsRecovery {
|
|
743
|
-
|
|
744
|
-
google.protobuf.
|
|
745
|
-
google.protobuf.
|
|
746
|
-
google.protobuf.
|
|
747
|
-
google.protobuf.
|
|
748
|
-
google.protobuf.BoolValue
|
|
749
|
-
google.protobuf.BoolValue
|
|
750
|
-
google.protobuf.BoolValue
|
|
751
|
-
google.protobuf.
|
|
752
|
-
google.protobuf.
|
|
746
|
+
uint32 model_version = 1;
|
|
747
|
+
google.protobuf.BoolValue auto_reboot = 2;
|
|
748
|
+
google.protobuf.StringValue debug_file_path = 3;
|
|
749
|
+
google.protobuf.BoolValue kernel_dump_only = 4;
|
|
750
|
+
google.protobuf.StringValue name = 5;
|
|
751
|
+
google.protobuf.BoolValue overwrite_existing_debug_file = 6;
|
|
752
|
+
google.protobuf.BoolValue send_admin_alert = 7;
|
|
753
|
+
google.protobuf.BoolValue write_debug_info = 8;
|
|
754
|
+
google.protobuf.BoolValue write_to_system_log = 9;
|
|
755
|
+
google.protobuf.UInt32Value debug_info_type = 10;
|
|
756
|
+
google.protobuf.StringValue mini_dump_directory = 11;
|
|
753
757
|
}
|
|
754
758
|
|
|
755
759
|
/* Section element for OS info on Windows */
|
|
@@ -758,49 +762,50 @@ message WindowsOs {
|
|
|
758
762
|
}
|
|
759
763
|
|
|
760
764
|
message Os {
|
|
761
|
-
|
|
762
|
-
google.protobuf.StringValue
|
|
763
|
-
google.protobuf.StringValue
|
|
764
|
-
google.protobuf.StringValue
|
|
765
|
-
google.protobuf.StringValue
|
|
766
|
-
google.protobuf.StringValue
|
|
767
|
-
google.protobuf.StringValue
|
|
768
|
-
google.protobuf.
|
|
769
|
-
google.protobuf.
|
|
770
|
-
google.protobuf.
|
|
771
|
-
google.protobuf.
|
|
772
|
-
|
|
773
|
-
google.protobuf.
|
|
774
|
-
google.protobuf.
|
|
775
|
-
google.protobuf.
|
|
776
|
-
google.protobuf.
|
|
777
|
-
google.protobuf.UInt32Value
|
|
778
|
-
google.protobuf.UInt32Value
|
|
779
|
-
google.protobuf.
|
|
780
|
-
google.protobuf.StringValue
|
|
781
|
-
google.protobuf.StringValue
|
|
782
|
-
google.protobuf.StringValue
|
|
783
|
-
google.protobuf.
|
|
784
|
-
google.protobuf.UInt32Value
|
|
785
|
-
google.protobuf.
|
|
786
|
-
google.protobuf.
|
|
787
|
-
google.protobuf.StringValue
|
|
788
|
-
google.protobuf.StringValue
|
|
789
|
-
google.protobuf.
|
|
790
|
-
google.protobuf.UInt64Value
|
|
791
|
-
google.protobuf.
|
|
792
|
-
google.protobuf.StringValue
|
|
793
|
-
google.protobuf.
|
|
794
|
-
google.protobuf.
|
|
795
|
-
google.protobuf.
|
|
796
|
-
google.protobuf.
|
|
797
|
-
google.protobuf.UInt32Value
|
|
798
|
-
google.protobuf.
|
|
799
|
-
google.protobuf.
|
|
800
|
-
google.protobuf.
|
|
801
|
-
google.protobuf.BoolValue
|
|
802
|
-
google.protobuf.BoolValue
|
|
803
|
-
google.protobuf.
|
|
765
|
+
uint32 model_version = 1;
|
|
766
|
+
google.protobuf.StringValue boot_device = 2;
|
|
767
|
+
google.protobuf.StringValue build_number = 3;
|
|
768
|
+
google.protobuf.StringValue build_type = 4;
|
|
769
|
+
google.protobuf.StringValue caption = 5;
|
|
770
|
+
google.protobuf.StringValue code_set = 6;
|
|
771
|
+
google.protobuf.StringValue country_code = 7;
|
|
772
|
+
google.protobuf.StringValue csd_version = 8;
|
|
773
|
+
google.protobuf.Int32Value current_timezone = 9;
|
|
774
|
+
google.protobuf.BoolValue debug = 10;
|
|
775
|
+
google.protobuf.StringValue description = 11;
|
|
776
|
+
google.protobuf.UInt32Value foreground_application_boost = 12;
|
|
777
|
+
optional google.protobuf.Timestamp install_date = 13;
|
|
778
|
+
google.protobuf.UInt64Value max_process_memory_size = 14;
|
|
779
|
+
google.protobuf.UInt32Value number_of_licensed_users = 15;
|
|
780
|
+
google.protobuf.StringValue organization = 16;
|
|
781
|
+
google.protobuf.UInt32Value os_language = 17;
|
|
782
|
+
google.protobuf.UInt32Value os_product_suite = 18;
|
|
783
|
+
google.protobuf.UInt32Value os_type = 19;
|
|
784
|
+
google.protobuf.StringValue plus_product_id = 20;
|
|
785
|
+
google.protobuf.StringValue plus_version_number = 21;
|
|
786
|
+
google.protobuf.StringValue registered_user = 22;
|
|
787
|
+
google.protobuf.StringValue serial_number = 23;
|
|
788
|
+
google.protobuf.UInt32Value Service_pack_major_version = 24;
|
|
789
|
+
google.protobuf.UInt32Value Service_pack_minor_version = 25;
|
|
790
|
+
google.protobuf.UInt64Value size_stored_in_paging_files = 26;
|
|
791
|
+
google.protobuf.StringValue status = 27;
|
|
792
|
+
google.protobuf.StringValue system_device = 28;
|
|
793
|
+
google.protobuf.StringValue system_directory = 29;
|
|
794
|
+
google.protobuf.UInt64Value total_virtual_memory_size = 30;
|
|
795
|
+
google.protobuf.UInt64Value total_visible_memory_size = 31;
|
|
796
|
+
google.protobuf.StringValue version = 32;
|
|
797
|
+
google.protobuf.StringValue windows_directory = 33;
|
|
798
|
+
google.protobuf.UInt64Value total_swap_space_size = 34;
|
|
799
|
+
google.protobuf.UInt32Value large_system_cache = 35;
|
|
800
|
+
google.protobuf.StringValue other_type_description = 36;
|
|
801
|
+
google.protobuf.UInt32Value product_type = 37;
|
|
802
|
+
google.protobuf.UInt32Value suite_mask = 38;
|
|
803
|
+
google.protobuf.StringValue system_drive = 39;
|
|
804
|
+
google.protobuf.UInt32Value encryption_level = 40;
|
|
805
|
+
google.protobuf.BoolValue data_execution_prevention32_bit_applications = 41;
|
|
806
|
+
google.protobuf.BoolValue is_data_execution_prevention_available = 42;
|
|
807
|
+
google.protobuf.BoolValue data_execution_prevention_drivers = 43;
|
|
808
|
+
google.protobuf.UInt32Value data_execution_prevention_support_policy = 44;
|
|
804
809
|
}
|
|
805
810
|
|
|
806
811
|
/* Section element for onboard devices on Windows */
|
|
@@ -833,13 +838,14 @@ message WindowsNetworkAdapter {
|
|
|
833
838
|
}
|
|
834
839
|
|
|
835
840
|
message NetworkAdapter {
|
|
836
|
-
|
|
837
|
-
google.protobuf.StringValue
|
|
838
|
-
google.protobuf.StringValue
|
|
839
|
-
google.protobuf.StringValue
|
|
840
|
-
google.protobuf.StringValue
|
|
841
|
-
google.protobuf.
|
|
842
|
-
google.protobuf.
|
|
841
|
+
uint32 model_version = 1;
|
|
842
|
+
google.protobuf.StringValue device_id = 2;
|
|
843
|
+
google.protobuf.StringValue mac_address = 3;
|
|
844
|
+
google.protobuf.StringValue manufacturer = 4;
|
|
845
|
+
google.protobuf.StringValue name = 5;
|
|
846
|
+
google.protobuf.StringValue net_connection_id = 6;
|
|
847
|
+
google.protobuf.UInt64Value speed = 7;
|
|
848
|
+
google.protobuf.BoolValue net_enabled = 8;
|
|
843
849
|
}
|
|
844
850
|
|
|
845
851
|
/* Section element for networks on Windows */
|
|
@@ -848,36 +854,37 @@ message WindowsNetwork {
|
|
|
848
854
|
}
|
|
849
855
|
|
|
850
856
|
message Network {
|
|
851
|
-
|
|
852
|
-
google.protobuf.StringValue
|
|
853
|
-
google.protobuf.StringValue
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
google.protobuf.
|
|
857
|
-
google.protobuf.StringValue
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
google.protobuf.
|
|
861
|
-
|
|
862
|
-
repeated
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
google.protobuf.BoolValue
|
|
867
|
-
google.protobuf.BoolValue
|
|
868
|
-
|
|
869
|
-
repeated string
|
|
870
|
-
repeated string
|
|
871
|
-
|
|
872
|
-
google.protobuf.
|
|
873
|
-
google.protobuf.
|
|
874
|
-
google.protobuf.StringValue
|
|
875
|
-
google.protobuf.StringValue
|
|
876
|
-
google.protobuf.StringValue
|
|
877
|
-
google.protobuf.
|
|
878
|
-
google.protobuf.BoolValue
|
|
879
|
-
google.protobuf.
|
|
880
|
-
google.protobuf.UInt32Value
|
|
857
|
+
uint32 model_version = 1;
|
|
858
|
+
google.protobuf.StringValue description = 2;
|
|
859
|
+
google.protobuf.StringValue setting_id = 3;
|
|
860
|
+
google.protobuf.StringValue database_path = 4;
|
|
861
|
+
repeated string default_ip_gateway = 5;
|
|
862
|
+
google.protobuf.BoolValue dhcp_enabled = 6;
|
|
863
|
+
google.protobuf.StringValue dhcp_server = 7;
|
|
864
|
+
google.protobuf.StringValue dns_domain = 8;
|
|
865
|
+
repeated string dns_domain_suffix_search_order = 9;
|
|
866
|
+
google.protobuf.BoolValue dns_enabled_for_wins_resolution = 10;
|
|
867
|
+
google.protobuf.StringValue dns_host_name = 11;
|
|
868
|
+
repeated string dns_server_search_order = 12;
|
|
869
|
+
repeated uint32 gateway_cost_metric = 13;
|
|
870
|
+
google.protobuf.UInt32Value index = 14;
|
|
871
|
+
repeated string ip_address = 15;
|
|
872
|
+
google.protobuf.BoolValue ip_enabled = 16;
|
|
873
|
+
google.protobuf.BoolValue ip_filter_security_enabled = 17;
|
|
874
|
+
google.protobuf.BoolValue ip_port_security_enabled = 18;
|
|
875
|
+
repeated string ip_sec_permit_ip_protocols = 19;
|
|
876
|
+
repeated string ip_sec_permit_tcp_ports = 20;
|
|
877
|
+
repeated string ip_subnet = 21;
|
|
878
|
+
google.protobuf.StringValue mac_address = 22;
|
|
879
|
+
google.protobuf.BoolValue wins_enable_lm_hosts_lookup = 23;
|
|
880
|
+
google.protobuf.StringValue wins_primary_server = 24;
|
|
881
|
+
google.protobuf.StringValue wins_scope_id = 25;
|
|
882
|
+
google.protobuf.StringValue wins_secondary_server = 26;
|
|
883
|
+
google.protobuf.StringValue service_name = 27;
|
|
884
|
+
google.protobuf.BoolValue domain_dns_registration_enabled = 28;
|
|
885
|
+
google.protobuf.BoolValue full_dns_registration_enabled = 29;
|
|
886
|
+
google.protobuf.UInt32Value ip_connection_metric = 30;
|
|
887
|
+
google.protobuf.UInt32Value tcp_ip_netbios_options = 31;
|
|
881
888
|
}
|
|
882
889
|
|
|
883
890
|
/* Section element for physical memory arrays on Windows */
|
|
@@ -900,24 +907,25 @@ message WindowsPhysicalMemory {
|
|
|
900
907
|
}
|
|
901
908
|
|
|
902
909
|
message PhysicalMemory {
|
|
903
|
-
|
|
904
|
-
google.protobuf.
|
|
905
|
-
google.protobuf.
|
|
906
|
-
google.protobuf.
|
|
907
|
-
google.protobuf.UInt32Value
|
|
908
|
-
google.protobuf.UInt32Value
|
|
909
|
-
google.protobuf.
|
|
910
|
-
google.protobuf.
|
|
911
|
-
google.protobuf.UInt32Value
|
|
912
|
-
google.protobuf.UInt32Value
|
|
913
|
-
google.protobuf.UInt32Value
|
|
914
|
-
google.protobuf.
|
|
915
|
-
google.protobuf.StringValue
|
|
916
|
-
google.protobuf.StringValue
|
|
917
|
-
google.protobuf.StringValue
|
|
918
|
-
google.protobuf.
|
|
919
|
-
google.protobuf.Int32Value
|
|
920
|
-
google.protobuf.Int32Value
|
|
910
|
+
uint32 model_version = 1;
|
|
911
|
+
google.protobuf.UInt64Value capacity = 2;
|
|
912
|
+
google.protobuf.UInt32Value data_width = 3;
|
|
913
|
+
google.protobuf.StringValue device_locator = 4;
|
|
914
|
+
google.protobuf.UInt32Value form_factor = 5;
|
|
915
|
+
google.protobuf.UInt32Value interleave_data_depth = 6;
|
|
916
|
+
google.protobuf.UInt32Value interleave_position = 7;
|
|
917
|
+
google.protobuf.Int32Value memory_type = 8;
|
|
918
|
+
google.protobuf.UInt32Value position_in_row = 9;
|
|
919
|
+
google.protobuf.UInt32Value speed = 10;
|
|
920
|
+
google.protobuf.UInt32Value total_width = 11;
|
|
921
|
+
google.protobuf.UInt32Value type_detail = 12;
|
|
922
|
+
google.protobuf.StringValue manufacturer = 13;
|
|
923
|
+
google.protobuf.StringValue part_number = 14;
|
|
924
|
+
google.protobuf.StringValue serial_number = 15;
|
|
925
|
+
google.protobuf.StringValue sKU = 16;
|
|
926
|
+
google.protobuf.Int32Value configured_clock_speed = 17;
|
|
927
|
+
google.protobuf.Int32Value configured_voltage = 18;
|
|
928
|
+
google.protobuf.Int32Value sMBIOS_memory_type = 19;
|
|
921
929
|
}
|
|
922
930
|
|
|
923
931
|
/* Section element for keyboards on Windows */
|
|
@@ -1018,12 +1026,13 @@ message WindowsGroup {
|
|
|
1018
1026
|
}
|
|
1019
1027
|
|
|
1020
1028
|
message Group {
|
|
1021
|
-
|
|
1022
|
-
google.protobuf.StringValue
|
|
1023
|
-
google.protobuf.StringValue
|
|
1024
|
-
google.protobuf.StringValue
|
|
1025
|
-
google.protobuf.StringValue
|
|
1026
|
-
google.protobuf.
|
|
1029
|
+
uint32 model_version = 1;
|
|
1030
|
+
google.protobuf.StringValue caption = 2;
|
|
1031
|
+
google.protobuf.StringValue description = 3;
|
|
1032
|
+
google.protobuf.StringValue domain = 4;
|
|
1033
|
+
google.protobuf.StringValue name = 5;
|
|
1034
|
+
google.protobuf.StringValue sId = 6;
|
|
1035
|
+
google.protobuf.BoolValue local_account = 7;
|
|
1027
1036
|
}
|
|
1028
1037
|
|
|
1029
1038
|
/* Section element for floppy devices on Windows */
|
|
@@ -1032,25 +1041,26 @@ message WindowsFloppy {
|
|
|
1032
1041
|
}
|
|
1033
1042
|
|
|
1034
1043
|
message Floppy {
|
|
1035
|
-
|
|
1036
|
-
google.protobuf.
|
|
1037
|
-
google.protobuf.StringValue
|
|
1038
|
-
google.protobuf.StringValue
|
|
1039
|
-
google.protobuf.StringValue
|
|
1040
|
-
google.protobuf.StringValue
|
|
1041
|
-
google.protobuf.
|
|
1042
|
-
google.protobuf.
|
|
1043
|
-
google.protobuf.
|
|
1044
|
-
google.protobuf.
|
|
1045
|
-
google.protobuf.UInt64Value
|
|
1046
|
-
google.protobuf.
|
|
1047
|
-
google.protobuf.
|
|
1048
|
-
google.protobuf.UInt64Value
|
|
1049
|
-
google.protobuf.
|
|
1050
|
-
google.protobuf.
|
|
1051
|
-
google.protobuf.StringValue
|
|
1052
|
-
google.protobuf.StringValue
|
|
1053
|
-
google.protobuf.StringValue
|
|
1044
|
+
uint32 model_version = 1;
|
|
1045
|
+
google.protobuf.UInt32Value bytes_per_sector = 2;
|
|
1046
|
+
google.protobuf.StringValue description = 3;
|
|
1047
|
+
google.protobuf.StringValue interface_type = 4;
|
|
1048
|
+
google.protobuf.StringValue manufacturer = 5;
|
|
1049
|
+
google.protobuf.StringValue model = 6;
|
|
1050
|
+
google.protobuf.StringValue name = 7;
|
|
1051
|
+
google.protobuf.UInt32Value partitions = 8;
|
|
1052
|
+
google.protobuf.StringValue pnp_device_id = 9;
|
|
1053
|
+
google.protobuf.UInt32Value sectors_per_track = 10;
|
|
1054
|
+
google.protobuf.UInt64Value size = 11;
|
|
1055
|
+
google.protobuf.UInt64Value total_cylinders = 12;
|
|
1056
|
+
google.protobuf.UInt32Value total_heads = 13;
|
|
1057
|
+
google.protobuf.UInt64Value total_sectors = 14;
|
|
1058
|
+
google.protobuf.UInt64Value total_tracks = 15;
|
|
1059
|
+
google.protobuf.UInt32Value tracks_per_cylinder = 16;
|
|
1060
|
+
google.protobuf.StringValue device_id = 17;
|
|
1061
|
+
google.protobuf.StringValue status = 18;
|
|
1062
|
+
google.protobuf.StringValue firmware_revision = 19;
|
|
1063
|
+
google.protobuf.StringValue serial_number = 20;
|
|
1054
1064
|
}
|
|
1055
1065
|
|
|
1056
1066
|
/* Section element for features on Windows */
|
|
@@ -1191,47 +1201,48 @@ message WindowsComputerSystem {
|
|
|
1191
1201
|
}
|
|
1192
1202
|
|
|
1193
1203
|
message ComputerSystem {
|
|
1194
|
-
|
|
1195
|
-
google.protobuf.
|
|
1196
|
-
google.protobuf.BoolValue
|
|
1197
|
-
google.protobuf.
|
|
1198
|
-
google.protobuf.UInt32Value
|
|
1199
|
-
google.protobuf.
|
|
1200
|
-
google.protobuf.
|
|
1201
|
-
google.protobuf.
|
|
1202
|
-
google.protobuf.
|
|
1203
|
-
google.protobuf.
|
|
1204
|
-
google.protobuf.
|
|
1205
|
-
google.protobuf.StringValue
|
|
1206
|
-
google.protobuf.
|
|
1207
|
-
google.protobuf.UInt32Value
|
|
1208
|
-
google.protobuf.
|
|
1209
|
-
google.protobuf.
|
|
1210
|
-
google.protobuf.
|
|
1211
|
-
google.protobuf.StringValue
|
|
1212
|
-
google.protobuf.StringValue
|
|
1213
|
-
google.protobuf.
|
|
1214
|
-
google.protobuf.
|
|
1215
|
-
google.protobuf.
|
|
1216
|
-
google.protobuf.
|
|
1217
|
-
google.protobuf.UInt32Value
|
|
1218
|
-
google.protobuf.UInt32Value
|
|
1219
|
-
google.protobuf.
|
|
1220
|
-
google.protobuf.
|
|
1221
|
-
google.protobuf.
|
|
1222
|
-
google.protobuf.Int32Value
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
google.protobuf.
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
google.protobuf.
|
|
1229
|
-
google.protobuf.
|
|
1230
|
-
google.protobuf.
|
|
1231
|
-
google.protobuf.
|
|
1232
|
-
google.protobuf.
|
|
1233
|
-
google.protobuf.BoolValue
|
|
1234
|
-
google.protobuf.
|
|
1204
|
+
uint32 model_version = 1;
|
|
1205
|
+
google.protobuf.UInt32Value admin_password_status = 2;
|
|
1206
|
+
google.protobuf.BoolValue automatic_reset_boot_option = 3;
|
|
1207
|
+
google.protobuf.BoolValue automatic_reset_capability = 4;
|
|
1208
|
+
google.protobuf.UInt32Value boot_option_on_limit = 5;
|
|
1209
|
+
google.protobuf.UInt32Value boot_option_on_watch_dog = 6;
|
|
1210
|
+
google.protobuf.BoolValue boot_rom_supported = 7;
|
|
1211
|
+
google.protobuf.StringValue boot_up_state = 8;
|
|
1212
|
+
google.protobuf.UInt32Value chassis_boot_up_state = 9;
|
|
1213
|
+
google.protobuf.Int32Value current_time_zone = 10;
|
|
1214
|
+
google.protobuf.BoolValue daylight_in_effect = 11;
|
|
1215
|
+
google.protobuf.StringValue description = 12;
|
|
1216
|
+
google.protobuf.StringValue domain = 13;
|
|
1217
|
+
google.protobuf.UInt32Value domain_role = 14;
|
|
1218
|
+
google.protobuf.UInt32Value front_panel_reset_status = 15;
|
|
1219
|
+
google.protobuf.BoolValue infrared_supported = 16;
|
|
1220
|
+
google.protobuf.UInt32Value keyboard_password_status = 17;
|
|
1221
|
+
google.protobuf.StringValue manufacturer = 18;
|
|
1222
|
+
google.protobuf.StringValue name = 19;
|
|
1223
|
+
google.protobuf.StringValue model = 20;
|
|
1224
|
+
google.protobuf.BoolValue network_server_mode_enabled = 21;
|
|
1225
|
+
google.protobuf.UInt32Value number_of_processors = 22;
|
|
1226
|
+
google.protobuf.Int64Value pause_after_reset = 23;
|
|
1227
|
+
google.protobuf.UInt32Value power_on_password_status = 24;
|
|
1228
|
+
google.protobuf.UInt32Value power_state = 25;
|
|
1229
|
+
google.protobuf.UInt32Value power_supply_state = 26;
|
|
1230
|
+
google.protobuf.StringValue primary_owner_name = 27;
|
|
1231
|
+
google.protobuf.UInt32Value reset_capability = 28;
|
|
1232
|
+
google.protobuf.Int32Value reset_count = 29;
|
|
1233
|
+
google.protobuf.Int32Value reset_limit = 30;
|
|
1234
|
+
repeated string roles = 31;
|
|
1235
|
+
google.protobuf.StringValue status = 32;
|
|
1236
|
+
google.protobuf.UInt32Value system_startup_delay = 33;
|
|
1237
|
+
repeated string system_startup_options = 34;
|
|
1238
|
+
google.protobuf.BytesValue system_startup_setting = 35;
|
|
1239
|
+
google.protobuf.StringValue system_type = 36;
|
|
1240
|
+
google.protobuf.UInt32Value thermal_state = 37;
|
|
1241
|
+
google.protobuf.UInt64Value total_physical_memory = 38;
|
|
1242
|
+
google.protobuf.UInt32Value wakeup_type = 39;
|
|
1243
|
+
google.protobuf.BoolValue enable_daylight_savings_time = 40;
|
|
1244
|
+
google.protobuf.BoolValue part_of_domain = 41;
|
|
1245
|
+
google.protobuf.UInt32Value number_of_logical_processors = 42;
|
|
1235
1246
|
}
|
|
1236
1247
|
|
|
1237
1248
|
/* Section element for CD-ROM devices on Windows */
|
|
@@ -1284,25 +1295,26 @@ message WindowsBios {
|
|
|
1284
1295
|
}
|
|
1285
1296
|
|
|
1286
1297
|
message Bios {
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
google.protobuf.StringValue
|
|
1290
|
-
google.protobuf.
|
|
1291
|
-
google.protobuf.
|
|
1292
|
-
google.protobuf.StringValue
|
|
1293
|
-
google.protobuf.
|
|
1294
|
-
|
|
1295
|
-
google.protobuf.
|
|
1296
|
-
google.protobuf.StringValue
|
|
1297
|
-
google.protobuf.
|
|
1298
|
-
google.protobuf.UInt32Value
|
|
1299
|
-
google.protobuf.
|
|
1300
|
-
google.protobuf.
|
|
1301
|
-
google.protobuf.
|
|
1302
|
-
google.protobuf.
|
|
1303
|
-
google.protobuf.
|
|
1304
|
-
google.protobuf.
|
|
1305
|
-
|
|
1298
|
+
uint32 model_version = 1;
|
|
1299
|
+
repeated uint32 bios_characteristics = 2;
|
|
1300
|
+
google.protobuf.StringValue caption = 3;
|
|
1301
|
+
google.protobuf.StringValue current_language = 4;
|
|
1302
|
+
google.protobuf.UInt32Value installable_languages = 5;
|
|
1303
|
+
google.protobuf.StringValue manufacturer = 6;
|
|
1304
|
+
google.protobuf.StringValue name = 7;
|
|
1305
|
+
google.protobuf.BoolValue primary_bios = 8;
|
|
1306
|
+
optional google.protobuf.Timestamp release_date = 9;
|
|
1307
|
+
google.protobuf.StringValue serial_number = 10;
|
|
1308
|
+
google.protobuf.StringValue sMBIOS_bIOS_version = 11;
|
|
1309
|
+
google.protobuf.UInt32Value sMBIOS_major_version = 12;
|
|
1310
|
+
google.protobuf.UInt32Value SMBIOS_minor_version = 13;
|
|
1311
|
+
google.protobuf.BoolValue sMBIOS_present = 14;
|
|
1312
|
+
google.protobuf.StringValue software_element_id = 15;
|
|
1313
|
+
google.protobuf.UInt32Value software_element_state = 16;
|
|
1314
|
+
google.protobuf.StringValue status = 17;
|
|
1315
|
+
google.protobuf.UInt32Value target_operating_system = 18;
|
|
1316
|
+
google.protobuf.StringValue version = 19;
|
|
1317
|
+
repeated string bios_version = 20;
|
|
1306
1318
|
}
|
|
1307
1319
|
|
|
1308
1320
|
/* Section element for battery info on Windows */
|
|
@@ -1359,9 +1371,10 @@ message WindowsAntivirus {
|
|
|
1359
1371
|
}
|
|
1360
1372
|
|
|
1361
1373
|
message Antivirus {
|
|
1362
|
-
|
|
1363
|
-
google.protobuf.StringValue
|
|
1364
|
-
google.protobuf.
|
|
1374
|
+
uint32 model_version = 1;
|
|
1375
|
+
google.protobuf.StringValue display_name = 2;
|
|
1376
|
+
google.protobuf.StringValue instance_guid = 3;
|
|
1377
|
+
google.protobuf.UInt32Value product_state= 4;
|
|
1365
1378
|
}
|
|
1366
1379
|
|
|
1367
1380
|
/* Section element for PS log entries on Windows */
|