@lansweeper/discovery-sensor-proto 2.75.0 → 2.76.0
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.
|
|
4
|
+
"version": "2.76.0",
|
|
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": "1df79888f42c07c36c526ee84f2ae37549fc9e03"
|
|
20
20
|
}
|
|
@@ -786,323 +786,3 @@ message Office365User {
|
|
|
786
786
|
google.protobuf.StringValue name = 41;
|
|
787
787
|
google.protobuf.StringValue type = 42;
|
|
788
788
|
}
|
|
789
|
-
|
|
790
|
-
/* Citrix API scanning root object */
|
|
791
|
-
message CitrixScanResult {
|
|
792
|
-
uint32 citrix_connection_result = 1;
|
|
793
|
-
CitrixPool citrix_pool = 2;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
message CitrixPhysicalBlockDevice {
|
|
797
|
-
bool currently_attached = 1;
|
|
798
|
-
google.protobuf.StringValue location = 2;
|
|
799
|
-
google.protobuf.StringValue username = 3;
|
|
800
|
-
google.protobuf.StringValue type = 4;
|
|
801
|
-
google.protobuf.StringValue version = 5;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
message CitrixVirtualDiskImage {
|
|
805
|
-
google.protobuf.StringValue name = 1;
|
|
806
|
-
google.protobuf.StringValue description = 2;
|
|
807
|
-
bool allow_caching = 3;
|
|
808
|
-
bool is_a_snapshot = 4;
|
|
809
|
-
google.protobuf.StringValue location = 5;
|
|
810
|
-
bool managed = 6;
|
|
811
|
-
bool metadata_latest = 7;
|
|
812
|
-
bool missing = 8;
|
|
813
|
-
google.protobuf.StringValue on_boot = 9;
|
|
814
|
-
int64 physical_utilisation = 10;
|
|
815
|
-
bool read_only = 11;
|
|
816
|
-
bool sharable = 12;
|
|
817
|
-
bool storage_lock = 13;
|
|
818
|
-
google.protobuf.StringValue tags = 14;
|
|
819
|
-
google.protobuf.StringValue type = 15;
|
|
820
|
-
int64 virtual_size = 16;
|
|
821
|
-
google.protobuf.StringValue host_uuid = 17;
|
|
822
|
-
repeated string virtual_block_device_uuids = 18;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
message CitrixStorage {
|
|
826
|
-
google.protobuf.StringValue name = 1;
|
|
827
|
-
google.protobuf.StringValue description = 2;
|
|
828
|
-
int64 physical_size = 3;
|
|
829
|
-
int64 physical_utilization = 4;
|
|
830
|
-
google.protobuf.StringValue type = 5;
|
|
831
|
-
google.protobuf.StringValue content_type = 6;
|
|
832
|
-
bool clustered = 7;
|
|
833
|
-
bool is_tools_storage = 8;
|
|
834
|
-
bool local_cache = 9;
|
|
835
|
-
bool shared = 10;
|
|
836
|
-
google.protobuf.StringValue tags = 11;
|
|
837
|
-
int64 virtual_allocation = 12;
|
|
838
|
-
repeated string host_uuids = 13;
|
|
839
|
-
google.protobuf.StringValue storage_ref = 14;
|
|
840
|
-
repeated CitrixPhysicalBlockDevice physical_block_devices = 15;
|
|
841
|
-
repeated CitrixVirtualDiskImage virtual_disk_images = 16;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
message CitrixPci {
|
|
845
|
-
google.protobuf.StringValue class_name = 1;
|
|
846
|
-
google.protobuf.StringValue device_name = 2;
|
|
847
|
-
google.protobuf.StringValue subsystem_device_name = 3;
|
|
848
|
-
google.protobuf.StringValue subsystem_vendor_name = 4;
|
|
849
|
-
google.protobuf.StringValue vendor_name = 5;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
message CitrixGuestExtraInfo {
|
|
853
|
-
int32 info_type_id = 1;
|
|
854
|
-
google.protobuf.StringValue key = 2;
|
|
855
|
-
google.protobuf.StringValue value = 3;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
message CitrixHostPatch {
|
|
859
|
-
google.protobuf.StringValue name = 1;
|
|
860
|
-
google.protobuf.StringValue description = 2;
|
|
861
|
-
int64 size = 3;
|
|
862
|
-
optional google.protobuf.Timestamp applied = 4;
|
|
863
|
-
google.protobuf.StringValue version = 5;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
message CitrixHostPhysicalCpu {
|
|
867
|
-
int64 family = 1;
|
|
868
|
-
google.protobuf.StringValue features = 2;
|
|
869
|
-
google.protobuf.StringValue flags = 3;
|
|
870
|
-
int64 model = 4;
|
|
871
|
-
google.protobuf.StringValue model_name = 5;
|
|
872
|
-
int64 number_of_cpus = 6;
|
|
873
|
-
int64 speed = 7;
|
|
874
|
-
google.protobuf.StringValue stepping = 8;
|
|
875
|
-
google.protobuf.StringValue vendor = 9;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
message CitrixHostCrashDump {
|
|
879
|
-
int64 size = 1;
|
|
880
|
-
google.protobuf.Timestamp timestamp = 2;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
message CitrixHost {
|
|
884
|
-
google.protobuf.StringValue hostname = 1;
|
|
885
|
-
google.protobuf.StringValue name = 2;
|
|
886
|
-
google.protobuf.StringValue description = 3;
|
|
887
|
-
bool is_master = 4;
|
|
888
|
-
google.protobuf.StringValue address = 5;
|
|
889
|
-
google.protobuf.StringValue edition = 6;
|
|
890
|
-
bool enabled = 7;
|
|
891
|
-
google.protobuf.StringValue external_authentication_service_name = 8;
|
|
892
|
-
google.protobuf.StringValue external_authentication_type = 9;
|
|
893
|
-
google.protobuf.Int64Value memory_overhead = 10;
|
|
894
|
-
google.protobuf.StringValue power_on_mode = 11;
|
|
895
|
-
google.protobuf.StringValue scheduler_policy = 12;
|
|
896
|
-
google.protobuf.StringValue tags = 13;
|
|
897
|
-
google.protobuf.StringValue display = 14;
|
|
898
|
-
optional google.protobuf.Timestamp last_updated = 15;
|
|
899
|
-
google.protobuf.BoolValue live = 16;
|
|
900
|
-
google.protobuf.Int64Value memory_free = 17;
|
|
901
|
-
google.protobuf.Int64Value memory_total = 18;
|
|
902
|
-
google.protobuf.StringValue host_uuid = 19;
|
|
903
|
-
google.protobuf.StringValue crash_dump_storage_ref = 20;
|
|
904
|
-
google.protobuf.StringValue local_cache_storage_ref = 21;
|
|
905
|
-
google.protobuf.StringValue suspend_image_storage_ref = 22;
|
|
906
|
-
repeated CitrixStorage storages = 23;
|
|
907
|
-
repeated CitrixPhysicalInterface physical_interfaces = 24;
|
|
908
|
-
repeated CitrixGuest guests = 25;
|
|
909
|
-
repeated CitrixPci pcis = 26;
|
|
910
|
-
repeated CitrixHostExtraInfo extra_infos = 27;
|
|
911
|
-
repeated CitrixHostPatch patches = 28;
|
|
912
|
-
repeated CitrixHostPhysicalCpu physical_cpus = 29;
|
|
913
|
-
repeated CitrixHostCrashDump crash_dumps = 30;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
message CitrixNetwork {
|
|
917
|
-
google.protobuf.StringValue name = 1;
|
|
918
|
-
google.protobuf.StringValue description = 2;
|
|
919
|
-
google.protobuf.StringValue bridge = 3;
|
|
920
|
-
int64 mtu = 4;
|
|
921
|
-
google.protobuf.StringValue tags = 5;
|
|
922
|
-
repeated CitrixPhysicalInterface physical_interfaces = 6;
|
|
923
|
-
repeated CitrixVirtualInterface virtual_interfaces = 7;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
message CitrixPhysicalInterface {
|
|
927
|
-
google.protobuf.StringValue device_name = 1;
|
|
928
|
-
google.protobuf.StringValue mac = 2;
|
|
929
|
-
int64 mtu = 3;
|
|
930
|
-
google.protobuf.StringValue dns = 4;
|
|
931
|
-
google.protobuf.StringValue ip = 5;
|
|
932
|
-
google.protobuf.StringValue netmask = 6;
|
|
933
|
-
google.protobuf.StringValue gateway = 7;
|
|
934
|
-
google.protobuf.StringValue vendor = 8;
|
|
935
|
-
int64 speed = 9;
|
|
936
|
-
optional google.protobuf.Timestamp last_updated = 10;
|
|
937
|
-
bool currently_attached = 11;
|
|
938
|
-
bool disallow_unplug = 12;
|
|
939
|
-
google.protobuf.StringValue ip_v6 = 13;
|
|
940
|
-
google.protobuf.StringValue device = 14;
|
|
941
|
-
google.protobuf.StringValue ip_configuration_mode = 15;
|
|
942
|
-
google.protobuf.StringValue ip_v6_configuration_mode = 16;
|
|
943
|
-
google.protobuf.StringValue ip_v6_gateway = 17;
|
|
944
|
-
bool managed = 18;
|
|
945
|
-
bool management = 19;
|
|
946
|
-
bool physical = 20;
|
|
947
|
-
google.protobuf.StringValue primary_address_type = 21;
|
|
948
|
-
bool carier = 22;
|
|
949
|
-
bool duplex = 23;
|
|
950
|
-
google.protobuf.StringValue device_id = 24;
|
|
951
|
-
google.protobuf.StringValue pci_bus_path = 25;
|
|
952
|
-
google.protobuf.StringValue vendor_id = 26;
|
|
953
|
-
google.protobuf.StringValue vendor_name = 27;
|
|
954
|
-
google.protobuf.StringValue host_uuid = 28;
|
|
955
|
-
google.protobuf.StringValue interface_uuid = 29;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
message CitrixPoolOtherConfiguration {
|
|
959
|
-
google.protobuf.StringValue key = 1;
|
|
960
|
-
google.protobuf.StringValue value = 2;
|
|
961
|
-
bool is_custom_field = 3;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
message CitrixPoolRestriction {
|
|
965
|
-
google.protobuf.StringValue key = 1;
|
|
966
|
-
google.protobuf.StringValue value = 2;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
message CitrixPoolPatch {
|
|
970
|
-
google.protobuf.StringValue name = 1;
|
|
971
|
-
google.protobuf.StringValue description = 2;
|
|
972
|
-
int64 size = 3;
|
|
973
|
-
google.protobuf.StringValue version = 4;
|
|
974
|
-
google.protobuf.StringValue after_apply_guidance = 5;
|
|
975
|
-
google.protobuf.BoolValue applied = 6;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
message CitrixVirtualInterfaceAddress {
|
|
979
|
-
uint32 ip_version = 1;
|
|
980
|
-
google.protobuf.StringValue ip = 2;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
message CitrixVirtualInterface {
|
|
984
|
-
google.protobuf.StringValue device = 1;
|
|
985
|
-
google.protobuf.StringValue mac = 2;
|
|
986
|
-
bool mac_auto_generated = 3;
|
|
987
|
-
int64 mtu = 4;
|
|
988
|
-
int64 status_code = 5;
|
|
989
|
-
google.protobuf.StringValue status_details = 6;
|
|
990
|
-
bool currently_attached = 7;
|
|
991
|
-
google.protobuf.StringValue qos_algorithm_type = 8;
|
|
992
|
-
google.protobuf.StringValue qos_algorithms = 9;
|
|
993
|
-
google.protobuf.StringValue locking_mode = 10;
|
|
994
|
-
google.protobuf.StringValue host_uuid = 11;
|
|
995
|
-
google.protobuf.StringValue vm_ref = 12;
|
|
996
|
-
google.protobuf.StringValue interface_uuid = 13;
|
|
997
|
-
repeated CitrixVirtualInterfaceAddress addresses = 14;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
message CitrixHostExtraInfo {
|
|
1001
|
-
int32 info_type_id = 1;
|
|
1002
|
-
google.protobuf.StringValue key = 2;
|
|
1003
|
-
google.protobuf.StringValue value = 3;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
message CitrixVirtualBlockDevice {
|
|
1007
|
-
bool bootable = 1;
|
|
1008
|
-
bool currently_attached = 2;
|
|
1009
|
-
google.protobuf.StringValue device = 3;
|
|
1010
|
-
bool empty = 4;
|
|
1011
|
-
google.protobuf.StringValue mode = 5;
|
|
1012
|
-
google.protobuf.StringValue qos_algorithm_parameters = 6;
|
|
1013
|
-
google.protobuf.StringValue qos_algorithm_type = 7;
|
|
1014
|
-
google.protobuf.StringValue qos_supported_algorithms = 8;
|
|
1015
|
-
google.protobuf.StringValue runtime_properties = 9;
|
|
1016
|
-
int64 status_code = 10;
|
|
1017
|
-
google.protobuf.StringValue status_details = 11;
|
|
1018
|
-
bool storage_lock = 12;
|
|
1019
|
-
google.protobuf.StringValue type = 13;
|
|
1020
|
-
bool unpluggable = 14;
|
|
1021
|
-
google.protobuf.StringValue user_device = 15;
|
|
1022
|
-
google.protobuf.StringValue virtual_block_device_uuid = 16;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
message CitrixGuest {
|
|
1026
|
-
google.protobuf.StringValue name = 1;
|
|
1027
|
-
google.protobuf.StringValue description = 2;
|
|
1028
|
-
int64 memory = 3;
|
|
1029
|
-
int64 cpu_count = 4;
|
|
1030
|
-
google.protobuf.StringValue state = 5;
|
|
1031
|
-
bool live = 6;
|
|
1032
|
-
optional google.protobuf.Timestamp last_updated = 7;
|
|
1033
|
-
google.protobuf.StringValue hvm_boot_policy = 8;
|
|
1034
|
-
double hvm_shadow_multiplier = 9;
|
|
1035
|
-
google.protobuf.StringValue pci_bus = 10;
|
|
1036
|
-
google.protobuf.StringValue pv_arguments = 11;
|
|
1037
|
-
google.protobuf.StringValue pv_bootloader = 12;
|
|
1038
|
-
google.protobuf.StringValue pv_bootloader_arguments = 13;
|
|
1039
|
-
google.protobuf.StringValue pv_kernel = 14;
|
|
1040
|
-
google.protobuf.StringValue pv_legacy_arguments = 15;
|
|
1041
|
-
google.protobuf.StringValue pv_ramdisk = 16;
|
|
1042
|
-
google.protobuf.StringValue actions_after_crash = 17;
|
|
1043
|
-
google.protobuf.StringValue actions_after_reboot = 18;
|
|
1044
|
-
google.protobuf.StringValue actions_after_shutdown = 19;
|
|
1045
|
-
bool ha_always_run = 20;
|
|
1046
|
-
google.protobuf.StringValue ha_restart_priority = 21;
|
|
1047
|
-
int64 hardware_platform_version = 22;
|
|
1048
|
-
google.protobuf.StringValue last_booted_record = 23;
|
|
1049
|
-
int64 memory_dynamic_max = 24;
|
|
1050
|
-
int64 memory_dynamic_min = 25;
|
|
1051
|
-
int64 memory_overhead = 26;
|
|
1052
|
-
int64 memory_static_max = 27;
|
|
1053
|
-
int64 memory_static_min = 28;
|
|
1054
|
-
int64 memory_target = 29;
|
|
1055
|
-
int64 order = 30;
|
|
1056
|
-
google.protobuf.StringValue power_state = 31;
|
|
1057
|
-
int64 shutdown_delay = 32;
|
|
1058
|
-
int64 start_delay = 33;
|
|
1059
|
-
google.protobuf.StringValue tags = 34;
|
|
1060
|
-
int64 user_version = 35;
|
|
1061
|
-
int64 version = 36;
|
|
1062
|
-
optional google.protobuf.Timestamp install_time = 37;
|
|
1063
|
-
optional google.protobuf.Timestamp start_time = 38;
|
|
1064
|
-
google.protobuf.StringValue host_uuid = 39;
|
|
1065
|
-
google.protobuf.StringValue guest_uuid = 40;
|
|
1066
|
-
repeated CitrixVirtualInterface virtual_interfaces = 41;
|
|
1067
|
-
repeated CitrixGuestExtraInfo extra_infos = 42;
|
|
1068
|
-
repeated CitrixVirtualBlockDevice virtual_block_devices = 43;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
message CitrixAppliance {
|
|
1072
|
-
google.protobuf.StringValue name = 1;
|
|
1073
|
-
google.protobuf.StringValue description = 2;
|
|
1074
|
-
repeated CitrixGuest guests = 3;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
message CitrixTemplate {
|
|
1078
|
-
google.protobuf.StringValue name = 1;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
message CitrixPool {
|
|
1082
|
-
google.protobuf.StringValue name = 1;
|
|
1083
|
-
google.protobuf.StringValue description = 2;
|
|
1084
|
-
bool redo_log = 3;
|
|
1085
|
-
google.protobuf.StringValue tags = 4;
|
|
1086
|
-
google.protobuf.StringValue v_switch_controller = 5;
|
|
1087
|
-
bool high_availability = 6;
|
|
1088
|
-
bool high_availability_allow_overcommit = 7;
|
|
1089
|
-
bool high_availability_overcommitted = 8;
|
|
1090
|
-
int64 high_availability_host_failures_to_tolerate = 9;
|
|
1091
|
-
int64 high_availability_plan_exists_for = 10;
|
|
1092
|
-
bool workload_balancing = 11;
|
|
1093
|
-
google.protobuf.StringValue workload_balancing_url = 12;
|
|
1094
|
-
google.protobuf.StringValue workload_balancing_username = 13;
|
|
1095
|
-
bool workload_balancing_verify_cert = 14;
|
|
1096
|
-
google.protobuf.StringValue master_host_uuid = 15;
|
|
1097
|
-
google.protobuf.StringValue crash_dump_storage_ref = 16;
|
|
1098
|
-
google.protobuf.StringValue suspend_image_storage_ref = 17;
|
|
1099
|
-
repeated CitrixHost hosts = 18;
|
|
1100
|
-
repeated CitrixNetwork networks = 19;
|
|
1101
|
-
repeated CitrixPhysicalInterface physical_interfaces = 20;
|
|
1102
|
-
repeated CitrixVirtualInterface virtual_interfaces = 21;
|
|
1103
|
-
repeated CitrixPoolOtherConfiguration other_configurations = 22;
|
|
1104
|
-
repeated CitrixPoolRestriction restrictions = 23;
|
|
1105
|
-
repeated CitrixPoolPatch patches = 24;
|
|
1106
|
-
repeated CitrixAppliance appliances = 25;
|
|
1107
|
-
repeated CitrixTemplate templates = 26;
|
|
1108
|
-
}
|