Network Management

 View Only

Aruba 29030F Rest API Support

This thread has been viewed 3 times
  • 1.  Aruba 29030F Rest API Support

    Posted Dec 08, 2024 08:37 PM

    Hi, 

    I've configuring some Aruba 2930F switches, and using ansible

    When I try to set the radius servers  I get the message 

    fatal: [test-switch]: FAILED! => {"changed": false, "data": "", "msg": "unable to load response from device"}

    Here is my playbook

    - hosts: test-switch
      collections:
        - arubanetworks.aos_switch


      tasks:
        - name: Configure Radius server 10.0.0.1 with shared secret RADIUS!
          arubaoss_radius_profile:
            command: config_radius_server
            server_ip: 10.0.0.1
            shared_secret: "RADIUS!"

    I've looked at the 16.07 REST API and JSON Schema Updated and it lists the radius api
    Are all the API implemented on the 2930f ? 

    Is there a list of the implemented API for each switch model 

    Thanks.