Developer

 View Only
  • 1.  update ap_group virtual_ap list - how to remove groups?

    Posted 26 days ago

    Hi,

    When I use the WLAN ap_group api to update the list of virtual_ap profiles assigned to the group, it appears to be additive and does not replace existing virtual_ap entries. When I submit a POST with just the list I want, the resulting pending configuration shows the existing virtual_ap profile names in the configuration along with the new ones.

    Can you delete virtual_ap profiles from an ap_group using the API?

    Thank you,

    --Doug



  • 2.  RE: update ap_group virtual_ap list - how to remove groups?

    Posted 22 days ago

    Hi Doug,

    Do you have look to use PUT and not POST ?



    ------------------------------
    PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...

    PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)

    PowerArubaCL: Powershell Module to use Aruba Central

    PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..

    ACEP / ACMX #107 / ACDX #1281
    ------------------------------



  • 3.  RE: update ap_group virtual_ap list - how to remove groups?

    Posted 20 days ago
    Edited by Doug Wilkinson 20 days ago

    Edit: I was not testing with PUT, sorry.

    Thank you for the idea though!

    When I tried using PUT instead of POST, I get a strange result that looks like some type of API error page with stylesheet definitions and jscripts.

    I used the same content, just replaced POST with PUT.

    Any other ideas?

    Thanks,

    --Doug