List sitesCopy Pageget https://{hostname}/api/infrastructure/v1/sitesThis operation returns a list of all configured sites.Query ParamsfilterstringThe filter parameter may be used to filter the returned collection.viewstringDefaults to summaryThe view parameter may be used to request that either the summary or detailed view be returned.sortBystringThe sortBy parameter may be used to specify the sort order of the returned collection.pageNumberinteger≥ 1Defaults to 1The pageNumber parameter may be used to specify an offset into the results. Useful to use in conjunction with pageSize. Page number offset is 1-based.pageSizeinteger1 to 1000Defaults to 100The pageSize parameter may be used to specify the page size of the returned results. Useful to use in conjunction with pageNumber.Responses 200Successful response 403An HTTP 403 will be returned if the principal is not authorized to access the instance of node that the request was made against.Updated 3 months ago