CaptivePortalProfile

Object representing a Wireless Access Captive Portal Profile which can be associated with SSID entities from which end users may be presented with instructions and condition of use when connecting to an open wireless access point.

Overview

captivePage string required  
description string filterable   orderable  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
lastUpdatedBy string autogenerated  
name string required   filterable   orderable   locally unique  
portalType enum (CLICK_THROUGH) required   filterable  

API Resource

/captiveportalprofiles/id
delete get put

Parents

/enterprises/id/captiveportalprofiles
get post

Children

This object has no children.

Members

This object has no members.

Attributes documentation

captivePage string required  
Discussion

Attribute having the contents of captive portal page displayed to end user. User can possibly include very basic HTML tags like

,

    etc. in order to fomat the text displayed to the user.


    Charateristics

    Format: free
    Min length: 1
    Max length: 65535
    SDK attribute: captivePage

description string filterable   orderable  
Discussion

Description for the captive portal profile.


Charateristics

Format: free
Max length: 255
SDK attribute: description

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

name string required   filterable   orderable   locally unique  
Discussion

Name of the captive portal profile.


Charateristics

Format: free
Min length: 1
Max length: 255
SDK attribute: name

portalType enum required   filterable  
Discussion

Type of the portal page. Will decide if the NSG rendering the page will have a strict rendering of the welcoming page based on what is given by VSD, or if the information can be made customisable by an operator to include animations, videos, images, and other types of more complex scripts.


Charateristics

Allowed values: CLICK_THROUGH
Default value: CLICK_THROUGH
SDK attribute: portalType