/
Get host that is serving a certain Spice port
Get host that is serving a certain Spice port
Sometimes, the flexVDI Gateway needs to know which Host is serving a VM on a certain Spice port.
Format
Method | GET |
---|---|
URL | /hosts/forport/$PORT |
Request contents | None |
Successful answer | HostResult Object |
Unexpected error | HTTP 500 |
HostResult Object
Schema
status | String | "OK" |
---|---|---|
message | String | Host's IP address if found, or "" otherwise |
JSON example
{ "status": "OK", "message": "10.111.9.20" }
, multiple selections available,
Related content
Getting full information from a certain Host
Getting full information from a certain Host
More like this
Getting full information from a certain Host
Getting full information from a certain Host
More like this
Getting basic information from every Host
Getting basic information from every Host
More like this
Getting basic information from every Host
Getting basic information from every Host
More like this