@itentialopensource/adapter-paragon_pathfinder 1.3.5 → 1.4.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/AUTH.md +83 -14
- package/BROKER.md +31 -19
- package/CALLS.md +59 -23
- package/CHANGELOG.md +16 -0
- package/PROPERTIES.md +5 -0
- package/README.md +60 -63
- package/SYSTEMINFO.md +17 -6
- package/TAB1.md +7 -0
- package/TAB2.md +146 -2060
- package/compliance-report.json +9 -0
- package/compliance-report.txt +5 -0
- package/metadata.json +28 -6
- package/package.json +13 -15
- package/propertiesSchema.json +5 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +4 -4
- package/report/updateReport1717075995823.json +120 -0
- package/sampleProperties.json +37 -25
- package/test/integration/adapterTestIntegration.js +1 -0
- package/test/unit/adapterTestUnit.js +6 -8
package/SYSTEMINFO.md
CHANGED
|
@@ -1,11 +1,22 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Paragon Pathfinder
|
|
2
2
|
|
|
3
|
-
Vendor:
|
|
4
|
-
Homepage: https://
|
|
3
|
+
Vendor: Juniper Networks
|
|
4
|
+
Homepage: https://www.juniper.net/us/en.html
|
|
5
5
|
|
|
6
|
-
Product:
|
|
7
|
-
Product Page: https://
|
|
6
|
+
Product: Paragon Pathfinder
|
|
7
|
+
Product Page: https://www.juniper.net/us/en/products/network-automation/paragon-pathfinder.html
|
|
8
8
|
|
|
9
9
|
## Introduction
|
|
10
|
+
We classify Paragon Pathfinder into the Network Services domain as Paragon Pathfinder provides functionalities centered around optimizing and managing network traffic. We also classify Paragon Pathfinder into the Data Center domain due to its role in managing and optimizing network infrastructure within data center.
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
"Paragon Pathfinder enables your operations team to more efficiently manage strict transport service SLAs through automated planning, provisioning, proactive monitoring, and optimization of large traffic loads dynamically"
|
|
13
|
+
|
|
14
|
+
## Why Integrate
|
|
15
|
+
The Paragon Pathfinder adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Juniper Paragon Pathfinder. With this adapter you have the ability to perform operations such as:
|
|
16
|
+
|
|
17
|
+
- Topology
|
|
18
|
+
- Config
|
|
19
|
+
- NETCONF
|
|
20
|
+
|
|
21
|
+
## Additional Product Documentation
|
|
22
|
+
The [API documents for Paragon Pathfinder](https://www.juniper.net/documentation/us/en/software/paragon-automation23.2/paragon-automation-api-ref/paragon-pathfinder/api-ref-pathfinder-v2.html)
|
package/TAB1.md
CHANGED
|
@@ -2,4 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
This adapter is used to integrate the Itential Automation Platform (IAP) with the Paragon_pathfinder System. The API that was used to build the adapter for Paragon_pathfinder is usually available in the report directory of this adapter. The adapter utilizes the Paragon_pathfinder 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
|
+
## Details
|
|
6
|
+
The Paragon Pathfinder adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Juniper Paragon Pathfinder. With this adapter you have the ability to perform operations such as:
|
|
7
|
+
|
|
8
|
+
- Topology
|
|
9
|
+
- Config
|
|
10
|
+
- NETCONF
|
|
11
|
+
|
|
5
12
|
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|