/
/Epinio API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 12h ago · Updated 1mo ago
app-env6
appcharts4
application18
  • getReturn list of applications in all namespaces.
  • getReturn list of applications in the `Namespace`.
  • postCreate the posted new application in the `Namespace`.
  • getReturn details of the named `App` in the `Namespace`.
  • deleteDelete the named `App` in the `Namespace`.
  • patchPatch the named `App` in the `Namespace`.
  • postCreate the deployment, configuration and ingress resources for the named `App` in the `Namespace`.
  • getGet a shell to the `App` in the `Namespace`.
  • postStore the named `App` from a Git repo in the `Namespace`.
  • getReturn logs of the named `App` in the `Namespace` streamed over a websocket.
  • getReturn parts of the named `App` in the `Namespace`.
  • getGet a shell to the `App` in the `Namespace`.
  • postRestart the named `App` in the `Namespace`.
  • getWait for the named `App` in the `Namespace` to be running.
  • postCreate the resources needed to stage the named `App` in the `Namespace`.
  • postStore the named `App` in the `Namespace`.
  • getWaits for the completion of the staging process identified by `StageID` in the `Namespace`.
  • getReturn logs of the named `StageID` in the `Namespace` streamed over a websocket.
configuration8
info1
namespace6
service10
svc-binding2
    application

    Get a shell to the `App` in the `Namespace`.

    get/namespaces/{Namespace}/applications/{App}/exec

    Path parameters

    Namespacestring required
    Appstring required

    Query parameters

    Instancestring

    Changes