ing
This commit is contained in:
parent
c1096ee410
commit
687f9f2e1e
@ -10,7 +10,8 @@ type Host struct {
|
|||||||
Zone *Zone `json:"zone"`
|
Zone *Zone `json:"zone"`
|
||||||
|
|
||||||
ID json.Number `json:"id,Number,omitempty"`
|
ID json.Number `json:"id,Number,omitempty"`
|
||||||
IP string `json:"ip,omitempty"`
|
IP4 string `json:"ip4,omitempty"`
|
||||||
|
IP6 string `json:"ip6,omitempty"`
|
||||||
Mac string `json:"mac,omitempty"`
|
Mac string `json:"mac,omitempty"`
|
||||||
OS string `json:"os,omitempty"`
|
OS string `json:"os,omitempty"`
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@ import (
|
|||||||
type Zone struct {
|
type Zone struct {
|
||||||
ID json.Number `json:"id,Number,omitempty"`
|
ID json.Number `json:"id,Number,omitempty"`
|
||||||
Network string `json:"network,omitempty"`
|
Network string `json:"network,omitempty"`
|
||||||
IP string `json:"ip,omitempty"`
|
IP4 string `json:"ip4,omitempty"`
|
||||||
|
IP6 string `json:"ip6,omitempty"`
|
||||||
Iface string `json:"iface,omitempty"`
|
Iface string `json:"iface,omitempty"`
|
||||||
Mac string `json:"mac,omitempty"`
|
Mac string `json:"mac,omitempty"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user