get Hosts

open fun getHosts(sessionId: String, keywords: Set<String>, statuses: List<String>, page: Int, pageSize: Int): PaginatedResponse<BrownieHost>

Method used to get the list of the hosts

Return

the list of the hosts as PaginatedResponse of BrownieHost

Parameters

sessionId

The identifier of the session

keywords

The keywords used to filter the results

statuses

The statuses used to filter the results

page

The page requested

pageSize

The size of the items to insert in the page