This repository contains code samples for Aruba Central.
This folder contains a sample code for building your own Aruba Central Dashboard using the API Gateways Aruba Central Custom Dashboard
- Clone the repo
cd customized-dashboard/
npm install
ng serve
. This should have your web-app up and running- Edit the file
vi src/config/service.config.ts
and provide a valid App URL and access token. Save this file. - Open 'localhost:4200' in your browser to see the home page
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.
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.
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