- All Client HTTP API requests should be executed on the VMS Client, which must be run as an Administrator.
- When executing commands, you must run the command line as an Administrator.
- Requests must include the Client's IP address.
- Port 8888 must be free.
- Antivirus and Firewall must be disabled.
|
Before you start working with Client HTTP API requests, run the following command in the command line:
netsh http add urlacl url=http://IP-address:8888/ user=DOMAIN\username |
where
- IP-address—the Client's IP address on which Client HTTP API requests should be executed.
- DOMAIN\username—username. To find out the username, enter the whoami command in the command line.
On Linux, no additional commands are required. |
After the command is successfully executed, you can execute the queries described below.