get Services

open fun getServices(hostId: String, keywords: Set<String>, statuses: List<String>, page: Int, pageSize: Int): PaginatedResponse<BrownieHostService>

Method used to get the list of the services related to a host

Return

the list of the services as PaginatedResponse of BrownieHostService

Parameters

hostId

The identifier of the host

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