Skip to main content

GetNetBasicConfig

Retrieves the basic network configuration of the device, including IP address, subnet mask, gateway, and DNS settings.

FieldValue
Endpoint/GetNetBasicConfig
MethodPOST or GET
ProductsIPC, NVR
Request BodyNone

Expected Response Fields

The response contains the device's network interface configuration:

FieldDescription
IP addressDevice's current IP address
Subnet maskNetwork subnet mask
GatewayDefault gateway address
DNSPrimary and secondary DNS server addresses
DHCPWhether DHCP is enabled or a static IP is configured

Notes

  • This is a read-only endpoint for retrieving the current network configuration.
  • Use this endpoint to verify a device's network settings during initial setup or troubleshooting.
  • Network configuration changes are typically made through the device's web interface to avoid accidental disconnection.