Skip to main content

Application

The Application represents a key component within the Edge API, encapsulating critical information and configurations for an application. Below are the properties associated with the Application object, each serving a specific purpose in managing and identifying applications.

Properties

app_id

Property (str). Logical application identifier.

built_in

Property (bool). True if this is a built-in app.

idle_minutes

Property (int). The timeout in minutes before an idle application is stopped.

visible_auto_add

Property (bool). True to automatically add new versions to the visible versions list.

visible_versions

Property (bool). Visible versions.

Methods

to_dict

to_dict() -> dict

Translates the connection as a dictionary for serialization.

Returns:

dict Connection contents as a dictionary.