Skip to content

Added calls and migrated to latest foundation

Michael Evenchick requested to merge minor/ADAPT-1970 into master

Added calls

  1. Add Query capability to GetExtensibleAttributeDefinition
  2. Want a Delete Extensible Attribute --- currently using genericAdapterRequest for this one.
  3. Want a Put call as well for Extensible Attribute --- currently using genericAdapterRequest for this one.
  4. Nice to have a specific GET with the id
  5. Also would like networkview calls --- same thing - query on get and then Put, Delete and Get Specific
  6. Add grid:servicerestart:status - just a basic get call
  7. Add Post to {base_path}/{version}/networkcontainer/{pathv1}/{pathv2}?{query}. – has query data and body --- gets next network ips from the container.
  8. Add Post to {base_path}/{version}/ipv6networkcontainer/{pathv1}/{pathv2}?{query}. – has query data and body --- gets next network ips from the container.
  9. Both Delete and Put take in the id on the path.

Migration to the latest Adapter Foundation

  1. Add some items to .gitignore (e.g. DS_Store) to keep them out of the repos.
  2. Changes to the README (some typo fixes - Add how to extend the adapter). Split the README into various markdown files (AUTH, BROKER, CALLS, ENHANCE, PROPERTIES, SUMMARY, SYSTEMINFO, TROUBLESHOOT)
  3. Fix the issues with Confluence in the markdowns (Tables, Lists, Links)
  4. Add scripts for easier authentication, removing hooks, etc
  5. Script changes (install script as well as database changes in other scripts)
  6. Double # of path vars on generic call
  7. Update versions of foundation (e.g. adapter-utils)
  8. Update npm publish so it supports https
  9. Update dependencies
  10. Add preinstall for minimist
  11. Fix new lint issues that came from eslint dependency change
  12. Add more thorough Unit tests for standard files (Package, Pronghorn, Properties (Schema and Sample)
  13. Add the adapter type in the package.json
  14. Add AdapterInfo.js script
  15. Add json-query dependency
  16. Add the propertiesDecorators.json for product encryption
  17. Change the name of internal IAP/Adapter methods to avoid collisions and make more obvious in Workflow - iapRunAdapterBasicGet, iapRunAdapterConnectivity, iapRunAdapterHealthcheck, iapTroubleshootAdapter, iapGetAdapterQueue, iapUnsuspendAdapter, iapSuspendAdapter, iapFindAdapterPath, iapUpdateAdapterConfiguration, iapGetAdapterWorkflowFunctions
  18. Add the adapter config in the database support - iapMoveAdapterEntitiesToDB
  19. Add standard broker calls - hasEntities, getDevice, getDevicesFiltered, isAlive, getConfig and iapGetDeviceCount
  20. Add genericAdapterRequest that does not use the base_path and version so that the path can be unique - genericAdapterRequestNoBasePath
  21. Add AdapterInfo.json
  22. Add systemName for documentation
Edited by Michael Evenchick

Merge request reports