patch
https://{nurevaDeviceIP}/api/v1/network/configuration
Allows clients to set device network configurations including IP address, subnet mask, gateway, and DNS.
NOTE: Only supported for HDL310, HDL410 and HDX devices.
Minimum role required: general
Example Request Body
{
"networkConfiguration": [
{
"port": "A",
"isStatic": true,
"ip": "10.0.0.83",
"subnetMask": "255.255.255.0",
"gateway": "10.0.0.1",
"dns": [
"64.59.135.145",
"64.59.135.121"
]
}
]
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
202Accepted
