mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2026-01-09 12:49:52 +00:00
This patch adds a script to configure and start a local instance of the cloud-sdk. The script also allows you to generate the device specific config json. Signed-off-by: John Crispin <john@phrozen.org>
35 lines
772 B
JSON
35 lines
772 B
JSON
[
|
|
{
|
|
"model_type": "Profile",
|
|
"id": 1,
|
|
"customerId": 2,
|
|
"profileType": "radius",
|
|
"name": "RadiusProfileOttawa",
|
|
"details": {
|
|
"model_type": "RadiusProfile",
|
|
"subnetConfiguration": null,
|
|
"serviceRegionMap": {
|
|
"Ottawa": {
|
|
"model_type": "RadiusServiceRegion",
|
|
"serverMap": {
|
|
"RadiusProfileOttawa": [
|
|
{
|
|
"model_type": "RadiusServer",
|
|
"ipAddress": "localhost",
|
|
"secret": "testing123",
|
|
"authPort": 1812,
|
|
"timeout": null
|
|
}
|
|
]
|
|
},
|
|
"regionName": "Ottawa"
|
|
}
|
|
},
|
|
"profileType": "radius"
|
|
},
|
|
"createdTimestamp": 1591653174195,
|
|
"lastModifiedTimestamp": 1591653174195,
|
|
"childProfileIds": []
|
|
}
|
|
]
|