Developer

 View Only
last person joined: 12 days ago 

Expand all | Collapse all

Aruba Central - Retrieve WLAN WPA Passphrase

This thread has been viewed 5 times
  • 1.  Aruba Central - Retrieve WLAN WPA Passphrase

    Posted 29 days ago

    I can get_wlan and get a dictionary of all the WLAN config, including the passphrase as '**************'.  Does anyone know if I can retrieve the wpa passphrase, unencrypted/unmasked?  It's available in the GUI, by clicking on the eye icon, but I can't find it in the API.



    ------------------------------
    Brannen Taylor
    LendingTree
    Manager, Network Operations
    ------------------------------


  • 2.  RE: Aruba Central - Retrieve WLAN WPA Passphrase
    Best Answer

    Posted 29 days ago

    Of course, right after posting that, I find it.


    Get the information of an existing WLAN.

    GET/configuration/v2/wlan/{group_name_or_guid_or_serial_number}/{wlan_name}

    Get the information of an existing WLAN.

    {
      "wlan": {
        "essid": "ssid_name",
        "type": "employee",
        "hide_ssid": true,
        "vlan": "10",
        "zone": "1,2,3,4,5",
        "wpa_passphrase": "1234567890",


    ------------------------------
    Brannen Taylor
    LendingTree
    Manager, Network Operations
    ------------------------------