get Hosts

suspend fun getHosts(page: Int, keywords: String, statuses: List<HostStatus>): JsonObject

Request to get the hosts related to the session

Return

the response of the request as JsonObject

Parameters

page

The page to request

keywords

The keywords to filter the hosts to retrieve

statuses

The statuses to filter the hosts to retrieve