PackageRegistrySearchResultItem is a datatype for information about a package that matches a search in a package registry.

Table: PackageRegistrySearchResultItem

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 27, 2024
descriptionstring  The description of the package that matches the search.
idVersionedPackageSpecifieryes The unique identifier of the package that matches the search of the package registry. VersionedPackageSpecifier is a scalar.
iconUrlUrlOrData  The URL to the icon for the package that matches the search. UrlOrData is a scalar.
installedVersionVersionedPackageSpecifieryes The version of the package installed. VersionedPackageSpecifier is a scalar.
isLatestVersionSupportedbooleanyes Whether the latest version is supported.
minHumioVersionOfLatestSemanticVersionyes The minimum LogScale version of the latest package. SemanticVersion is a scalar.
typePackageTypeyes The type of package: application, or library. See PackageType.