Skip to content

Network settings

Example data

{
  "data": [
    {
      "type": "network-settings",
      "id": "0c914efd-fc3c-419f-92d0-15d7be550a41",
      "attributes": {
        "upload-limit": null,
        "session-time": 2233,
        "download-rate-limit": null,
        "download-limit": 3,
        "idle-time": null,
        "upload-rate-limit": null
      },
      "relationships": {
        "venue": {
          "data": {
            "type": "venues",
            "id": "22222222-2222-2222-2222-222222222222"
          }
        }
      }
    }
  ]
}

Attributes

Name Description
upload-limit Upload Limit (MiB)
session-time Force users to log out after (min)
download-rate-limit Maximum Download Speed (Kib/s)
download-limit Download Limit (MiB)
idle-time Idle time after which device will have to re-authenticate
upload-rate-limit Maximum Upload Speed (Kib/s)