/
/Vendor API V3
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 2mo ago
apps21
  • postCreate an app.
  • getGet an app.
  • deleteDelete an app.
  • postSet a builtin license field value override for a given app and named field.
  • deleteDelete a builtin license field override for a given app and named field.
  • getList builtin license fields for a given appId, with overrides applied.
  • deleteDelete all of the builtin license field overrides for a given app and revert to the builtin defaults.
  • getExport customer instances for an app as CSV or JSON.
  • getGet customer report in CSV format.
  • getGet instance events in JSON format.
  • postCreate a license field for a given app.
  • putUpdate a license field for a given appId and licenseFieldName.
  • deleteDelete a field for a given app and named field.
  • getList license fields for a given appId.
  • postRename the app.
  • getGet app security center settings.
  • putUpdate app security center settings.
  • putUpdate app trial signup setting.
  • getGet app trial signup settings.
  • putUpdate app trial signup settings.
  • getList apps for a team.
channelReleases6
channels9
clusterAddons3
clusters19
cmx3
customers13
customHostnames5
enterprisePortal25
externalRegistries6
instances6
networks3
notifications1
policy5
releases12
supportBundle10
team9
user3
vmAddons1
vms9
    apps

    Get an app.

    Retrieve the details of a specific app, including its metadata and a list of associated channels.

    Required RBAC Policy: kots/app/[:appid]/read

    get/app/{app_id}

    Path parameters

    app_idstring required

    App identifier

    Response

    GetAppResponse represents an app.

    Changes