@lansweeper/discovery-sensor-proto 2.72.0 → 2.73.1
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/gen-proto/discovery_sections_api_pb.d.ts +111 -1237
- package/gen-proto/discovery_sections_api_pb.js +1438 -10924
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_api.proto +19 -247
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.
|
|
4
|
+
"version": "2.73.1",
|
|
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": "0223180f09038f489f16a773444ad00f64320ca3"
|
|
20
20
|
}
|
|
@@ -663,6 +663,22 @@ message Office365Organization {
|
|
|
663
663
|
repeated Office365License licenses = 15;
|
|
664
664
|
repeated Office365AssignedPlan assigned_plans = 16;
|
|
665
665
|
repeated Office365Contact contacts = 17;
|
|
666
|
+
repeated Office365Mailbox mailboxes = 18;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
message Office365Mailbox {
|
|
670
|
+
google.protobuf.StringValue o365_mailbox_id = 1;
|
|
671
|
+
google.protobuf.StringValue o365_organization_id = 2;
|
|
672
|
+
google.protobuf.StringValue display_name = 3;
|
|
673
|
+
google.protobuf.StringValue primary_email = 4;
|
|
674
|
+
google.protobuf.StringValue email_address = 5;
|
|
675
|
+
google.protobuf.StringValue alias = 6;
|
|
676
|
+
google.protobuf.StringValue recipient_type = 7;
|
|
677
|
+
google.protobuf.StringValue recipient_type_details = 8;
|
|
678
|
+
google.protobuf.StringValue user_principal_name = 9;
|
|
679
|
+
google.protobuf.StringValue identity = 10;
|
|
680
|
+
google.protobuf.StringValue o365_mailbox_key = 11;
|
|
681
|
+
google.protobuf.StringValue o365_organization_key = 12;
|
|
666
682
|
}
|
|
667
683
|
|
|
668
684
|
message Office365AssignedPlan {
|
|
@@ -702,6 +718,7 @@ message Office365Group {
|
|
|
702
718
|
google.protobuf.StringValue mail_nickname = 7;
|
|
703
719
|
google.protobuf.StringValue proxy_addresses = 8;
|
|
704
720
|
repeated Office365User users = 9;
|
|
721
|
+
google.protobuf.StringValue type = 10;
|
|
705
722
|
}
|
|
706
723
|
|
|
707
724
|
message Office365License {
|
|
@@ -715,6 +732,7 @@ message Office365License {
|
|
|
715
732
|
google.protobuf.StringValue capability_status = 8;
|
|
716
733
|
repeated Office365User users = 9;
|
|
717
734
|
repeated Office365ServicePlan service_plans = 10;
|
|
735
|
+
google.protobuf.StringValue name = 11;
|
|
718
736
|
}
|
|
719
737
|
|
|
720
738
|
message Office365ServicePlan {
|
|
@@ -765,253 +783,7 @@ message Office365User {
|
|
|
765
783
|
google.protobuf.BoolValue reset_password_on_next_logon = 39;
|
|
766
784
|
repeated Office365AssignedPlan assigned_plans = 40;
|
|
767
785
|
google.protobuf.StringValue name = 41;
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
/* ESXI API scanning root object */
|
|
771
|
-
message Esxi {
|
|
772
|
-
option deprecated = true;
|
|
773
|
-
google.protobuf.StringValue hostname = 1;
|
|
774
|
-
google.protobuf.StringValue version = 2;
|
|
775
|
-
google.protobuf.StringValue datacenter_id = 3;
|
|
776
|
-
string internal_key = 4;
|
|
777
|
-
google.protobuf.StringValue parent_folder = 5;
|
|
778
|
-
VmwareProductInfo product_info = 6;
|
|
779
|
-
google.protobuf.BoolValue admin_disabled = 7;
|
|
780
|
-
repeated VirtualMachine virtual_machines = 8;
|
|
781
|
-
repeated VmwareNetwork network_devices = 9;
|
|
782
|
-
repeated Datastore datastores = 10;
|
|
783
|
-
google.protobuf.StringValue dns_addresses = 11;
|
|
784
|
-
google.protobuf.StringValue default_gateway = 12;
|
|
785
|
-
google.protobuf.StringValue domain_name = 13;
|
|
786
|
-
google.protobuf.BoolValue dhcp = 14;
|
|
787
|
-
google.protobuf.StringValue connection_state = 15;
|
|
788
|
-
google.protobuf.StringValue power_state = 16;
|
|
789
|
-
optional google.protobuf.Timestamp boot_time = 17;
|
|
790
|
-
google.protobuf.Int64Value up_time = 18;
|
|
791
|
-
google.protobuf.Int64Value host_max_virtual_disk_capacity = 19;
|
|
792
|
-
google.protobuf.StringValue ip_address = 20;
|
|
793
|
-
google.protobuf.Int32Value port = 21;
|
|
794
|
-
google.protobuf.StringValue ssl_thumbprint = 22;
|
|
795
|
-
google.protobuf.StringValue management_server_ip = 23;
|
|
796
|
-
google.protobuf.StringValue vendor = 24;
|
|
797
|
-
google.protobuf.StringValue model = 25;
|
|
798
|
-
google.protobuf.StringValue uuid = 26;
|
|
799
|
-
google.protobuf.Int64Value memory_size = 27;
|
|
800
|
-
google.protobuf.StringValue cpu_model = 28;
|
|
801
|
-
google.protobuf.Int32Value cpu_mhz = 29;
|
|
802
|
-
google.protobuf.Int32Value num_cpu_packages = 30;
|
|
803
|
-
google.protobuf.StringValue cpu_packages_descriptions = 31;
|
|
804
|
-
google.protobuf.Int32Value num_cpu_cores = 32;
|
|
805
|
-
google.protobuf.Int32Value num_cpu_threads = 33;
|
|
806
|
-
google.protobuf.Int32Value num_nics = 34;
|
|
807
|
-
google.protobuf.Int32Value num_hbas = 35;
|
|
808
|
-
google.protobuf.StringValue bios_version = 36;
|
|
809
|
-
optional google.protobuf.Timestamp bios_date = 37;
|
|
810
|
-
google.protobuf.StringValue serial = 38;
|
|
811
|
-
google.protobuf.BoolValue ht_active = 39;
|
|
812
|
-
google.protobuf.BoolValue ht_available = 40;
|
|
813
|
-
google.protobuf.Int32Value num_cpu = 41;
|
|
814
|
-
google.protobuf.Int32Value num_cores_per_socket = 42;
|
|
815
|
-
google.protobuf.StringValue mac_address = 43;
|
|
816
|
-
google.protobuf.StringValue full_host_name = 44;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
/* VCenter API scanning root object */
|
|
820
|
-
message VCenter {
|
|
821
|
-
option deprecated = true;
|
|
822
|
-
VmwareProductInfo product_info = 1;
|
|
823
|
-
repeated DataCenter datacenters = 2;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
message VmwareProductInfo {
|
|
827
|
-
option deprecated = true;
|
|
828
|
-
google.protobuf.StringValue name = 1;
|
|
829
|
-
google.protobuf.StringValue api_type = 2;
|
|
830
|
-
google.protobuf.StringValue api_version = 3;
|
|
831
|
-
google.protobuf.StringValue build = 4;
|
|
832
|
-
google.protobuf.StringValue full_name = 5;
|
|
833
|
-
google.protobuf.StringValue instance_uuid = 6;
|
|
834
|
-
google.protobuf.StringValue license_product_name = 7;
|
|
835
|
-
google.protobuf.StringValue license_product_version = 8;
|
|
836
|
-
google.protobuf.StringValue locale_build = 9;
|
|
837
|
-
google.protobuf.StringValue locale_version = 10;
|
|
838
|
-
google.protobuf.StringValue os_type = 11;
|
|
839
|
-
google.protobuf.StringValue product_line_id = 12;
|
|
840
|
-
google.protobuf.StringValue vendor = 13;
|
|
841
|
-
google.protobuf.StringValue version = 14;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
message VmwareDisk {
|
|
845
|
-
option deprecated = true;
|
|
846
|
-
google.protobuf.StringValue name = 1;
|
|
847
|
-
google.protobuf.StringValue url = 2;
|
|
848
|
-
int64 total_space = 3;
|
|
849
|
-
int64 free_space = 4;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
message Datastore {
|
|
853
|
-
option deprecated = true;
|
|
854
|
-
google.protobuf.StringValue internal_key = 1;
|
|
855
|
-
google.protobuf.Int32Value datacenter_id = 2;
|
|
856
|
-
google.protobuf.Int32Value datastore_cluster_id = 3;
|
|
857
|
-
repeated VmwareDisk disks = 4;
|
|
858
|
-
google.protobuf.Int64Value uncommitted = 5;
|
|
859
|
-
google.protobuf.BoolValue accessible = 6;
|
|
860
|
-
google.protobuf.BoolValue multiple_host_access = 7;
|
|
861
|
-
google.protobuf.StringValue type = 8;
|
|
862
|
-
google.protobuf.StringValue maintenance_mode = 9;
|
|
863
|
-
google.protobuf.Int64Value max_physical_rdm_file_size = 10;
|
|
864
|
-
google.protobuf.Int64Value max_virtual_rdm_file_size = 11;
|
|
865
|
-
google.protobuf.Int64Value max_file_size = 12;
|
|
866
|
-
google.protobuf.Int64Value max_virtual_disk_capacity = 13;
|
|
867
|
-
google.protobuf.Int64Value max_memory_file_size = 14;
|
|
868
|
-
optional google.protobuf.Timestamp timestamp = 15;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
message DatastoreClusterDrsPodConfigRule {
|
|
872
|
-
option deprecated = true;
|
|
873
|
-
google.protobuf.StringValue name = 1;
|
|
874
|
-
google.protobuf.BoolValue enabled = 2;
|
|
875
|
-
google.protobuf.Int32Value type = 3;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
message DatastoreClusterDrsVmOverride {
|
|
879
|
-
option deprecated = true;
|
|
880
|
-
google.protobuf.BoolValue enabled = 1;
|
|
881
|
-
google.protobuf.StringValue behaviour = 2;
|
|
882
|
-
google.protobuf.BoolValue intra_vm_affinity = 3;
|
|
883
|
-
google.protobuf.StringValue intra_vm_anti_affinity = 4;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
message DatastoreCluster {
|
|
887
|
-
option deprecated = true;
|
|
888
|
-
string internal_key = 1;
|
|
889
|
-
google.protobuf.StringValue name = 2;
|
|
890
|
-
int64 capacity = 3;
|
|
891
|
-
int64 free_space = 4;
|
|
892
|
-
optional DatastoreClusterStorageDrs datastore_cluster_storage_drs = 5;
|
|
893
|
-
repeated Datastore datastores = 6;
|
|
894
|
-
repeated DatastoreClusterDrsPodConfigRule datastore_cluster_drs_pod_config_rules = 7;
|
|
895
|
-
repeated DatastoreClusterDrsVmOverride datastore_cluster_drs_vm_overrides = 8;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
message DatastoreClusterStorageDrs {
|
|
899
|
-
option deprecated = true;
|
|
900
|
-
bool enabled = 1;
|
|
901
|
-
bool io_load_balance_enabled = 2;
|
|
902
|
-
google.protobuf.StringValue default_vm_behaviour = 3;
|
|
903
|
-
google.protobuf.Int32Value load_balance_interval = 4;
|
|
904
|
-
google.protobuf.BoolValue default_intra_vm_affinity = 5;
|
|
905
|
-
google.protobuf.Int32Value space_utilization_threshold = 6;
|
|
906
|
-
google.protobuf.Int32Value min_space_utilization_difference = 7;
|
|
907
|
-
google.protobuf.Int32Value io_latency_threshold = 8;
|
|
908
|
-
google.protobuf.Int32Value io_load_imbalance_threshold = 9;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
message VmwareGuestNetwork {
|
|
912
|
-
option deprecated = true;
|
|
913
|
-
google.protobuf.StringValue name = 1;
|
|
914
|
-
google.protobuf.StringValue dns_addresses = 2;
|
|
915
|
-
google.protobuf.StringValue domain_name = 3;
|
|
916
|
-
google.protobuf.BoolValue ipv4_dhcp_enabled = 4;
|
|
917
|
-
google.protobuf.BoolValue ipv6_dhcp_enabled = 5;
|
|
918
|
-
google.protobuf.StringValue ipv6_addresses = 6;
|
|
919
|
-
google.protobuf.BoolValue is_connected = 7;
|
|
920
|
-
google.protobuf.StringValue mac = 8;
|
|
921
|
-
google.protobuf.StringValue ip_address = 9;
|
|
922
|
-
google.protobuf.StringValue subnet_mask = 10;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
message Snapshot {
|
|
926
|
-
option deprecated = true;
|
|
927
|
-
string internal_key = 1;
|
|
928
|
-
google.protobuf.StringValue name = 2;
|
|
929
|
-
google.protobuf.Timestamp create_time = 3;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
message AssetMacAddress {
|
|
933
|
-
option deprecated = true;
|
|
934
|
-
google.protobuf.StringValue mac = 1;
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
message VirtualMachine {
|
|
938
|
-
option deprecated = true;
|
|
939
|
-
string internal_key = 1;
|
|
940
|
-
google.protobuf.StringValue esxi_key = 2;
|
|
941
|
-
optional google.protobuf.Timestamp boot_time = 3;
|
|
942
|
-
repeated VmwareGuestNetwork network_devices = 4;
|
|
943
|
-
google.protobuf.StringValue guest_id = 5;
|
|
944
|
-
google.protobuf.StringValue guest_full_name = 6;
|
|
945
|
-
google.protobuf.StringValue host_name = 7;
|
|
946
|
-
google.protobuf.StringValue domain_name = 8;
|
|
947
|
-
google.protobuf.StringValue fqdn = 9;
|
|
948
|
-
google.protobuf.StringValue version = 10;
|
|
949
|
-
google.protobuf.StringValue ipv4_address = 11;
|
|
950
|
-
google.protobuf.StringValue config_name = 12;
|
|
951
|
-
google.protobuf.DoubleValue memory_size_mb = 13;
|
|
952
|
-
google.protobuf.Int32Value num_cpu = 14;
|
|
953
|
-
google.protobuf.Int32Value num_ethernet_cards = 15;
|
|
954
|
-
google.protobuf.Int32Value num_virtual_disks = 16;
|
|
955
|
-
google.protobuf.StringValue uuid = 17;
|
|
956
|
-
google.protobuf.StringValue instance_uuid = 18;
|
|
957
|
-
google.protobuf.Int64Value unshared_storage = 19;
|
|
958
|
-
google.protobuf.StringValue is_running = 20;
|
|
959
|
-
repeated Snapshot snapshots = 21;
|
|
960
|
-
google.protobuf.StringValue tools_version = 22;
|
|
961
|
-
google.protobuf.StringValue tools_status = 23;
|
|
962
|
-
google.protobuf.StringValue tools_version_status = 24;
|
|
963
|
-
google.protobuf.StringValue tools_running_status = 25;
|
|
964
|
-
google.protobuf.StringValue mac_address = 26;
|
|
965
|
-
bool is_vm_ware_guest = 27;
|
|
966
|
-
repeated AssetMacAddress asset_mac_addresses = 28;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
enum NetworkType {
|
|
970
|
-
option deprecated = true;
|
|
971
|
-
no_network_type = 0;
|
|
972
|
-
physical = 1;
|
|
973
|
-
virtual = 2;
|
|
974
|
-
console = 3;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
message VmwareNetwork {
|
|
978
|
-
option deprecated = true;
|
|
979
|
-
google.protobuf.Int32Value asset_id = 1;
|
|
980
|
-
google.protobuf.StringValue name = 2;
|
|
981
|
-
NetworkType network_type = 3;
|
|
982
|
-
google.protobuf.StringValue ipv6_addresses = 4;
|
|
983
|
-
google.protobuf.Int32Value speed = 5;
|
|
984
|
-
google.protobuf.Int32Value mtu = 6;
|
|
985
|
-
google.protobuf.StringValue mac = 7;
|
|
986
|
-
google.protobuf.StringValue ip_address = 8;
|
|
987
|
-
google.protobuf.StringValue subnet_mask = 9;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
message EsxiCluster {
|
|
991
|
-
option deprecated = true;
|
|
992
|
-
google.protobuf.StringValue name = 1;
|
|
993
|
-
google.protobuf.StringValue internal_key = 2;
|
|
994
|
-
google.protobuf.StringValue parent_folder = 3;
|
|
995
|
-
repeated Esxi hosts = 4;
|
|
996
|
-
int32 total_cpu = 5;
|
|
997
|
-
int64 total_memory = 6;
|
|
998
|
-
int32 num_cpu_cores = 7;
|
|
999
|
-
int32 num_cpu_threads = 8;
|
|
1000
|
-
int32 effective_cpu = 9;
|
|
1001
|
-
int64 effective_memory = 10;
|
|
1002
|
-
int32 num_hosts = 11;
|
|
1003
|
-
int32 num_effective_hosts = 12;
|
|
1004
|
-
google.protobuf.StringValue overall_status = 13;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
message DataCenter {
|
|
1008
|
-
option deprecated = true;
|
|
1009
|
-
string internal_key = 1;
|
|
1010
|
-
google.protobuf.StringValue name = 2;
|
|
1011
|
-
repeated Datastore datastores = 3;
|
|
1012
|
-
repeated DatastoreCluster datastore_clusters = 4;
|
|
1013
|
-
repeated Esxi hosts = 5;
|
|
1014
|
-
repeated EsxiCluster host_clusters = 6;
|
|
786
|
+
google.protobuf.StringValue type = 42;
|
|
1015
787
|
}
|
|
1016
788
|
|
|
1017
789
|
/* Citrix API scanning root object */
|