@itentialopensource/adapter-paragon_dcs 0.2.2 → 0.2.4
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 +15 -5
- 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.4 [03-13-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.13_12:45PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/discovery-and-topology/adapter-paragon_dcs!5
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.2.3 [03-11-2024]
|
|
11
|
+
|
|
12
|
+
* Update Metadata
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/discovery-and-topology/adapter-paragon_dcs!4
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.2.2 [02-26-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.02.26_10:58AM
|
package/metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-paragon_dcs",
|
|
3
3
|
"webName": "Adapter for Integration to Paragon DCS",
|
|
4
|
-
"vendor": "
|
|
4
|
+
"vendor": "Juniper Networks",
|
|
5
5
|
"product": "DCS",
|
|
6
6
|
"osVersion": [],
|
|
7
7
|
"apiVersions": [],
|
|
@@ -16,8 +16,12 @@
|
|
|
16
16
|
"domains": [
|
|
17
17
|
"Discovery & Topology"
|
|
18
18
|
],
|
|
19
|
-
"tags": [
|
|
20
|
-
|
|
19
|
+
"tags": [
|
|
20
|
+
"Monitoring & Troubleshooting"
|
|
21
|
+
],
|
|
22
|
+
"useCases": [
|
|
23
|
+
"Automated network data gathering for diagnostics"
|
|
24
|
+
],
|
|
21
25
|
"deprecated": {
|
|
22
26
|
"isDeprecated": false
|
|
23
27
|
},
|
|
@@ -45,5 +49,11 @@
|
|
|
45
49
|
"workflowProjects": [],
|
|
46
50
|
"transformationProjects": [],
|
|
47
51
|
"exampleProjects": []
|
|
48
|
-
}
|
|
49
|
-
|
|
52
|
+
},
|
|
53
|
+
"authMethods": [
|
|
54
|
+
{
|
|
55
|
+
"type": "Dynamic Token",
|
|
56
|
+
"primary": true
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
package/package.json
CHANGED
|
Binary file
|