@itentialopensource/adapter-netbox_v33 2.1.1 → 2.1.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 +16 -4
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/metadata.json
CHANGED
|
@@ -17,10 +17,22 @@
|
|
|
17
17
|
"method": "REST",
|
|
18
18
|
"type": "Adapter",
|
|
19
19
|
"domains": [
|
|
20
|
-
"Inventory"
|
|
20
|
+
"Inventory",
|
|
21
|
+
"Network Services"
|
|
22
|
+
],
|
|
23
|
+
"tags": [
|
|
24
|
+
"Network Infrastructure Changes",
|
|
25
|
+
"Configuration & Compliance"
|
|
26
|
+
],
|
|
27
|
+
"useCases": [
|
|
28
|
+
"Device Onboarding",
|
|
29
|
+
"Assign Network & IP",
|
|
30
|
+
"Create A Record",
|
|
31
|
+
"Run network compliance checks and remediatio",
|
|
32
|
+
"Golden Configuration",
|
|
33
|
+
"Bulk IP Address Allocation",
|
|
34
|
+
"DNS Management"
|
|
21
35
|
],
|
|
22
|
-
"tags": [],
|
|
23
|
-
"useCases": [],
|
|
24
36
|
"deprecated": {
|
|
25
37
|
"isDeprecated": false
|
|
26
38
|
},
|
|
@@ -49,4 +61,4 @@
|
|
|
49
61
|
"transformationProjects": [],
|
|
50
62
|
"exampleProjects": []
|
|
51
63
|
}
|
|
52
|
-
}
|
|
64
|
+
}
|
package/package.json
CHANGED
|
Binary file
|