Wireless Access

last person joined: 22 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Can API Set Methods Apply Changes Directly?

This thread has been viewed 1 times
  • 1.  Can API Set Methods Apply Changes Directly?

    Posted Nov 30, 2017 11:05 AM

    I am attempting to use the Aruba OS 8.2 API to create a WLAN/SSID "on the fly."  Essentially, I'm trying to create a clone copy of an existing one.  When I create the SSID with the API, it is created as a pending change and not applied immediately.  

     

    Does anyone know of a way to apply the changes immediately using the API?!



  • 2.  RE: Can API Set Methods Apply Changes Directly?
    Best Answer

    EMPLOYEE
    Posted Nov 30, 2017 11:08 AM
    Send a second API call to commit the config.


  • 3.  RE: Can API Set Methods Apply Changes Directly?

    Posted Nov 30, 2017 11:22 AM

    When you say a 2nd API call, are you saying invoke an identical API call or an entirely different one with a different URL?!  I tried the first approach and still see "_pending : 1" in the global result.  I'm reviewing the API document now and am not seeing anything about the second approach.



  • 4.  RE: Can API Set Methods Apply Changes Directly?

    Posted Nov 30, 2017 02:28 PM

    I believe I found it using the "write memory" CLI command, which has a API counterpart.



  • 5.  RE: Can API Set Methods Apply Changes Directly?

    Posted Jan 16, 2018 10:28 AM

    Late reply, but I can confirm that a POST to "/v1/configuration/object/write_memory" is what is needed to commit pending changes.