@itentialopensource/adapter-centreon 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 CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.2.2 [03-06-2024]
3
+
4
+ * Update Metadata
5
+
6
+ See merge request itentialopensource/adapters/service-assurance/adapter-centreon!4
7
+
8
+ ---
9
+
2
10
  ## 0.2.1 [02-26-2024]
3
11
 
4
12
  * Changes made at 2024.02.26_11:05AM
package/metadata.json CHANGED
@@ -13,9 +13,16 @@
13
13
  ],
14
14
  "method": "REST",
15
15
  "type": "Adapter",
16
- "domains": [],
17
- "tags": [],
18
- "useCases": [],
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
+ ],
19
26
  "deprecated": {
20
27
  "isDeprecated": false
21
28
  },
@@ -43,5 +50,11 @@
43
50
  "workflowProjects": [],
44
51
  "transformationProjects": [],
45
52
  "exampleProjects": []
46
- }
47
- }
53
+ },
54
+ "authMethods": [
55
+ {
56
+ "type": "Dynamic Token",
57
+ "primary": true
58
+ }
59
+ ]
60
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-centreon",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "This adapter integrates with system described as: Centreon.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file