@itentialopensource/adapter-thingspace 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 +23 -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,28 @@
|
|
|
13
13
|
],
|
|
14
14
|
"method": "REST",
|
|
15
15
|
"type": "Adapter",
|
|
16
|
-
"domains": [
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
"domains": [
|
|
17
|
+
"Data Center",
|
|
18
|
+
"Network Services"
|
|
19
|
+
],
|
|
20
|
+
"tags": [
|
|
21
|
+
"Configuration & Compliance",
|
|
22
|
+
"Network Infrastructure Changes",
|
|
23
|
+
"Software Upgrades & Device Maintenance"
|
|
24
|
+
],
|
|
25
|
+
"useCases": [
|
|
26
|
+
"Device Onboarding",
|
|
27
|
+
"Router configuration backup or restore",
|
|
28
|
+
"Run network compliance checks and remediation",
|
|
29
|
+
"Determine configuration drift",
|
|
30
|
+
"Golden Configuration",
|
|
31
|
+
"Port/VLAN Configuration",
|
|
32
|
+
"EVPN & VXLA",
|
|
33
|
+
"Port Turn-up",
|
|
34
|
+
"Assign Network & IP",
|
|
35
|
+
"Cloud Managed Networks",
|
|
36
|
+
"Software Upgrade"
|
|
37
|
+
],
|
|
19
38
|
"deprecated": {
|
|
20
39
|
"isDeprecated": false
|
|
21
40
|
},
|
|
@@ -44,4 +63,4 @@
|
|
|
44
63
|
"transformationProjects": [],
|
|
45
64
|
"exampleProjects": []
|
|
46
65
|
}
|
|
47
|
-
}
|
|
66
|
+
}
|
package/package.json
CHANGED
|
Binary file
|