Developer

 View Only
last person joined: 4 hours ago 

Expand all | Collapse all

ArubaOS 8 Rest API - Send AP Reboot

This thread has been viewed 8 times
  • 1.  ArubaOS 8 Rest API - Send AP Reboot

    Posted Dec 15, 2023 08:18 AM

    Hello -

    I was wondering if anybody knows if there's an available ArubaOS 8 Rest API endpoint for sending a reboot to a campus access point. Something like where you specify the MAC address or AP Name of the AP you want to reboot.

    Thanks!



  • 2.  RE: ArubaOS 8 Rest API - Send AP Reboot

    MVP GURU
    Posted Dec 18, 2023 07:01 AM

    Hi,

    yes, there is 

    post /object/apboot

    for this (it is the same command when using CLI)

    You can pass the following parameter

    {
      "wired-mac": "string",
      "ap-name": "string",
      "ip-addr": "string",
      "all": true,
      "ap-group": "string",
      "local_global": "local",
      "provisioned": true,
      "ip6-addr": "string"
    }

    you can look on /api => Ap Provisinning on swagger 



    ------------------------------
    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
    ------------------------------