Add captivePortal sample file

This commit is contained in:
Lynn Shi
2020-07-27 23:02:27 -04:00
parent 7cbfd6f163
commit 34ef918a18
3 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
[
{
"model_type": "Profile",
"id": 2,
"customerId": 2,
"profileType": "captive_portal",
"name": "Captive-portal",
"details": {
"model_type": "CaptivePortalConfiguration",
"name": "Captive-portal",
"browserTitle": "Access the network as Guest",
"headerContent": "Captive Portal",
"userAcceptancePolicy": "Use this network at your own risk. No warranty of any kind.",
"successPageMarkdownText": "Welcome to the network",
"redirectURL": "",
"externalCaptivePortalURL": null,
"sessionTimeoutInMinutes": 60,
"logoFile": {
"model_type": "ManagedFileInfo",
"md5checksum": null,
"lastModifiedTimestamp": null,
"apExportUrl": "netExpLogo.png",
"fileCategory": "CaptivePortalLogo",
"fileType": "PNG",
"altSlot": false
},
"backgroundFile": {
"model_type": "ManagedFileInfo",
"md5checksum": null,
"lastModifiedTimestamp": null,
"apExportUrl": "netExpBackgroud.jpg",
"fileCategory": "CaptivePortalBackground",
"fileType": "JPG",
"altSlot": false
},
"walledGardenAllowlist": [
"1.2.3.4",
"1.2.3.4-2.3.4.5",
"connectus.ai"
],
"usernamePasswordFile": null,
"authenticationType": "guest",
"radiusAuthMethod": "CHAP",
"maxUsersWithSameCredentials": 42,
"externalPolicyFile": null,
"backgroundPosition": "left_top",
"backgroundRepeat": "no_repeat",
"radiusServiceName": null,
"expiryType": "unlimited",
"userList": [],
"macAllowList": [],
"profileType": "captive_portal"
},
"createdTimestamp": 1595341820188,
"lastModifiedTimestamp": 1595341820188,
"childProfileIds": []
}
]