Skip to main content

IP Configuration type

POST 

/param.cgi?post_network_info_conf&dhcp=:value

Function: Sets the IP configuration method (DHCP or Static IP).

Camera Compatibility:

  • Move 4K
  • Link 4K
  • Move SE
  • Studio Pro

Values:

  • 0: Static IP Address
  • 1: DHCP IP Address

Example: Enable DHCP

curl:

  curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_info_conf&dhcp=1" -H "Content-Length: 0"

JavaScript:

  fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_info_conf&dhcp=1", \{method: 'POST'\})

Request

Responses

The request has succeeded.