Skip to main content
Needs Votes

Juniper MIST - Access Points

Related products:Infra Monitoring - Connectors
  • July 30, 2024
  • 1 reply
  • 48 views

Forum|alt.badge.img+7

Juniper MIST is a cloud based AI solution from Juniper Network devices (similar to Cisco Meraki), it should be nice to have support for them.

They offer a Rest API https://www.mist.com/documentation/category/configuration-api/ and Gen Docs – Django REST framework (mist.com)

For example you can have via Rest API a List of all AP and their status

      # current stat
"status": "connected",
"ip": "x.x.x.x", // first IP
"num_clients": 10,
"uptime": 13500,
"tx_bytes": 211217389682,
"rx_bytes": 8515104416,

 

1 reply

rchauvel
Centreonian
Forum|alt.badge.img+18
  • Centreonian
  • August 23, 2024
NewNeeds Votes