@itentialopensource/adapter-dna_center 0.9.8 → 0.10.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/CALLS.md +1734 -0
- package/CHANGELOG.md +8 -0
- package/TAB1.md +10 -0
- package/TAB2.md +4447 -0
- package/adapter.js +25345 -0
- package/entities/ApplicationPolicy/action.json +638 -0
- package/entities/ApplicationPolicy/schema.json +49 -0
- package/entities/Applications/action.json +25 -0
- package/entities/Applications/schema.json +19 -0
- package/entities/Authentication/action.json +40 -0
- package/entities/Authentication/schema.json +3 -1
- package/entities/CiscoDNACenterSystem/action.json +24 -0
- package/entities/CiscoDNACenterSystem/schema.json +19 -0
- package/entities/Clients/action.json +42 -0
- package/entities/Clients/schema.json +3 -1
- package/entities/Compliance/action.json +170 -0
- package/entities/Compliance/schema.json +26 -0
- package/entities/ConfigurationArchive/action.json +45 -0
- package/entities/ConfigurationArchive/schema.json +20 -0
- package/entities/DeviceReplacement/action.json +106 -0
- package/entities/DeviceReplacement/schema.json +23 -0
- package/entities/Devices/action.json +555 -0
- package/entities/Devices/schema.json +28 -1
- package/entities/EoX/action.json +67 -0
- package/entities/EoX/schema.json +21 -0
- package/entities/EventManagement/action.json +827 -0
- package/entities/EventManagement/schema.json +58 -0
- package/entities/FabricWireless/action.json +105 -0
- package/entities/FabricWireless/schema.json +23 -0
- package/entities/File/action.json +20 -0
- package/entities/File/schema.json +2 -1
- package/entities/HealthAndPerformance/action.json +88 -0
- package/entities/HealthAndPerformance/schema.json +22 -0
- package/entities/ITSM/action.json +66 -0
- package/entities/ITSM/schema.json +21 -0
- package/entities/ITSMIntegration/action.json +106 -0
- package/entities/ITSMIntegration/schema.json +23 -0
- package/entities/Issues/action.json +66 -0
- package/entities/Issues/schema.json +21 -0
- package/entities/LANAutomation/action.json +231 -0
- package/entities/LANAutomation/schema.json +29 -0
- package/entities/Licenses/action.json +211 -0
- package/entities/Licenses/schema.json +28 -0
- package/entities/NetworkDiscovery/action.json +81 -0
- package/entities/NetworkDiscovery/schema.json +5 -1
- package/entities/NetworkSettings/action.json +469 -0
- package/entities/NetworkSettings/schema.json +41 -0
- package/entities/NonFabricWirelessBETA/action.json +427 -0
- package/entities/NonFabricWirelessBETA/schema.json +22 -1
- package/entities/Platform/action.json +67 -0
- package/entities/Platform/schema.json +21 -0
- package/entities/Reports/action.json +191 -0
- package/entities/Reports/schema.json +27 -0
- package/entities/SWIM/action.json +82 -0
- package/entities/SWIM/schema.json +5 -1
- package/entities/SecurityAdvisories/action.json +109 -0
- package/entities/SecurityAdvisories/schema.json +23 -0
- package/entities/Sensors/action.json +125 -0
- package/entities/Sensors/schema.json +24 -0
- package/entities/SiteProfile/action.json +141 -0
- package/entities/SiteProfile/schema.json +8 -1
- package/entities/Sites/action.json +308 -0
- package/entities/Sites/schema.json +16 -1
- package/entities/SystemSettings/action.json +167 -0
- package/entities/SystemSettings/schema.json +26 -0
- package/entities/Task/action.json +21 -0
- package/entities/Task/schema.json +2 -1
- package/entities/TemplateProgrammer/action.json +163 -0
- package/entities/TemplateProgrammer/schema.json +9 -1
- package/entities/UserAndRoles/action.json +208 -0
- package/entities/UserAndRoles/schema.json +28 -0
- package/entities/Users/action.json +25 -0
- package/entities/Users/schema.json +19 -0
- package/package.json +1 -1
- package/pronghorn.json +15199 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/openapi-v2.3.7.json +79707 -0
- package/test/integration/adapterTestIntegration.js +14456 -0
- package/test/unit/adapterTestUnit.js +7905 -0
|
@@ -818,6 +818,561 @@
|
|
|
818
818
|
"mockFile": "mockdatafiles/getDnaintentapiv1networkDeviceidwirelessInfo-default.json"
|
|
819
819
|
}
|
|
820
820
|
]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "getChassisDetailsForDevice",
|
|
824
|
+
"protocol": "REST",
|
|
825
|
+
"method": "GET",
|
|
826
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/chassis?{query}",
|
|
827
|
+
"requestSchema": "schema.json",
|
|
828
|
+
"responseSchema": "schema.json",
|
|
829
|
+
"timeout": 0,
|
|
830
|
+
"sendEmpty": false,
|
|
831
|
+
"sendGetBody": false,
|
|
832
|
+
"requestDatatype": "JSON",
|
|
833
|
+
"responseDatatype": "JSON",
|
|
834
|
+
"headers": {},
|
|
835
|
+
"responseObjects": [
|
|
836
|
+
{
|
|
837
|
+
"type": "default",
|
|
838
|
+
"key": "",
|
|
839
|
+
"mockFile": ""
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "getAllUserDefinedFields",
|
|
845
|
+
"protocol": "REST",
|
|
846
|
+
"method": "GET",
|
|
847
|
+
"entitypath": "{base_path}/{version}/network-device/user-defined-field?{query}",
|
|
848
|
+
"requestSchema": "schema.json",
|
|
849
|
+
"responseSchema": "schema.json",
|
|
850
|
+
"timeout": 0,
|
|
851
|
+
"sendEmpty": false,
|
|
852
|
+
"sendGetBody": false,
|
|
853
|
+
"requestDatatype": "JSON",
|
|
854
|
+
"responseDatatype": "JSON",
|
|
855
|
+
"headers": {},
|
|
856
|
+
"responseObjects": [
|
|
857
|
+
{
|
|
858
|
+
"type": "default",
|
|
859
|
+
"key": "",
|
|
860
|
+
"mockFile": ""
|
|
861
|
+
}
|
|
862
|
+
]
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "createUserDefinedField",
|
|
866
|
+
"protocol": "REST",
|
|
867
|
+
"method": "POST",
|
|
868
|
+
"entitypath": "{base_path}/{version}/network-device/user-defined-field?{query}",
|
|
869
|
+
"requestSchema": "schema.json",
|
|
870
|
+
"responseSchema": "schema.json",
|
|
871
|
+
"timeout": 0,
|
|
872
|
+
"sendEmpty": false,
|
|
873
|
+
"requestDatatype": "JSON",
|
|
874
|
+
"responseDatatype": "JSON",
|
|
875
|
+
"headers": {},
|
|
876
|
+
"responseObjects": [
|
|
877
|
+
{
|
|
878
|
+
"type": "default",
|
|
879
|
+
"key": "",
|
|
880
|
+
"mockFile": ""
|
|
881
|
+
}
|
|
882
|
+
]
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "getTheDetailsOfPhysicalComponentsOfTheGivenDevice",
|
|
886
|
+
"protocol": "REST",
|
|
887
|
+
"method": "GET",
|
|
888
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/equipment?{query}",
|
|
889
|
+
"requestSchema": "schema.json",
|
|
890
|
+
"responseSchema": "schema.json",
|
|
891
|
+
"timeout": 0,
|
|
892
|
+
"sendEmpty": false,
|
|
893
|
+
"sendGetBody": false,
|
|
894
|
+
"requestDatatype": "JSON",
|
|
895
|
+
"responseDatatype": "JSON",
|
|
896
|
+
"headers": {},
|
|
897
|
+
"responseObjects": [
|
|
898
|
+
{
|
|
899
|
+
"type": "default",
|
|
900
|
+
"key": "",
|
|
901
|
+
"mockFile": ""
|
|
902
|
+
}
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "returnPOEInterfaceDetailsForTheDevice",
|
|
907
|
+
"protocol": "REST",
|
|
908
|
+
"method": "GET",
|
|
909
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/interface/poe-detail?{query}",
|
|
910
|
+
"requestSchema": "schema.json",
|
|
911
|
+
"responseSchema": "schema.json",
|
|
912
|
+
"timeout": 0,
|
|
913
|
+
"sendEmpty": false,
|
|
914
|
+
"sendGetBody": false,
|
|
915
|
+
"requestDatatype": "JSON",
|
|
916
|
+
"responseDatatype": "JSON",
|
|
917
|
+
"headers": {},
|
|
918
|
+
"responseObjects": [
|
|
919
|
+
{
|
|
920
|
+
"type": "default",
|
|
921
|
+
"key": "",
|
|
922
|
+
"mockFile": ""
|
|
923
|
+
}
|
|
924
|
+
]
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "clearMacAddressTable",
|
|
928
|
+
"protocol": "REST",
|
|
929
|
+
"method": "POST",
|
|
930
|
+
"entitypath": "{base_path}/{version}/interface/{pathv1}/operation?{query}",
|
|
931
|
+
"requestSchema": "schema.json",
|
|
932
|
+
"responseSchema": "schema.json",
|
|
933
|
+
"timeout": 0,
|
|
934
|
+
"sendEmpty": false,
|
|
935
|
+
"requestDatatype": "JSON",
|
|
936
|
+
"responseDatatype": "JSON",
|
|
937
|
+
"headers": {},
|
|
938
|
+
"responseObjects": [
|
|
939
|
+
{
|
|
940
|
+
"type": "default",
|
|
941
|
+
"key": "",
|
|
942
|
+
"mockFile": ""
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "getPlannedAccessPointsForFloor",
|
|
948
|
+
"protocol": "REST",
|
|
949
|
+
"method": "GET",
|
|
950
|
+
"entitypath": "{base_path}/{version}/floors/{pathv1}/planned-access-points?{query}",
|
|
951
|
+
"requestSchema": "schema.json",
|
|
952
|
+
"responseSchema": "schema.json",
|
|
953
|
+
"timeout": 0,
|
|
954
|
+
"sendEmpty": false,
|
|
955
|
+
"sendGetBody": false,
|
|
956
|
+
"requestDatatype": "JSON",
|
|
957
|
+
"responseDatatype": "JSON",
|
|
958
|
+
"headers": {},
|
|
959
|
+
"responseObjects": [
|
|
960
|
+
{
|
|
961
|
+
"type": "default",
|
|
962
|
+
"key": "",
|
|
963
|
+
"mockFile": ""
|
|
964
|
+
}
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "updatePlannedAccessPointForFloor",
|
|
969
|
+
"protocol": "REST",
|
|
970
|
+
"method": "PUT",
|
|
971
|
+
"entitypath": "{base_path}/{version}/floors/{pathv1}/planned-access-points?{query}",
|
|
972
|
+
"requestSchema": "schema.json",
|
|
973
|
+
"responseSchema": "schema.json",
|
|
974
|
+
"timeout": 0,
|
|
975
|
+
"sendEmpty": false,
|
|
976
|
+
"requestDatatype": "JSON",
|
|
977
|
+
"responseDatatype": "JSON",
|
|
978
|
+
"headers": {},
|
|
979
|
+
"responseObjects": [
|
|
980
|
+
{
|
|
981
|
+
"type": "default",
|
|
982
|
+
"key": "",
|
|
983
|
+
"mockFile": ""
|
|
984
|
+
}
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "createPlannedAccessPointForFloor",
|
|
989
|
+
"protocol": "REST",
|
|
990
|
+
"method": "POST",
|
|
991
|
+
"entitypath": "{base_path}/{version}/floors/{pathv1}/planned-access-points?{query}",
|
|
992
|
+
"requestSchema": "schema.json",
|
|
993
|
+
"responseSchema": "schema.json",
|
|
994
|
+
"timeout": 0,
|
|
995
|
+
"sendEmpty": false,
|
|
996
|
+
"requestDatatype": "JSON",
|
|
997
|
+
"responseDatatype": "JSON",
|
|
998
|
+
"headers": {},
|
|
999
|
+
"responseObjects": [
|
|
1000
|
+
{
|
|
1001
|
+
"type": "default",
|
|
1002
|
+
"key": "",
|
|
1003
|
+
"mockFile": ""
|
|
1004
|
+
}
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "getDeviceHealth",
|
|
1009
|
+
"protocol": "REST",
|
|
1010
|
+
"method": "GET",
|
|
1011
|
+
"entitypath": "{base_path}/{version}/device-health?{query}",
|
|
1012
|
+
"requestSchema": "schema.json",
|
|
1013
|
+
"responseSchema": "schema.json",
|
|
1014
|
+
"timeout": 0,
|
|
1015
|
+
"sendEmpty": false,
|
|
1016
|
+
"sendGetBody": false,
|
|
1017
|
+
"requestDatatype": "JSON",
|
|
1018
|
+
"responseDatatype": "JSON",
|
|
1019
|
+
"headers": {},
|
|
1020
|
+
"responseObjects": [
|
|
1021
|
+
{
|
|
1022
|
+
"type": "default",
|
|
1023
|
+
"key": "",
|
|
1024
|
+
"mockFile": ""
|
|
1025
|
+
}
|
|
1026
|
+
]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "getLinecardDetails",
|
|
1030
|
+
"protocol": "REST",
|
|
1031
|
+
"method": "GET",
|
|
1032
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/line-card?{query}",
|
|
1033
|
+
"requestSchema": "schema.json",
|
|
1034
|
+
"responseSchema": "schema.json",
|
|
1035
|
+
"timeout": 0,
|
|
1036
|
+
"sendEmpty": false,
|
|
1037
|
+
"sendGetBody": false,
|
|
1038
|
+
"requestDatatype": "JSON",
|
|
1039
|
+
"responseDatatype": "JSON",
|
|
1040
|
+
"headers": {},
|
|
1041
|
+
"responseObjects": [
|
|
1042
|
+
{
|
|
1043
|
+
"type": "default",
|
|
1044
|
+
"key": "",
|
|
1045
|
+
"mockFile": ""
|
|
1046
|
+
}
|
|
1047
|
+
]
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "getInventoryInsightDeviceLinkMismatchAPI",
|
|
1051
|
+
"protocol": "REST",
|
|
1052
|
+
"method": "GET",
|
|
1053
|
+
"entitypath": "{base_path}/{version}/network-device/insight/{pathv1}/device-link?{query}",
|
|
1054
|
+
"requestSchema": "schema.json",
|
|
1055
|
+
"responseSchema": "schema.json",
|
|
1056
|
+
"timeout": 0,
|
|
1057
|
+
"sendEmpty": false,
|
|
1058
|
+
"sendGetBody": false,
|
|
1059
|
+
"requestDatatype": "JSON",
|
|
1060
|
+
"responseDatatype": "JSON",
|
|
1061
|
+
"headers": {},
|
|
1062
|
+
"responseObjects": [
|
|
1063
|
+
{
|
|
1064
|
+
"type": "default",
|
|
1065
|
+
"key": "",
|
|
1066
|
+
"mockFile": ""
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "deletePlannedAccessPointForFloor",
|
|
1072
|
+
"protocol": "REST",
|
|
1073
|
+
"method": "DELETE",
|
|
1074
|
+
"entitypath": "{base_path}/{version}/floors/{pathv1}/planned-access-points/{pathv2}?{query}",
|
|
1075
|
+
"requestSchema": "schema.json",
|
|
1076
|
+
"responseSchema": "schema.json",
|
|
1077
|
+
"timeout": 0,
|
|
1078
|
+
"sendEmpty": false,
|
|
1079
|
+
"requestDatatype": "JSON",
|
|
1080
|
+
"responseDatatype": "JSON",
|
|
1081
|
+
"headers": {},
|
|
1082
|
+
"responseObjects": [
|
|
1083
|
+
{
|
|
1084
|
+
"type": "default",
|
|
1085
|
+
"key": "",
|
|
1086
|
+
"mockFile": ""
|
|
1087
|
+
}
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"name": "getStackDetailsForDevice",
|
|
1092
|
+
"protocol": "REST",
|
|
1093
|
+
"method": "GET",
|
|
1094
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/stack?{query}",
|
|
1095
|
+
"requestSchema": "schema.json",
|
|
1096
|
+
"responseSchema": "schema.json",
|
|
1097
|
+
"timeout": 0,
|
|
1098
|
+
"sendEmpty": false,
|
|
1099
|
+
"sendGetBody": false,
|
|
1100
|
+
"requestDatatype": "JSON",
|
|
1101
|
+
"responseDatatype": "JSON",
|
|
1102
|
+
"headers": {},
|
|
1103
|
+
"responseObjects": [
|
|
1104
|
+
{
|
|
1105
|
+
"type": "default",
|
|
1106
|
+
"key": "",
|
|
1107
|
+
"mockFile": ""
|
|
1108
|
+
}
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "getDeviceInterfaceStatsInfoV2",
|
|
1113
|
+
"protocol": "REST",
|
|
1114
|
+
"method": "POST",
|
|
1115
|
+
"entitypath": "{base_path}/{version}/networkDevices/{pathv1}/interfaces/query?{query}",
|
|
1116
|
+
"requestSchema": "schema.json",
|
|
1117
|
+
"responseSchema": "schema.json",
|
|
1118
|
+
"timeout": 0,
|
|
1119
|
+
"sendEmpty": false,
|
|
1120
|
+
"requestDatatype": "JSON",
|
|
1121
|
+
"responseDatatype": "JSON",
|
|
1122
|
+
"headers": {},
|
|
1123
|
+
"responseObjects": [
|
|
1124
|
+
{
|
|
1125
|
+
"type": "default",
|
|
1126
|
+
"key": "",
|
|
1127
|
+
"mockFile": ""
|
|
1128
|
+
}
|
|
1129
|
+
]
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "updateUserDefinedField",
|
|
1133
|
+
"protocol": "REST",
|
|
1134
|
+
"method": "PUT",
|
|
1135
|
+
"entitypath": "{base_path}/{version}/network-device/user-defined-field/{pathv1}?{query}",
|
|
1136
|
+
"requestSchema": "schema.json",
|
|
1137
|
+
"responseSchema": "schema.json",
|
|
1138
|
+
"timeout": 0,
|
|
1139
|
+
"sendEmpty": false,
|
|
1140
|
+
"requestDatatype": "JSON",
|
|
1141
|
+
"responseDatatype": "JSON",
|
|
1142
|
+
"headers": {},
|
|
1143
|
+
"responseObjects": [
|
|
1144
|
+
{
|
|
1145
|
+
"type": "default",
|
|
1146
|
+
"key": "",
|
|
1147
|
+
"mockFile": ""
|
|
1148
|
+
}
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "deleteUserDefinedField",
|
|
1153
|
+
"protocol": "REST",
|
|
1154
|
+
"method": "DELETE",
|
|
1155
|
+
"entitypath": "{base_path}/{version}/network-device/user-defined-field/{pathv1}?{query}",
|
|
1156
|
+
"requestSchema": "schema.json",
|
|
1157
|
+
"responseSchema": "schema.json",
|
|
1158
|
+
"timeout": 0,
|
|
1159
|
+
"sendEmpty": false,
|
|
1160
|
+
"requestDatatype": "JSON",
|
|
1161
|
+
"responseDatatype": "JSON",
|
|
1162
|
+
"headers": {},
|
|
1163
|
+
"responseObjects": [
|
|
1164
|
+
{
|
|
1165
|
+
"type": "default",
|
|
1166
|
+
"key": "",
|
|
1167
|
+
"mockFile": ""
|
|
1168
|
+
}
|
|
1169
|
+
]
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "updateInterfaceDetails",
|
|
1173
|
+
"protocol": "REST",
|
|
1174
|
+
"method": "PUT",
|
|
1175
|
+
"entitypath": "{base_path}/{version}/interface/{pathv1}?{query}",
|
|
1176
|
+
"requestSchema": "schema.json",
|
|
1177
|
+
"responseSchema": "schema.json",
|
|
1178
|
+
"timeout": 0,
|
|
1179
|
+
"sendEmpty": false,
|
|
1180
|
+
"requestDatatype": "JSON",
|
|
1181
|
+
"responseDatatype": "JSON",
|
|
1182
|
+
"headers": {},
|
|
1183
|
+
"responseObjects": [
|
|
1184
|
+
{
|
|
1185
|
+
"type": "default",
|
|
1186
|
+
"key": "",
|
|
1187
|
+
"mockFile": ""
|
|
1188
|
+
}
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "getLegitOperationsForInterface",
|
|
1193
|
+
"protocol": "REST",
|
|
1194
|
+
"method": "GET",
|
|
1195
|
+
"entitypath": "{base_path}/{version}/interface/{pathv1}/legit-operation?{query}",
|
|
1196
|
+
"requestSchema": "schema.json",
|
|
1197
|
+
"responseSchema": "schema.json",
|
|
1198
|
+
"timeout": 0,
|
|
1199
|
+
"sendEmpty": false,
|
|
1200
|
+
"sendGetBody": false,
|
|
1201
|
+
"requestDatatype": "JSON",
|
|
1202
|
+
"responseDatatype": "JSON",
|
|
1203
|
+
"headers": {},
|
|
1204
|
+
"responseObjects": [
|
|
1205
|
+
{
|
|
1206
|
+
"type": "default",
|
|
1207
|
+
"key": "",
|
|
1208
|
+
"mockFile": ""
|
|
1209
|
+
}
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"name": "getSupervisorCardDetail",
|
|
1214
|
+
"protocol": "REST",
|
|
1215
|
+
"method": "GET",
|
|
1216
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/supervisor-card?{query}",
|
|
1217
|
+
"requestSchema": "schema.json",
|
|
1218
|
+
"responseSchema": "schema.json",
|
|
1219
|
+
"timeout": 0,
|
|
1220
|
+
"sendEmpty": false,
|
|
1221
|
+
"sendGetBody": false,
|
|
1222
|
+
"requestDatatype": "JSON",
|
|
1223
|
+
"responseDatatype": "JSON",
|
|
1224
|
+
"headers": {},
|
|
1225
|
+
"responseObjects": [
|
|
1226
|
+
{
|
|
1227
|
+
"type": "default",
|
|
1228
|
+
"key": "",
|
|
1229
|
+
"mockFile": ""
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"name": "addUserDefinedFieldToDevice",
|
|
1235
|
+
"protocol": "REST",
|
|
1236
|
+
"method": "PUT",
|
|
1237
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/user-defined-field?{query}",
|
|
1238
|
+
"requestSchema": "schema.json",
|
|
1239
|
+
"responseSchema": "schema.json",
|
|
1240
|
+
"timeout": 0,
|
|
1241
|
+
"sendEmpty": false,
|
|
1242
|
+
"requestDatatype": "JSON",
|
|
1243
|
+
"responseDatatype": "JSON",
|
|
1244
|
+
"headers": {},
|
|
1245
|
+
"responseObjects": [
|
|
1246
|
+
{
|
|
1247
|
+
"type": "default",
|
|
1248
|
+
"key": "",
|
|
1249
|
+
"mockFile": ""
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "removeUserDefinedFieldFromDevice",
|
|
1255
|
+
"protocol": "REST",
|
|
1256
|
+
"method": "DELETE",
|
|
1257
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/user-defined-field?{query}",
|
|
1258
|
+
"requestSchema": "schema.json",
|
|
1259
|
+
"responseSchema": "schema.json",
|
|
1260
|
+
"timeout": 0,
|
|
1261
|
+
"sendEmpty": false,
|
|
1262
|
+
"requestDatatype": "JSON",
|
|
1263
|
+
"responseDatatype": "JSON",
|
|
1264
|
+
"headers": {},
|
|
1265
|
+
"responseObjects": [
|
|
1266
|
+
{
|
|
1267
|
+
"type": "default",
|
|
1268
|
+
"key": "",
|
|
1269
|
+
"mockFile": ""
|
|
1270
|
+
}
|
|
1271
|
+
]
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "getConnectedDeviceDetail",
|
|
1275
|
+
"protocol": "REST",
|
|
1276
|
+
"method": "GET",
|
|
1277
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/interface/{pathv2}/neighbor?{query}",
|
|
1278
|
+
"requestSchema": "schema.json",
|
|
1279
|
+
"responseSchema": "schema.json",
|
|
1280
|
+
"timeout": 0,
|
|
1281
|
+
"sendEmpty": false,
|
|
1282
|
+
"sendGetBody": false,
|
|
1283
|
+
"requestDatatype": "JSON",
|
|
1284
|
+
"responseDatatype": "JSON",
|
|
1285
|
+
"headers": {},
|
|
1286
|
+
"responseObjects": [
|
|
1287
|
+
{
|
|
1288
|
+
"type": "default",
|
|
1289
|
+
"key": "",
|
|
1290
|
+
"mockFile": ""
|
|
1291
|
+
}
|
|
1292
|
+
]
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "returnsDevicesAddedToCiscoDNACenterWithSnmpV3DES",
|
|
1296
|
+
"protocol": "REST",
|
|
1297
|
+
"method": "GET",
|
|
1298
|
+
"entitypath": "{base_path}/{version}/network-device/insight/{pathv1}/insecure-connection?{query}",
|
|
1299
|
+
"requestSchema": "schema.json",
|
|
1300
|
+
"responseSchema": "schema.json",
|
|
1301
|
+
"timeout": 0,
|
|
1302
|
+
"sendEmpty": false,
|
|
1303
|
+
"sendGetBody": false,
|
|
1304
|
+
"requestDatatype": "JSON",
|
|
1305
|
+
"responseDatatype": "JSON",
|
|
1306
|
+
"headers": {},
|
|
1307
|
+
"responseObjects": [
|
|
1308
|
+
{
|
|
1309
|
+
"type": "default",
|
|
1310
|
+
"key": "",
|
|
1311
|
+
"mockFile": ""
|
|
1312
|
+
}
|
|
1313
|
+
]
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"name": "updateDeviceManagementAddress",
|
|
1317
|
+
"protocol": "REST",
|
|
1318
|
+
"method": "PUT",
|
|
1319
|
+
"entitypath": "{base_path}/{version}/network-device/{pathv1}/management-address?{query}",
|
|
1320
|
+
"requestSchema": "schema.json",
|
|
1321
|
+
"responseSchema": "schema.json",
|
|
1322
|
+
"timeout": 0,
|
|
1323
|
+
"sendEmpty": false,
|
|
1324
|
+
"requestDatatype": "JSON",
|
|
1325
|
+
"responseDatatype": "JSON",
|
|
1326
|
+
"headers": {},
|
|
1327
|
+
"responseObjects": [
|
|
1328
|
+
{
|
|
1329
|
+
"type": "default",
|
|
1330
|
+
"key": "",
|
|
1331
|
+
"mockFile": ""
|
|
1332
|
+
}
|
|
1333
|
+
]
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "getPlannedAccessPointsForBuilding",
|
|
1337
|
+
"protocol": "REST",
|
|
1338
|
+
"method": "GET",
|
|
1339
|
+
"entitypath": "{base_path}/{version}/buildings/{pathv1}/planned-access-points?{query}",
|
|
1340
|
+
"requestSchema": "schema.json",
|
|
1341
|
+
"responseSchema": "schema.json",
|
|
1342
|
+
"timeout": 0,
|
|
1343
|
+
"sendEmpty": false,
|
|
1344
|
+
"sendGetBody": false,
|
|
1345
|
+
"requestDatatype": "JSON",
|
|
1346
|
+
"responseDatatype": "JSON",
|
|
1347
|
+
"headers": {},
|
|
1348
|
+
"responseObjects": [
|
|
1349
|
+
{
|
|
1350
|
+
"type": "default",
|
|
1351
|
+
"key": "",
|
|
1352
|
+
"mockFile": ""
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "getDeviceEnrichmentDetails",
|
|
1358
|
+
"protocol": "REST",
|
|
1359
|
+
"method": "GET",
|
|
1360
|
+
"entitypath": "{base_path}/{version}/device-enrichment-details?{query}",
|
|
1361
|
+
"requestSchema": "schema.json",
|
|
1362
|
+
"responseSchema": "schema.json",
|
|
1363
|
+
"timeout": 0,
|
|
1364
|
+
"sendEmpty": false,
|
|
1365
|
+
"sendGetBody": false,
|
|
1366
|
+
"requestDatatype": "JSON",
|
|
1367
|
+
"responseDatatype": "JSON",
|
|
1368
|
+
"headers": {},
|
|
1369
|
+
"responseObjects": [
|
|
1370
|
+
{
|
|
1371
|
+
"type": "default",
|
|
1372
|
+
"key": "",
|
|
1373
|
+
"mockFile": ""
|
|
1374
|
+
}
|
|
1375
|
+
]
|
|
821
1376
|
}
|
|
822
1377
|
]
|
|
823
1378
|
}
|
|
@@ -48,7 +48,34 @@
|
|
|
48
48
|
"getDnaintentapiv1deviceDetail",
|
|
49
49
|
"getDnaintentapiv1interface",
|
|
50
50
|
"getDnaintentapiv1networkDeviceautocomplete",
|
|
51
|
-
"getDnaintentapiv1networkDeviceidwirelessInfo"
|
|
51
|
+
"getDnaintentapiv1networkDeviceidwirelessInfo",
|
|
52
|
+
"getChassisDetailsForDevice",
|
|
53
|
+
"getAllUserDefinedFields",
|
|
54
|
+
"createUserDefinedField",
|
|
55
|
+
"getTheDetailsOfPhysicalComponentsOfTheGivenDevice",
|
|
56
|
+
"returnPOEInterfaceDetailsForTheDevice",
|
|
57
|
+
"clearMacAddressTable",
|
|
58
|
+
"getPlannedAccessPointsForFloor",
|
|
59
|
+
"updatePlannedAccessPointForFloor",
|
|
60
|
+
"createPlannedAccessPointForFloor",
|
|
61
|
+
"getDeviceHealth",
|
|
62
|
+
"getLinecardDetails",
|
|
63
|
+
"getInventoryInsightDeviceLinkMismatchAPI",
|
|
64
|
+
"deletePlannedAccessPointForFloor",
|
|
65
|
+
"getStackDetailsForDevice",
|
|
66
|
+
"getDeviceInterfaceStatsInfoV2",
|
|
67
|
+
"updateUserDefinedField",
|
|
68
|
+
"deleteUserDefinedField",
|
|
69
|
+
"updateInterfaceDetails",
|
|
70
|
+
"getLegitOperationsForInterface",
|
|
71
|
+
"getSupervisorCardDetail",
|
|
72
|
+
"addUserDefinedFieldToDevice",
|
|
73
|
+
"removeUserDefinedFieldFromDevice",
|
|
74
|
+
"getConnectedDeviceDetail",
|
|
75
|
+
"returnsDevicesAddedToCiscoDNACenterWithSnmpV3DES",
|
|
76
|
+
"updateDeviceManagementAddress",
|
|
77
|
+
"getPlannedAccessPointsForBuilding",
|
|
78
|
+
"getDeviceEnrichmentDetails"
|
|
52
79
|
],
|
|
53
80
|
"external_name": "ph_request_type"
|
|
54
81
|
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getEoXStatusForAllDevices",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/eox-status/device?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "getEoXSummary",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"entitypath": "{base_path}/{version}/eox-status/summary?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"sendGetBody": false,
|
|
34
|
+
"requestDatatype": "JSON",
|
|
35
|
+
"responseDatatype": "JSON",
|
|
36
|
+
"headers": {},
|
|
37
|
+
"responseObjects": [
|
|
38
|
+
{
|
|
39
|
+
"type": "default",
|
|
40
|
+
"key": "",
|
|
41
|
+
"mockFile": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "getEoXDetailsPerDevice",
|
|
47
|
+
"protocol": "REST",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"entitypath": "{base_path}/{version}/eox-status/device/{pathv1}?{query}",
|
|
50
|
+
"requestSchema": "schema.json",
|
|
51
|
+
"responseSchema": "schema.json",
|
|
52
|
+
"timeout": 0,
|
|
53
|
+
"sendEmpty": false,
|
|
54
|
+
"sendGetBody": false,
|
|
55
|
+
"requestDatatype": "JSON",
|
|
56
|
+
"responseDatatype": "JSON",
|
|
57
|
+
"headers": {},
|
|
58
|
+
"responseObjects": [
|
|
59
|
+
{
|
|
60
|
+
"type": "default",
|
|
61
|
+
"key": "",
|
|
62
|
+
"mockFile": ""
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getEoXStatusForAllDevices",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getEoXStatusForAllDevices",
|
|
14
|
+
"getEoXSummary",
|
|
15
|
+
"getEoXDetailsPerDevice"
|
|
16
|
+
],
|
|
17
|
+
"external_name": "ph_request_type"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"definitions": {}
|
|
21
|
+
}
|