@itentialopensource/adapter-moogsoft 0.3.1 → 0.3.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 +10 -4
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-moogsoft",
|
|
3
|
-
"webName"
|
|
3
|
+
"webName": "Adapter for Integration to Moogsoft",
|
|
4
4
|
"vendor": "Moogsoft",
|
|
5
5
|
"product": "Moogsoft",
|
|
6
6
|
"osVersion": [],
|
|
@@ -16,8 +16,14 @@
|
|
|
16
16
|
"domains": [
|
|
17
17
|
"Service Assurance"
|
|
18
18
|
],
|
|
19
|
-
"tags": [
|
|
20
|
-
|
|
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
|
+
],
|
|
21
27
|
"deprecated": {
|
|
22
28
|
"isDeprecated": false
|
|
23
29
|
},
|
|
@@ -46,4 +52,4 @@
|
|
|
46
52
|
"transformationProjects": [],
|
|
47
53
|
"exampleProjects": []
|
|
48
54
|
}
|
|
49
|
-
}
|
|
55
|
+
}
|
package/package.json
CHANGED
|
Binary file
|