Marketplace/Applications
4 min
applications (le) 69 endpoints rest under /apps/ manage edge applications the containerized add ons (grafana, custom apps, vendor tools) that run alongside litmus edge run these endpoints open the applications folder on api litmus io https //api litmus io/view/2s9y5r1rvg#d7a1c21b 0d44 4601 bd97 9d50ec5ed1b6 capabilities browse the marketplace catalog launch an app from the catalog manage running apps (start, stop, restart, uninstall) pass config / env vars at launch inspect logs and resource usage sub areas folder purpose marketplace catalog browsing sources, catalogs, available apps catalog apps lifecycle of installed apps from the catalog local apps side loaded apps (uploaded directly, not from catalog) logs / stats per app diagnostics typical operations endpoint purpose get /apps/marketplace/catalogs list marketplace sources get /apps/marketplace/catalogs/{id}/apps apps available in a catalog post /apps/marketplace/launch launch a catalog app (body appid, env, config) get /apps/running currently running apps put /apps/{id}/start , put /apps/{id}/stop lifecycle delete /apps/{id} uninstall get /apps/{id}/logs recent logs get /apps/{id}/stats cpu / memory see deploy edge application workflow #