AppManager: Include agentName in HTTPS access

Change-Id: I8c6329f0c1225d49da0c66af20fb30a7a664e426
diff --git a/core/installer/app.go b/core/installer/app.go
index e054964..f9d3bc0 100644
--- a/core/installer/app.go
+++ b/core/installer/app.go
@@ -100,7 +100,8 @@
 }
 
 type AccessHTTPS struct {
-	Address string `json:"address"`
+	Address   string `json:"address"`
+	AgentName string `json:"agentName,omitempty"`
 }
 
 type AccessSSH struct {