mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-01-27 10:22:51 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
[
|
|
{
|
|
"model_type": "Profile",
|
|
"id": 1,
|
|
"customerId": 2,
|
|
"profileType": "radius",
|
|
"name": "Radius-Profile",
|
|
"details": {
|
|
"model_type": "RadiusProfile",
|
|
"subnetConfiguration": null,
|
|
"serviceRegionMap": {
|
|
"Ottawa": {
|
|
"model_type": "RadiusServiceRegion",
|
|
"serverMap": {
|
|
"Radius-Profile": [
|
|
{
|
|
"model_type": "RadiusServer",
|
|
"ipAddress": "192.168.0.1",
|
|
"secret": "testing123",
|
|
"authPort": 1812,
|
|
"timeout": null
|
|
}
|
|
]
|
|
},
|
|
"regionName": "Ottawa"
|
|
}
|
|
},
|
|
"profileType": "radius"
|
|
},
|
|
"createdTimestamp": 1601961451668,
|
|
"lastModifiedTimestamp": 1601961451668,
|
|
"childProfileIds": []
|
|
}
|
|
] |