get Services Status

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

Endpoint used to retrieve the current status of the specified services

Return

the response as T

Parameters

sessionId

The identifier of the session

hostId

The identifier of the host

services

The services to retrieve their current status

language

The language of the user who sent the request

<T>

the type of the response