type DevURL struct {
ID string `json:"id" table:"-"`
URL string `json:"url" table:"URL"`
Port int `json:"port" table:"Port"`
Name string `json:"name" table:"-"`
Access string `json:"access" table:"Access"`
}
DevURL is the parsed json response record for a devURL from cemanager.