List Agent Log Sourcesget https://localhost:8501/lr-admin-api/agents/{id}/logsourcesReturns all log sources for an Agent, including retired log sources, unless filtered out.Path Paramsidintegerrequired-2147483647 to 2147483647The Object Id stored in the database.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.messageSourceTypeIdintegerFilters results for a specific Message Source Type Id in resources.isVirtualarray of booleansFilters results by whether the resource is virtual.isVirtualADD booleanisLoadBalancedarray of booleansFilters results by load balanced status of the component.isLoadBalancedADD booleanrecordStatusstringenumDefaults to allFilters records by object recordStatus.allactiveretiredAllowed:allactiveretiredisSilentLogSourceEnabledarray of booleansFilters results by whether the resource is silentLogSourceEnabled.isSilentLogSourceEnabledADD booleanResponse 200Returns all log sources that match the specified criteria.Updated 6 months ago