@itentialopensource/adapter-paragon_active_assurance 0.2.1 → 0.2.3
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/CHANGELOG.md +16 -0
- package/metadata.json +14 -4
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.2.3 [03-21-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.21_14:56PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_active_assurance!5
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.2.2 [03-12-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.12_10:55AM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_active_assurance!4
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.2.1 [02-27-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.02.27_11:28AM
|
package/metadata.json
CHANGED
|
@@ -16,8 +16,14 @@
|
|
|
16
16
|
"domains": [
|
|
17
17
|
"Service Assurance"
|
|
18
18
|
],
|
|
19
|
-
"tags": [
|
|
20
|
-
|
|
19
|
+
"tags": [
|
|
20
|
+
"Monitoring & Troubleshooting"
|
|
21
|
+
],
|
|
22
|
+
"useCases": [
|
|
23
|
+
"Add Device to Monitoring",
|
|
24
|
+
"Automated network data gathering for diagnostics",
|
|
25
|
+
"Verify network connectivity"
|
|
26
|
+
],
|
|
21
27
|
"deprecated": {
|
|
22
28
|
"isDeprecated": false
|
|
23
29
|
},
|
|
@@ -36,7 +42,11 @@
|
|
|
36
42
|
"vendorLink": "https://www.juniper.net/us/en.html",
|
|
37
43
|
"productLink": "https://www.juniper.net/us/en/products/network-automation/paragon-active-assurance.html",
|
|
38
44
|
"apiLinks": [
|
|
39
|
-
|
|
45
|
+
{
|
|
46
|
+
"title": "Juniper Networks - Paragon Active Assurance (formerly Netrounds) API",
|
|
47
|
+
"link": "https://app.netrounds.com/rest/",
|
|
48
|
+
"public": true
|
|
49
|
+
}
|
|
40
50
|
]
|
|
41
51
|
},
|
|
42
52
|
"assets": [],
|
|
@@ -48,4 +58,4 @@
|
|
|
48
58
|
"transformationProjects": [],
|
|
49
59
|
"exampleProjects": []
|
|
50
60
|
}
|
|
51
|
-
}
|
|
61
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-paragon_active_assurance",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "This adapter integrates with system described as: Juniper Paragon Active Assurance.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Juniper Paragon Active Assurance",
|
|
Binary file
|