@itentialopensource/adapter-nokia_nsp_network 0.2.1 → 0.2.2
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 +8 -0
- package/metadata.json +19 -4
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/metadata.json
CHANGED
|
@@ -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
|