@itentialopensource/adapter-dna_center 0.9.8 → 0.11.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/AUTH.md +8 -8
- package/BROKER.md +31 -19
- package/CALLS.md +1734 -0
- package/CHANGELOG.md +16 -0
- package/PROPERTIES.md +5 -0
- package/README.md +60 -63
- package/SYSTEMINFO.md +8 -4
- package/TAB1.md +14 -0
- package/TAB2.md +315 -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/metadata.json +18 -4
- package/package.json +5 -7
- package/pronghorn.json +15199 -0
- package/propertiesSchema.json +5 -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/report/updateReport1717076509500.json +120 -0
- package/sampleProperties.json +37 -25
- package/test/integration/adapterTestIntegration.js +14457 -0
- package/test/unit/adapterTestUnit.js +7905 -2
package/propertiesSchema.json
CHANGED
|
@@ -945,6 +945,11 @@
|
|
|
945
945
|
"devicebroker": {
|
|
946
946
|
"type": "object",
|
|
947
947
|
"properties": {
|
|
948
|
+
"enabled": {
|
|
949
|
+
"type": "boolean",
|
|
950
|
+
"description": "Whether or not the device broker calls have been mapped",
|
|
951
|
+
"default": false
|
|
952
|
+
},
|
|
948
953
|
"getDevice": {
|
|
949
954
|
"type": "array",
|
|
950
955
|
"description": "Broker call(s) to getDevice",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
3
|
-
"configLines":
|
|
2
|
+
"version": "0.10.0",
|
|
3
|
+
"configLines": 28949,
|
|
4
4
|
"scriptLines": 1783,
|
|
5
|
-
"codeLines":
|
|
6
|
-
"testLines":
|
|
7
|
-
"testCases":
|
|
8
|
-
"totalCodeLines":
|
|
9
|
-
"wfTasks":
|
|
5
|
+
"codeLines": 44128,
|
|
6
|
+
"testLines": 39661,
|
|
7
|
+
"testCases": 1704,
|
|
8
|
+
"totalCodeLines": 85572,
|
|
9
|
+
"wfTasks": 530
|
|
10
10
|
}
|