Skip to main content
Version: latest

Adds tier to the specified application profile

POST 

/v1/appProfiles/:uid/tiers

Adds tier to the specified application profile

Request

Path Parameters

    uid stringrequired

    Application profile uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    containerRegistryUidstring

    Application tier container registry uid

    installOrderint32

    Application tier installation order

    manifests

    undefined[]

    Application tier manifests

  • Array [

  • contentstring

    Manifest content

    namestring

    Manifest name

  • ]

  • namestringrequired

    Application tier name

    properties

    undefined[]

    Application tier properties

  • Array [

  • namestring

    Application tier property name

    valuestring

    Application tier property value

  • ]

  • registryUidstring

    Application tier registry uid

    sourceAppTierUidstring

    Application tier source pack uid

    typestring

    Possible values: [manifest, helm, operator-instance, container]

    Default value: manifest

    valuesstring

    Application tier configuration values in yaml format

    versionstring

    Application tier version

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...