Skip to main content
Version: latest

Creates a application profile

POST 

/v1/appProfiles

Creates a application profile

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    metadata

    object

    ObjectMeta input entity for object creation

    annotations

    object

    Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations

    property name*string

    labels

    object

    Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels

    property name*string
    namestring

    Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names

    spec

    object

    Application profile spec

    template

    object

    Application profile template spec

    appTiers

    object[]

    Application profile tiers

  • Array [

  • 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

  • ]

  • versionstring

    Application profile version

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...