HostUpdateResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: HostUpdateResponse

Properties

name type required default description
responseId string yes The response id
status string yes The status of the request
message string yes The message

Sample JSON

{
  "hostname": "ns3.zerg-test-controlpanel-2023-06-09-01.frl",
  "add": [
    {
      "ipAddress": "213.249.80.251",
      "ip": "v4"
    }
  ],
  "rem": [
    {
      "ipAddress": "213.249.80.252",
      "ip": "v4"
    }
  ]
}