@itentialopensource/adapter-dna_center 0.8.0 → 0.9.1
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/CALLS.md +270 -0
- package/CHANGELOG.md +16 -0
- package/adapter.js +3751 -0
- package/entities/SDA/action.json +920 -0
- package/entities/SDA/schema.json +63 -0
- package/package.json +3 -3
- package/pronghorn.json +1797 -2
- package/propertiesSchema.json +10 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/updateReport1698421217868.json +120 -0
- package/test/integration/adapterTestIntegration.js +1639 -0
- package/test/unit/adapterTestUnit.js +1475 -0
- package/utils/methodDocumentor.js +16 -3
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "deletePortAssignmentForAccessPointInSDAFabric",
|
|
12
|
+
"enum": [
|
|
13
|
+
"deletePortAssignmentForAccessPointInSDAFabric",
|
|
14
|
+
"getPortAssignmentForAccessPointInSDAFabric",
|
|
15
|
+
"addPortAssignmentForAccessPointInSDAFabric",
|
|
16
|
+
"getDeviceInfoFromSDAFabric",
|
|
17
|
+
"getTransitPeerNetworkInfo",
|
|
18
|
+
"addTransitPeerNetwork",
|
|
19
|
+
"deleteTransitPeerNetwork",
|
|
20
|
+
"deleteEdgeDeviceFromSDAFabric",
|
|
21
|
+
"getEdgeDeviceFromSDAFabric",
|
|
22
|
+
"addEdgeDeviceInSDAFabric",
|
|
23
|
+
"addIPPoolInSDAVirtualNetwork",
|
|
24
|
+
"deleteIPPoolFromSDAVirtualNetwork",
|
|
25
|
+
"getIPPoolFromSDAVirtualNetwork",
|
|
26
|
+
"deleteMulticastFromSDAFabric",
|
|
27
|
+
"getMulticastDetailsFromSDAFabric",
|
|
28
|
+
"addMulticastInSDAFabric",
|
|
29
|
+
"getVirtualNetworkFromSDAFabric",
|
|
30
|
+
"addVNInFabric",
|
|
31
|
+
"deleteVNFromSDAFabric",
|
|
32
|
+
"deleteDefaultAuthenticationProfileFromSDAFabric",
|
|
33
|
+
"updateDefaultAuthenticationProfileInSDAFabric",
|
|
34
|
+
"getDefaultAuthenticationProfileFromSDAFabric",
|
|
35
|
+
"addDefaultAuthenticationTemplateInSDAFabric",
|
|
36
|
+
"deleteSiteFromSDAFabric",
|
|
37
|
+
"getSiteFromSDAFabric",
|
|
38
|
+
"addSiteInSDAFabric",
|
|
39
|
+
"reProvisionWiredDevice",
|
|
40
|
+
"provisionWiredDevice",
|
|
41
|
+
"getProvisionedWiredDevice",
|
|
42
|
+
"deleteProvisionedWiredDevice",
|
|
43
|
+
"getVirtualNetworkSummary",
|
|
44
|
+
"getDeviceRoleInSDAFabric",
|
|
45
|
+
"addPortAssignmentForUserDeviceInSDAFabric",
|
|
46
|
+
"getPortAssignmentForUserDeviceInSDAFabric",
|
|
47
|
+
"deletePortAssignmentForUserDeviceInSDAFabric",
|
|
48
|
+
"getBorderDeviceDetailFromSDAFabric",
|
|
49
|
+
"addBorderDeviceInSDAFabric",
|
|
50
|
+
"deleteBorderDeviceFromSDAFabric",
|
|
51
|
+
"getControlPlaneDeviceFromSDAFabric",
|
|
52
|
+
"addControlPlaneDeviceInSDAFabric",
|
|
53
|
+
"deleteControlPlaneDeviceInSDAFabric",
|
|
54
|
+
"updateVirtualNetworkWithScalableGroups",
|
|
55
|
+
"deleteVirtualNetworkWithScalableGroups",
|
|
56
|
+
"getVirtualNetworkWithScalableGroups",
|
|
57
|
+
"addVirtualNetworkWithScalableGroups"
|
|
58
|
+
],
|
|
59
|
+
"external_name": "ph_request_type"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"definitions": {}
|
|
63
|
+
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-dna_center",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "This adapter integrates with system Dna_center",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Cisco DNA Center",
|
|
7
7
|
"wizardVersion": "2.44.7",
|
|
8
|
-
"engineVersion": "1.67.
|
|
8
|
+
"engineVersion": "1.67.10",
|
|
9
9
|
"adapterType": "http",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"author": "Itential",
|
|
56
56
|
"homepage": "https://gitlab.com/itentialopensource/adapters/controller-orchestrator/adapter-dna_center#readme",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
58
|
+
"@itentialopensource/adapter-utils": "^5.3.0",
|
|
59
59
|
"acorn": "^8.10.0",
|
|
60
60
|
"ajv": "^8.12.0",
|
|
61
61
|
"axios": "^1.4.0",
|