...
Hillary R1 was the first iQSonar version which supported this functionality via the RestAPI. The exposed method was called using a GET request. (GET is the normal http request type.) Note: the encoded username and password pair in the CURL call corresponds to the login 'admin' and password 'password' which are the default iQSonar credentials you are forced to change on when you log in the first time.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl -H 'Authorization: Basic YWRtaW46cGFzc3dvcmQ=' 'http://youriqsonarserver/api/v1/deletetargets' |
...