get Hosts Status

@GetMapping(path = ""/" + STATUS_KEY" )
open fun <T> getHostsStatus(@PathVariable(value = "id") sessionId: String, @RequestParam(name = "hosts", defaultValue = "") hosts: List<String>, @RequestParam(value = "language", required = false, defaultValue = "en") language: String): T

Endpoint used to retrieve the current status of the specified hosts

Return

the response as T

Parameters

sessionId

The identifier of the session

hosts

The hosts to retrieve their current status

language

The language of the user who sent the request

<T>

the type of the response