Network Management

last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Anybody programming against AirWave / VisualRF?

This thread has been viewed 1 times
  • 1.  Anybody programming against AirWave / VisualRF?

    Posted Dec 12, 2012 04:11 PM

    Hi,

     

    I'm trying to write an application that queries the visualrf API's.  Is anyone doing that?  I can authenticate successfully against the website when my program ties to hit /visualrf/client.xml I get a (403) Forbidden.

     

    Thanks!



  • 2.  RE: Anybody programming against AirWave / VisualRF?

    EMPLOYEE
    Posted Dec 13, 2012 04:46 PM

    We've got several customers who access the VisualRF APIs.  One thing to check when you try to access the VisualRF API is that the program is using a valid user with a valid role.  Also, be sure that your app also uses https/http according to your AMP settings.  One way to trace the access is to watch the AMP's web server logs to make sure your program is getting past both web servers.  AMP uses the web server 'pound' for initial login, then apache for the rest of AMP's activities.  You may find some helpful messages in the /var/log/pound and /var/log/httpd/access_log.