@itentialopensource/adapter-nokia_altiplano 0.3.0 → 0.5.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.
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 that was used to build the adapter for Nokia_altiplano is usually available in the report directory of this adapter. 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
- 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.
7
+ Itential provides information on all of its product adapters in the Customer Knowledge Base. Information in the <a href="https://itential.atlassian.net/servicedesk/customer/portals" target="_blank">Customer Knowledge Base</a> 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/SYSTEMINFO.md CHANGED
@@ -1,12 +1,11 @@
1
- # Nokia Altiplano Access Controller
1
+ # Nokia Altiplano
2
2
 
3
- Vendor: Nokia
4
- Homepage: https://www.nokia.com/
3
+ Vendor: Nokia Altiplano
4
+ Homepage: https://Nokia Altiplano.com/
5
5
 
6
- Product: Altiplano Access Controller
7
- Product Page: https://www.nokia.com/networks/products/altiplano-access-controller/
6
+ Product: Nokia Altiplano
7
+ Product Page: https://Nokia Altiplano.com/
8
8
 
9
9
  ## Introduction
10
10
 
11
- ## Additional Product Documentation
12
-
11
+ ## Additional Product Documentation
package/TROUBLESHOOT.md CHANGED
@@ -1,8 +1,8 @@
1
- ## Troubleshooting the Adapter
1
+ ## Troubleshoot
2
2
 
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.
3
+ Run `npm run troubleshoot` to start the interactive troubleshooting process. The command allows you 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
 
5
- User also have the option to run individual command to perform specific test
5
+ You also have the option to run individual commands to perform specific test:
6
6
 
7
7
  - `npm run healthcheck` will perform a healthcheck request of with current setting.
8
8
  - `npm run basicget` will perform some non-parameter GET request with current setting.
@@ -27,6 +27,7 @@ Go into the Itential Platform GUI and verify/update the properties
27
27
  ```text
28
28
  ping the ip address of Nokia_altiplano server
29
29
  try telnet to the ip address port of Nokia_altiplano
30
+ execute a curl command to the other system
30
31
  ```
31
32
 
32
33
  4. Verify the credentials provided for Nokia_altiplano.
@@ -43,4 +44,4 @@ Go into the Itential Platform GUI and verify/update the properties
43
44
 
44
45
  ### Functional Issues
45
46
 
46
- Adapter logs are located in `/var/log/pronghorn`. In older releases of the Itential Platform, there is a `pronghorn.log` file which contains logs for all of the Itential Platform. In newer versions, adapters are logging into their own files.
47
+ Adapter logs are located in `/var/log/pronghorn`. In older releases of the Itential Platform, there is a `pronghorn.log` file which contains logs for all of the Itential Platform. In newer versions, adapters can be configured to log into their own files.