Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Postman collection to interact with a Hikvision NVR device

NotificationsYou must be signed in to change notification settings

mvarrone/hikvision-nvr-postman-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Postman collection withtwo environments (LAN and WAN) to interact with a Hikvision NVR device.

Device tested

Important

If you attempt to use this collection on a different device, some HTTP requests may not function as expected. This is because each NVR device contains distinct APIs tailored to its specific use case

However, most of the general requests will likely work on your device

🛠️ Environment Variables

To use this collection in Postman, you need to configure the following environment variables for both environments:

  • NVR_USERNAME
  • NVR_PASSWORD
  • NVR_PROTOCOL
  • NVR_HOSTNAME
  • NVR_PORT

🔧 Example Configuration (needed in Step 4 below)

NVR_USERNAME=adminNVR_PASSWORD=mypasswordNVR_PROTOCOL=httpNVR_HOSTNAME=192.168.1.156NVR_PORT=80

ForNVR_HOSTNAME, you can use:

  • An IPv4 address (e.g.,192.168.1.156)
  • A Fully Qualified Domain Name (FQDN) (e.g.,nvr.example.com)

What to do once in Postman

Complete the following steps:

  1. You might want to create a separatedWorkspace to have things organized although this is an optional step

    • Choose a Blank Workspace and select Next
    • Choose a name for the new workspace and selectOnly me for who can access to it, if you prefer so. Select Create
  2. Now, go to theImport option next to your workspace name and drop the three files available from thisrepository folder andSelect Import

    Postman collection

    • Hikvision DS-7104NI-Q1 - 4P NVR collection.postman_collection.json

    Environments

    • [LAN] - Hikvision DS-7104NI-Q1 - 4P NVR.postman_environment.json
    • [WAN] - Hikvision DS-7104NI-Q1 - 4P NVR.postman_environment.json
  3. Once import process is finished, you can then go to theCollections andEnvironments to check if it has been done correctly

  4. Go toEnvironments tab and set your environments variables for bothLAN andWAN environments and use theCurrent value column to fill the data

  5. From the right top dropdown menu, select the environment you want to work with next

  6. Finally, go toCollections tab and try your requests. Remember: Some of the requests may not work for other NVR devices

📂 Source

All information was obtained from the PDF files available in theNVR API documentation files

About

Postman collection to interact with a Hikvision NVR device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp