@itentialopensource/adapter-nokia_altiplano 0.4.0 → 0.5.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/SUMMARY.md CHANGED
@@ -1,9 +1,9 @@
1
- # Adapter for Nokia_altiplano
1
+ ## Overview
2
2
 
3
- This adapter is used to integrate the Itential Automation Platform (IAP) with the Nokia_altiplano System. The API for Nokia_altiplano is available at [undefined API URL]. The adapter utilizes the Nokia_altiplano API to provide the integrations that are deemed pertinent to IAP. This ReadMe file is intended to provide information on this adapter.
3
+ This adapter is used to integrate the Itential Automation Platform (IAP) with the Nokia_altiplano System. The API for Nokia_altiplano is available at [HERE](). The adapter utilizes the Nokia_altiplano API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
4
4
 
5
- >**Note**: It is possible that some integrations will be supported through the Nokia_altiplano adapter while other integrations will not.
5
+ >**Note**: It is possible that some integrations will be supported through the Nokia_altiplano adapter while other integrations will not. If you need additional API calls, you can use the Update capabilities provided by the Adapter Builder or request Itential to add them if the Adapter is an Itential opensourced adapter.
6
6
 
7
7
  Itential provides information on all of its product adapters in the Customer Knowledge Base. Information in the [Customer Knowledge Base](https://itential.atlassian.net/servicedesk/customer/portals) is consistently maintained and goes through documentation reviews. As a result, it should be the first place to go for information.
8
8
 
9
- For custom built adapters, it is a starting point to understand what you have built, provide the information for you to be able to update the adapter, and assist you with deploying the adapter into IAP.
9
+ For opensourced and custom built adapters, the ReadMe is a starting point to understand what you have built, provide the information for you to be able to update the adapter, and assist you with deploying the adapter into IAP.
package/TROUBLESHOOT.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Troubleshooting the Adapter
1
+ ## Troubleshoot
2
2
 
3
3
  Run `npm run troubleshoot` to start the interactive troubleshooting process. The command allows user to verify and update connection, authentication as well as healthcheck configuration. After that it will test these properties by sending HTTP request to the endpoint. If the tests pass, it will persist these changes into IAP.
4
4