Radius Profile Provisioning -- change name authPort on RadiusServer to port

This commit is contained in:
Mike Hansen
2021-01-25 11:06:27 -05:00
parent 095c611b8a
commit bba5008753
11 changed files with 79 additions and 99 deletions

View File

@@ -7,21 +7,13 @@
"name": "Radius-Profile",
"details": {
"model_type": "RadiusProfile",
"primaryRadiusServer": {
"primaryRadiusAuthServer": {
"model_type": "RadiusServer",
"ipAddress": "192.168.0.1",
"secret": "testing123",
"authPort": 1812,
"port": 1812,
"timeout": null
},
"secondaryRadiusServer": {
"model_type": "RadiusServer",
"ipAddress": "192.168.0.2",
"secret": "testing123",
"authPort": 1812,
"timeout": null
},
"radiusSubnetConfiguration": null,
"profileType": "radius"
},
"createdTimestamp": 1611262628767,

View File

@@ -21,7 +21,6 @@
"keyRefresh": 0,
"noLocalSubnets": false,
"radiusServiceId": 0,
"radiusAccountingServiceId": 0,
"radiusAcountingServiceInterval": 60,
"captivePortalId": null,
"bandwidthLimitDown": 0,

View File

@@ -7,21 +7,13 @@
"name": "Radius-Profile",
"details": {
"model_type": "RadiusProfile",
"primaryRadiusServer": {
"primaryRadiusAuthServer": {
"model_type": "RadiusServer",
"ipAddress": "192.168.0.1",
"secret": "testing123",
"authPort": 1812,
"port": 1812,
"timeout": null
},
"secondaryRadiusServer": {
"model_type": "RadiusServer",
"ipAddress": "192.168.0.2",
"secret": "testing123",
"authPort": 1812,
"timeout": null
},
"radiusSubnetConfiguration": null,
"profileType": "radius"
},
"createdTimestamp": 1611262628767,

View File

@@ -21,7 +21,6 @@
"keyRefresh": 0,
"noLocalSubnets": false,
"radiusServiceId": 0,
"radiusAccountingServiceId": 0,
"radiusAcountingServiceInterval": 60,
"captivePortalId": null,
"bandwidthLimitDown": 0,