@itentialopensource/adapter-apic 0.9.2 → 0.9.3
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 +14 -7
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/metadata.json
CHANGED
|
@@ -14,16 +14,23 @@
|
|
|
14
14
|
"method": "REST",
|
|
15
15
|
"type": "Adapter",
|
|
16
16
|
"domains": [
|
|
17
|
-
"Security (SASE)"
|
|
18
|
-
"Network Services"
|
|
17
|
+
"Security (SASE)"
|
|
19
18
|
],
|
|
20
19
|
"tags": [
|
|
21
|
-
"
|
|
22
|
-
"
|
|
20
|
+
"Security Policy Management",
|
|
21
|
+
"Configuration & Compliance",
|
|
22
|
+
"Network Infrastructure Changes",
|
|
23
|
+
"Software Upgrades & Device Maintenance"
|
|
23
24
|
],
|
|
24
25
|
"useCases": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
26
|
+
"Security Group updates",
|
|
27
|
+
"Security Rule Removal",
|
|
28
|
+
"Security Rule Creation",
|
|
29
|
+
"Run network compliance checks and remediation",
|
|
30
|
+
"Determine configuration drift",
|
|
31
|
+
"Device Onboarding",
|
|
32
|
+
"Software Upgrade",
|
|
33
|
+
"Firewall Configuration backup or restore"
|
|
27
34
|
],
|
|
28
35
|
"deprecated": {
|
|
29
36
|
"isDeprecated": false
|
|
@@ -55,4 +62,4 @@
|
|
|
55
62
|
"transformationProjects": [],
|
|
56
63
|
"exampleProjects": []
|
|
57
64
|
}
|
|
58
|
-
}
|
|
65
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-apic",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": " Cisco Application Policy Infrastructure Controller (Cisco APIC) is the unifying point of automation and management for the Application Centric Infrastructure (ACI) fabric.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Cisco APIC",
|
|
Binary file
|