Fetch Hosts Detailsget https://localhost:8501/lr-admin-api/hostsReturns all Hosts that match the specified criteria.Query ParamsoffsetintegerDefaults to 0The starting point of records to be returned.countinteger1 to 1000Defaults to 100The number of results to be returned.orderBystringenumDefaults to nameSorts records by name or Id.nameidAllowed:nameiddirstringenumDefaults to ascendingSorts records by ascending or descending.ascendingdescendingAllowed:ascendingdescendingnamestringObject name filter.entitystringFilters records by Entity name.recordStatusstringenumDefaults to allFilters records by object recordStatus.allactiveretiredAllowed:allactiveretiredhostEntityIdarray of integersA collection of non-zero entityIDhostEntityIdADD integerparentEntityIdarray of integersA collection of non-zero parent entityIDparentEntityIdADD integerhostIdentifierarray of stringsHost Identifier Filter. This will be used to filter hosts by its identifiers.hostIdentifierADD stringexcludeAIERecordsbooleanDefaults to falseExclude AIE records from the collection.truefalseResponses 200Returns requested Hosts. 403Error will appear when any user who is not permitted, tries to fetch hosts.Updated 4 months ago