Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 315 Bytes

File metadata and controls

16 lines (14 loc) · 315 Bytes

Update the following command with your CVP details:

  • CVP IP address
  • userId
  • password
curl -k -X 'POST' \
  'https://192.168.0.5/cvpservice/login/authenticate.do' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "userId": "arista",
  "password": "aristaj0bg"
}'