aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go/topology/data_node.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/topology/data_node.go b/go/topology/data_node.go
index 2d0a093cc..e0d12cbcc 100644
--- a/go/topology/data_node.go
+++ b/go/topology/data_node.go
@@ -101,5 +101,6 @@ func (dn *DataNode) ToMap() interface{} {
ret["Max"] = dn.GetMaxVolumeCount()
ret["Free"] = dn.FreeSpace()
ret["PublicUrl"] = dn.PublicUrl
+ ret["AdminUrl"] = dn.AdminUrl()
return ret
}