Hello.
Starting from your sample, I could easily create a "server" instead of an "alias", using this:
"portals": [{
"service": "myapplication",
"type": "server",
"name": "myapplication",
"display_name": "MyApplication",
"app": "com.mycompany.app",
"http_port": [9000],
"https_port": [9001]
}]
Now, I would like to create a server with an 'hostname' but I can't find the "key" to be added into the "portals" array for that purpose (nothing in the documentation ?!).
Do you have an idea ?