Next Topic

Previous Topic

Book Contents

Making Bulk Changes Using the API

You can make bulk changes to the devices using the API.

  1. Make sure that the BVE API is operating from the Traverse Service Controller in Windows.
  2. From a command prompt or shell, enter:
telnet localhost 7661
LOGIN <login_id>/<password>
device.list "deviceName=*"
test.list "deviceName=xyz", "testName=*"
test.suspend "testName=VirtMemUsed", "deviceName=compaq*"
device.delete "deviceName=*"
LOGOUT

See the Traverse Developer Guide & API Reference for more information.