Skip to main content
Version: latest

Adds a new pack to the specified cluster profile and returns the created pack uid

POST 

/v1/clusterprofiles/:uid/packs

Adds a new pack to the specified cluster profile and returns the created pack uid

Request

Path Parameters

    uid stringrequired

    Cluster profile uid

Query Parameters

    includePackMeta string

    Comma seperated pack meta such as schema, presets

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    pack

    object

    Pack request payload

    layerstring

    Pack layer

    manifests

    undefined[]

    Pack manifests are additional content as part of the profile

  • Array [

  • contentstring

    Manifest content

    namestring

    Manifest name

  • ]

  • namestringrequired

    Pack name

    registryUidstring

    Pack registry uid

    tagstring

    Pack tag

    typestring

    Possible values: [spectro, helm, manifest, oci]

    Default value: spectro

    uidstring

    Pack uid

    valuesstring

    Pack values represents the values.yaml used as input parameters either Params OR Values should be used, not both If both applied at the same time, will only use Values

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...