22 lines
381 B
JSON
22 lines
381 B
JSON
{
|
|
"Port": [
|
|
{
|
|
"PortName": "SSH",
|
|
"InternalPort": 22,
|
|
"Type": "tcp",
|
|
"Description": "SSH Port"
|
|
},
|
|
{
|
|
"PortName": "NoVNC",
|
|
"InternalPort": 5901,
|
|
"Type": "tcp",
|
|
"Description": "NoVNC port"
|
|
},
|
|
{
|
|
"PortName": "NoVNC",
|
|
"InternalPort": 6081,
|
|
"Type": "tcp",
|
|
"Description": "NoVNC port"
|
|
}
|
|
]
|
|
} |