Skip to main content
POST
/
api
/
apps
/
beta
/
apps
Create App
curl --request POST \
  --url https://api.example.com/api/apps/beta/apps \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "projectId": "<string>",
  "version": {
    "bundleId": "<string>",
    "dfsCommitId": "<string>",
    "entryScript": "<string>",
    "environmentId": "<string>",
    "environmentRevisionId": "<string>",
    "extendedIdentityPropagationToAppsEnabled": false,
    "externalVolumeMountIds": [
      "<string>"
    ],
    "hardwareTierId": "<string>",
    "netAppVolumeIds": [
      "<string>"
    ],
    "tags": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "vanityUrl": "<string>"
  },
  "accessStatuses": [
    {
      "userId": "<string>"
    }
  ],
  "configurationType": "STANDARD",
  "description": "<string>",
  "discoverable": true,
  "entryPoint": "<string>",
  "mountDatasets": true,
  "mountNetAppVolumes": true,
  "renderIFrame": true
}
'
{
  "accessStatuses": [
    {
      "userId": "<string>"
    }
  ],
  "configurationType": "STANDARD",
  "discoverable": true,
  "entryPoint": "<string>",
  "id": "<string>",
  "mountDatasets": true,
  "mountNetAppVolumes": true,
  "name": "<string>",
  "project": {
    "id": "<string>",
    "name": "<string>",
    "ownerId": "<string>",
    "ownerUsername": "<string>"
  },
  "renderIFrame": true,
  "url": "<string>",
  "views": 123,
  "currentVersion": {
    "createdAt": 123,
    "environmentId": "<string>",
    "environmentRevisionId": "<string>",
    "extendedIdentityPropagationToAppsEnabled": true,
    "externalVolumeMountIds": [
      "<string>"
    ],
    "hardwareTierId": "<string>",
    "id": "<string>",
    "netAppVolumeIds": [
      "<string>"
    ],
    "tags": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "updatedAt": 123,
    "autoscalingSpecification": {
      "enabled": true,
      "maxReplicas": 15,
      "minReplicas": 15,
      "scaleDownStabilizationWindowSeconds": 1800,
      "scaleUpStabilizationWindowSeconds": 1800,
      "targetCpuAvgUtilizationPct": 50,
      "targetMemoryAvgUtilizationPct": 50,
      "useSessionAffinity": true
    },
    "bundleId": "<string>",
    "bundleName": "<string>",
    "currentInstance": {
      "createdAt": 123,
      "id": "<string>",
      "status": "<string>",
      "describeUrl": "<string>"
    },
    "dfsCommitId": "<string>",
    "entryScript": "<string>",
    "gitRef": {
      "value": "<string>"
    },
    "publisher": {
      "id": "<string>",
      "name": "<string>"
    },
    "vanityUrl": "<string>"
  },
  "description": "<string>",
  "publisher": {
    "id": "<string>",
    "name": "<string>"
  },
  "thumbnailEtag": "<string>",
  "updatedAt": 123,
  "vanityUrl": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Request to create an app

name
string
required
projectId
string
required
version
object
required
visibility
enum<string>
required
Available options:
AUTHENTICATED,
GRANT_BASED,
GRANT_BASED_STRICT,
PUBLIC
accessStatuses
object[]
configurationType
enum<string>
default:STANDARD

Type of configuration for the app which determines different deployment resources and settings.

Available options:
STANDARD,
AISYSTEM
description
string
discoverable
boolean
entryPoint
string
mountDatasets
boolean
mountNetAppVolumes
boolean
renderIFrame
boolean

Response

Success

accessStatuses
object[]
required
configurationType
enum<string>
default:STANDARD
required

Type of configuration for the app which determines different deployment resources and settings.

Available options:
STANDARD,
AISYSTEM
discoverable
boolean
required
entryPoint
string
required
id
string
required
mountDatasets
boolean
required
mountNetAppVolumes
boolean
required
name
string
required
project
object
required
renderIFrame
boolean
required
url
string
required
views
number
required
visibility
enum<string>
required
Available options:
AUTHENTICATED,
GRANT_BASED,
GRANT_BASED_STRICT,
PUBLIC
currentVersion
object
description
string
publisher
object
thumbnailEtag
string
updatedAt
number<epoch>
vanityUrl
string