Zum Hauptinhalt springen

App

The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies.

not deprecated
get
List AppInstallations that a user has access to.
/v2/app-installations
get
Get an AppInstallation.
/v2/app-installations/{appInstallationId}
patch
Update properties belonging to an AppInstallation.
/v2/app-installations/{appInstallationId}
delete
Trigger an uninstallation process for an AppInstallation.
/v2/app-installations/{appInstallationId}
post
Request a copy of an AppInstallation.
/v2/app-installations/{appInstallationId}/actions/copy
post
Trigger a runtime action belonging to an AppInstallation.
/v2/app-installations/{appInstallationId}/actions/{action}
patch
Create linkage between an AppInstallation and a MySQLDatabase.
/v2/app-installations/{appInstallationId}/database
patch
Replace a MySQL Database with another MySQL Database.
/v2/app-installations/{appInstallationId}/database/replace
delete
Remove linkage between an AppInstallation and a Database.
/v2/app-installations/{appInstallationId}/databases/{databaseId}
put
Create linkage between an AppInstallation and DatabaseUsers.
/v2/app-installations/{appInstallationId}/databases/{databaseId}/users
get
Get the missing requirements of an appInstallation for a specific target AppVersion.
/v2/app-installations/{appInstallationId}/missing-dependencies
get
Get runtime status belonging to an AppInstallation.
/v2/app-installations/{appInstallationId}/status
get
Get the installed `SystemSoftware' for a specific `AppInstallation`.
/v2/app-installations/{appInstallationId}/systemSoftware
get
List Apps.
/v2/apps
get
Get an App.
/v2/apps/{appId}
get
List AppVersions belonging to an App.
/v2/apps/{appId}/versions
get
Get an AppVersion.
/v2/apps/{appId}/versions/{appVersionId}
get
List update candidates belonging to an AppVersion.
/v2/apps/{appId}/versions/{baseAppVersionId}/update-candidates
get
List AppInstallations belonging to a Project.
/v2/projects/{projectId}/app-installations
post
Request an AppInstallation.
/v2/projects/{projectId}/app-installations
get
List SystemSoftwareVersions belonging to a SystemSoftware.
/v2/system-software/{systemSoftwareId}/versions
get
Get a SystemSoftwareVersion.
/v2/system-software/{systemSoftwareId}/versions/{systemSoftwareVersionId}
get
List SystemSoftwares.
/v2/system-softwares
get
Get a SystemSoftware.
/v2/system-softwares/{systemSoftwareId}