Update Hostname

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Updates the IP / Hostname address an edge device is reachable on. The new address is synced to the Edge monitoring configuration and stored on the device. The device's custom parameter values are preserved.

Unless skip_connectivity_check is true, a successful connectivity check for the new address must be performed first — see Start Ping and Get Ping Status.

Authorization

This endpoint requires Authorization.

Path Parameters

KeyTypeDescriptionRequired
device_idstringUnique device UUID.Yes

Request Body

KeyTypeDescriptionRequired
device_ipstringNew IP / Hostname address of the device.Yes
skip_connectivity_checkbooleanSkip the connectivity check for the new address. Defaults to false.No
{
  "device_ip": "192.168.1.100",
  "skip_connectivity_check": false
}

Response

200 OK

{
  "success": true
}

Errors

StatusDescription
400Missing device_ip, or the new address has not passed a connectivity check.
401Missing or invalid Authorization header.
404Device not found in the organization.
422Malformed device_ip (only letters, digits, dots, and hyphens are allowed).
Path Params
string
required
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json