Make a "DELETE" call to 8088 port with the link [/dvr/:name/delete] linkDel
- :name represents the name of the desired entry
Make a "POST" call to 8088 port with the link [/dvr/:name/:newstatus/update] linkPost
- :name represents the name ofthe desired server
- :newstatus represents the desired status to attend to server
- "alive" and "dead" are avalilable as status
Make a "GET" call to 8088 port with the link [/dvr/:query/query] linkGet
- :query can be "all" and "alive"
Make a "PUT" call to 8088 port with the link [/dvr/:name/:ipstring/:version/:status/add] linkPut
- :name is the given name to server
- :version represents the version number running on that server
- :status represents the current status of the server