Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleAttention!
  • 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.
  • 요청은 VMS 클라이언트에서 실행해야 하며, 클라이언트는 관리자 권한으로 실행되어야 합니다.
  • 명령을 실행할 때 명령 프롬프트를 관리자 권한으로 실행해야 합니다.
  • 요청에는 클라이언트의 IP 주소가 포함되어야 합니다.
  • 포트 8888은 비어 있어야 합니다.
  • 백신 프로그램과 방화벽은 비활성화되어야 합니다.

클라이언트 HTTP API 요청을 시작하기 전에 명령 프롬프트에서 다음 명령을 실행하십시오.Before you start working with Client HTTP API requests, run the following command in the command line:


Code Block
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.—클라이언트 HTTP API 요청이 실행되어야 하는 클라이언트의 IP 주소
  • DOMAIN\username—username. To find out the username, enter the whoami command in the command line—사용자 이름. 사용자 이름을 확인하려면 명령 프롬프트에 whoami 명령을 입력하십시오.
Info
titleNote

On Linux, no additional commands are required.

Linux에서는 추가적인 명령이 필요하지 않습니다.

명령이 성공적으로 실행된 후, 아래에 설명된 쿼리를 실행할 수 있습니다After the command is successfully executed, you can execute the queries described below.