UNPKG

node-red-contrib-ov2500

Version:

node-red nodes to have API access to the Alcatel-Lucent enterprise OV2500 Network Manager

48 lines (37 loc) 917 B
Welcome to the Alcatel-Lucent Enterprise OV2500 node-red implementation. This node allows to perform REST API calls to the Alcatel-Lucent Enterprise OmniVista 2500 Network Manager **Install** `$ npm install -g node-red-contrib-ov2500` **Usage** ``` This contrib will install several nodes to interact with OV2500 or OV Cirrus, the cloud version of OV2500. ``` **Supported nodes** ``` **devices** Retrieve the list of devices in OV2500 ``` ``` **WlanClientList** Retrieve list of connected WLAN Devices ``` ``` **WlanAPintrusionList** Retrieve list of connected WLAN Devices ``` ``` **AccessRoleProfileList** v0.1.9 Retrieve list of Access role profile templates ``` ``` **addAccount** v0.1.9 Add account to employee account table ``` ``` **authRecordList** v0.1.9 Retrieve list authentication records from UPAM ``` ``` **AccessRoleProfileList** v0.1.9 Retrieve list of Access role profile templates ```