mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 03:28:00 +00:00
25 lines
535 B
JSON
25 lines
535 B
JSON
[
|
|
{
|
|
"model_type": "Profile",
|
|
"id": 1,
|
|
"customerId": 2,
|
|
"profileType": "radius",
|
|
"name": "Radius-Profile",
|
|
"details": {
|
|
"model_type": "RadiusProfile",
|
|
"primaryRadiusAuthServer": {
|
|
"model_type": "RadiusServer",
|
|
"ipAddress": "192.168.0.1",
|
|
"secret": "testing123",
|
|
"port": 1812,
|
|
"timeout": null
|
|
},
|
|
"profileType": "radius"
|
|
},
|
|
"createdTimestamp": 1611262628767,
|
|
"lastModifiedTimestamp": 1611262628767,
|
|
"childProfileIds": [
|
|
]
|
|
}
|
|
]
|