@itentialopensource/adapter-nokia_nsp_network 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 +20 -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.3 [03-14-2024]
|
|
3
|
+
|
|
4
|
+
* Update metadata.json
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/sd-wan/adapter-nokia_nsp_network!8
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.2.2 [03-11-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.11_10:42AM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/sd-wan/adapter-nokia_nsp_network!7
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.2.1 [02-26-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.02.26_13:04PM
|
package/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-nokia_nsp_network",
|
|
3
|
-
"webName": "Adapter for Integration to Nokia
|
|
3
|
+
"webName": "Adapter for Integration to Nokia NSP Network",
|
|
4
4
|
"vendor": "Nokia",
|
|
5
5
|
"product": "NSP Network",
|
|
6
6
|
"osVersion": [],
|
|
@@ -13,9 +13,24 @@
|
|
|
13
13
|
],
|
|
14
14
|
"method": "REST",
|
|
15
15
|
"type": "Adapter",
|
|
16
|
-
"domains": [
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
"domains": [
|
|
17
|
+
"SD-WAN (SASE)"
|
|
18
|
+
],
|
|
19
|
+
"tags": [
|
|
20
|
+
"Network Infrastructure Changes",
|
|
21
|
+
"Configuration & Compliance",
|
|
22
|
+
"Software Upgrades & Device Maintenance"
|
|
23
|
+
],
|
|
24
|
+
"useCases": [
|
|
25
|
+
"Run network compliance checks and remediation",
|
|
26
|
+
"Port/VLAN Configuration",
|
|
27
|
+
"Software Upgrade",
|
|
28
|
+
"Cloud Managed Networks",
|
|
29
|
+
"Router configuration backup or restore",
|
|
30
|
+
"Determine configuration drift",
|
|
31
|
+
"Device Onboarding",
|
|
32
|
+
"Port Turn-up"
|
|
33
|
+
],
|
|
19
34
|
"deprecated": {
|
|
20
35
|
"isDeprecated": false
|
|
21
36
|
},
|
|
@@ -44,4 +59,4 @@
|
|
|
44
59
|
"transformationProjects": [],
|
|
45
60
|
"exampleProjects": []
|
|
46
61
|
}
|
|
47
|
-
}
|
|
62
|
+
}
|
package/package.json
CHANGED
|
Binary file
|