Skip to main content
Version: latest

Validates cluster profile packs

POST 

/v1/clusterprofiles/validate/packs

Validates cluster profile packs

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    cloudTypestring

    packs

    object[]

    Cluster profile packs array

  • Array [

  • 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

  • ]

  • typestring

    Possible values: [cluster, infra, add-on, system]

    Default value: cluster

Responses

Cluster profile packs validation response

Schema

    packs

    object

    Constraint validator response

    results

    object[]

  • Array [

  • displayNamestring

    errors

    object[]

  • Array [

  • codestring
    messagestring
  • ]

  • namestring
  • ]

Loading...