Skip to main content
Version: latest

Creates a application deployment in one of virtual clusters in the cluster group

POST 

/v1/appDeployments/clusterGroup

Creates a application deployment in one of virtual clusters in the cluster group

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 are system generated key value metadata for the resource. As an input certain annotations like description can be set.

    property name*string

    labels

    object

    Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag

    property name*string
    namestring

    Name of the resource.

    spec

    object

    Application deployment cluster group spec

    config

    object

    Application deployment cluster group config

    targetSpec

    object

    Application deployment cluster group target spec

    clusterGroupUidstringrequired

    Application deployment cluster group uid

    clusterLimits

    Application deployment target cluster limits

    cpuint32

    CPU cores

    memoryMiBint32

    Memory in MiB

    storageGiBint32

    Storage in GiB

    clusterNamestringrequired

    Application deployment virtual cluster name

    profile

    object

    Application deployment profile request payload

    appProfileUidstringrequired

    Application deployment profile uid

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...