Aruba Central Configuration
API Configuration
Rest-API configuration to integrate Aruba Central. All information it´s available in your Aruba Central account: Global Settings → Organization → Platform Integration → Rest API.
- Tokens parameters should be in the following format:
- The Aruba Central Base URL format: https://xxxxx-apigw.central.arubanetworks.com
- You need to create a SSID with MPSK-AES and Cloud Auth as Authentication Server
- You need to add a MPSK Network: Global → Security → Auth&Policies → Config → Manage MPSK → Under MPSK Network add, New Configuration and select the SSDI created before.
{ "access_token":"xxxxx", "appname":"nms", "authenticated_userid":"xxxxx", "created_at":xxxxx, "credential_id":"xxxxx", "expires_in":xxxxx, "id":"xxxxx", "refresh_token":"xxxxx", "scope":"all", "token_type":"bearer" }
0%