Tip: Example using dashboard web services

QUESTION:

Provide examples of using dashboard web services

 

RESOLUTION:

Listing dashboards

#!/bin/bash
curl -k -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{
  "username":"your_user_name",
  "password":"your_password"
}' https://traverse_server/api/json/dashboard/getDashboards

Delete a dashboard by serial number

#!/bin/bash
curl -k -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{
  "username":"your_user_name",
  "password":"your_password",
  "serialNumber":"your_serial_number"
}' https://traverse_server/api/json/dashboard/deleteDashboard

APPLIES TO:

All versions of Traverse

Have more questions?

Contact us

Was this article helpful?
0 out of 0 found this helpful

Provide feedback for the Documentation team!

Browse this section