@itentialopensource/adapter-f5_bigiq 0.2.0 → 0.3.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/adapter.js +4221 -2
  3. package/entities/BIGIPDeviceClustering/action.json +46 -0
  4. package/entities/BIGIPDeviceClustering/schema.json +20 -0
  5. package/entities/BIGIPDeviceReferenceLookup/action.json +25 -0
  6. package/entities/BIGIPDeviceReferenceLookup/schema.json +19 -0
  7. package/entities/BIGIPIHealth/action.json +313 -0
  8. package/entities/BIGIPIHealth/schema.json +33 -0
  9. package/entities/BIGIPSoftwareImageManagement/action.json +46 -0
  10. package/entities/BIGIPSoftwareImageManagement/schema.json +20 -0
  11. package/entities/BIGIPTMSHScripting/action.json +107 -0
  12. package/entities/BIGIPTMSHScripting/schema.json +23 -0
  13. package/entities/BIGIPUUIDLookup/action.json +25 -0
  14. package/entities/BIGIPUUIDLookup/schema.json +19 -0
  15. package/entities/BIGIQSystemClusterStatus/action.json +46 -0
  16. package/entities/BIGIQSystemClusterStatus/schema.json +20 -0
  17. package/entities/Device/action.json +84 -0
  18. package/entities/Device/schema.json +5 -1
  19. package/entities/DeviceBackups/action.json +148 -0
  20. package/entities/DeviceBackups/schema.json +25 -0
  21. package/entities/DeviceImport/action.json +86 -0
  22. package/entities/DeviceImport/schema.json +22 -0
  23. package/entities/DeviceUpgrades/action.json +45 -0
  24. package/entities/DeviceUpgrades/schema.json +20 -0
  25. package/entities/Qkview/action.json +148 -0
  26. package/entities/Qkview/schema.json +25 -0
  27. package/package.json +1 -1
  28. package/pronghorn.json +5173 -3300
  29. package/refs?service=git-upload-pack +0 -0
  30. package/report/AdditionalF5.OpenApi3Json.json +3886 -0
  31. package/test/integration/adapterTestIntegration.js +1427 -0
  32. package/test/unit/adapterTestUnit.js +1151 -0
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.3.1 [07-20-2023]
3
+
4
+ * Delete big-ip endpoints and add a big-iq task
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-f5_bigiq!3
7
+
8
+ ---
9
+
10
+ ## 0.3.0 [07-20-2023]
11
+
12
+ * Add missing endpoints
13
+
14
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-f5_bigiq!2
15
+
16
+ ---
17
+
2
18
  ## 0.2.0 [05-21-2022]
3
19
 
4
20
  * Migration to the latest Adapter Foundation