All Projects → aruba → central-examples-only

aruba / central-examples-only

Licence: MIT License
Sample code for Aruba Central

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to central-examples-only

totalvoice-node
Client em NodeJS para API da Totalvoice
Stars: ✭ 54 (+145.45%)
Mutual labels:  central
BLE
No description or website provided.
Stars: ✭ 25 (+13.64%)
Mutual labels:  central
RS232-Monitor-Database
🔌📺 This is a public database for all the known RS232 commands for professionnal screens, monitors and projectors. Feel free to contribute !
Stars: ✭ 22 (+0%)
Mutual labels:  central
CampNet
Universal campus network assistant for iOS
Stars: ✭ 16 (-27.27%)
Mutual labels:  campus-network
pyaoscx
Python modules for AOS-CX
Stars: ✭ 24 (+9.09%)
Mutual labels:  campus-network

central-examples-only

This repository contains code samples for Aruba Central.

Aruba Central Custom Dashboard

This folder contains a sample code for building your own Aruba Central Dashboard using the API Gateways Aruba Central Custom Dashboard

Instructions for using the "customized-dashboard" folder

  1. Clone the repo
  2. cd customized-dashboard/
  3. npm install
  4. ng serve. This should have your web-app up and running
  5. Edit the file vi src/config/service.config.ts and provide a valid App URL and access token. Save this file.
  6. Open 'localhost:4200' in your browser to see the home page

Aruba Central REST API Python Sample Scripts

rest-api-python-scripts/

This folder contains sample python libraries and scripts to make API Requests to Aruba Central. REST APIs are based on request-response model. Refer to the Aruba Central's API Swagger documentation page (under ACCOUNT HOME -> GLOBAL SETTINGS -> API GATEWAY -> APIs) for the list of available APIs.

Aruba Central Streaming API

streaming-api-client/

This folder contains sample websocket client application based on python programming language. The sample python script would establish a websocket connection and decode the google protobuf message to human readable format.

Aruba Central Webhooks

webhooks/

This folder contains sample scripts and documentation for Aruba Central Webhooks and Alerts. The sample script in this section would start a HTTP(s) client to receive Alerts from Aruba Central via webhooks. To manage Webhooks in Aruba Central, go to ACCOUNT HOME -> GLOBAL SETTINGS -> WEBHOOKS.

For more information about Aruba Central, refer here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].