@itentialopensource/adapter-clearcable_noms 0.4.1 → 0.4.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 +12 -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,17 @@
|
|
|
13
13
|
],
|
|
14
14
|
"method": "REST",
|
|
15
15
|
"type": "Adapter",
|
|
16
|
-
"domains": [
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
"domains": [
|
|
17
|
+
"Service Assurance"
|
|
18
|
+
],
|
|
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
|
+
],
|
|
19
27
|
"deprecated": {
|
|
20
28
|
"isDeprecated": false
|
|
21
29
|
},
|
|
@@ -44,4 +52,4 @@
|
|
|
44
52
|
"transformationProjects": [],
|
|
45
53
|
"exampleProjects": []
|
|
46
54
|
}
|
|
47
|
-
}
|
|
55
|
+
}
|
package/package.json
CHANGED
|
Binary file
|