app.similar

Retrieve applications which are similar to app_name.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: app_name

app_name

Type: string

Name of the application to find similar apps for.

Must be at least 1 characters long

Parameter 2: train

train

Type: string Default: "latest"

The catalog train to search within.

Must be at least 1 characters long


Examples:

"stable"
"enterprise"

Result

Type: array of object

Array of applications similar to the requested one.

No Additional Items
Each item of this array must be:

AppAvailableItem

Type: object

App Readme


HTML content of the app README.

Type: string
Type: null

Categories

Type: array of string

List of categories for the app.

No Additional Items
Each item of this array must be:
Type: string

Description

Type: string

Short description of the app.

Healthy

Type: boolean

Health status of the app.

Healthy Error

Default: null

Error if app is not healthy.

Type: string
Type: null

Home

Type: string

Homepage URL of the app.

Location

Type: string

Local path to the app's location.

Latest Version


Latest available app version.

Type: string
Type: null

Latest App Version


Latest available app version in repository.

Type: string
Type: null

Latest Human Version


Human-readable version of the app.

Type: string
Type: null

Last Update


Timestamp of the last update in ISO format.

Type: stringFormat: date-time
Type: null

Name

Type: string

Name of the app.

Title

Type: string

Title of the app.

Maintainers

Type: array of object

List of app maintainers.

No Additional Items
Each item of this array must be:

Maintainer

Type: object
No Additional Properties

Name

Type: string

Name of the app maintainer.

Email

Type: string

Email address of the app maintainer.

Url


Website URL of the app maintainer or null.

Type: string
Type: null

Tags

Type: array of string

Tags associated with the app.

No Additional Items
Each item of this array must be:
Type: string

Screenshots

Type: array of string

List of screenshot URLs.

No Additional Items
Each item of this array must be:
Type: string

Sources

Type: array of string

List of source URLs.

No Additional Items
Each item of this array must be:
Type: string

Icon Url

Default: null

URL of the app icon.

Type: string
Type: null

Catalog

Type: string

Name of the catalog this application comes from.

Must be at least 1 characters long

Installed

Type: boolean

Whether this application is currently installed on the system.

Train

Type: string Default: "latest"

The catalog train this application version belongs to.

Must be at least 1 characters long


Examples:

"stable"
"enterprise"

Popularity Rank


Popularity ranking of this application. Lower numbers indicate higher popularity. null if not ranked.

Type: integer
Type: null

Additional Properties of any type are allowed.

Type: object


Required roles: CATALOG_READ