Retrieves a list of packs
GET/v1/packs/:packName/registries/:registryUid
Retrieves a list of packs
Request
Path Parameters
Pack registry uid
Pack name
Query Parameters
Default value: all
Pack cloud type
Pack layer
Comma seperated pack states. Example values are "deprecated" "deprecated,disabled". If states is not specified or empty then by default API will return all packs except "disabled" packs
Header Parameters
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
Array [
Array [
]
]
Array [
Array [
]
]
]
Array [
]
Pack add-on sub type such as monitoring, db etc
Pack add-on type such as logging, monitoring, security etc
Pack supported cloud types
Pack display name
Possible values: [kernel
, os
, k8s
, cni
, csi
, addon
]
Pack logo url
Pack name
packValues
object[]
Pack values array
annotations
object
Pack annotations is used to allow pack to add more arbitrary configurations
dependencies
object[]
Pack dependencies array
Pack display name
Pack logo url
Pack name
Pack registry uid
Pack uid
Pack version
Pack uid
presets
object[]
Pack presets are the set of configurations applied on user selection of presets
Readme describes the documentation of the specified pack
schema
object[]
Pack schema contains constraints such as data type, format, hints for the pack values
template
Pack template configuration
Pack template manifest content
parameters
Pack template parameters
inputParameters
undefined[]
Pack template input parameters array
Pack template parameter description
Pack template parameter display name
Pack template parameter format
Pack template parameter hidden flag, if true then the parameter is hidden in the UI
Pack template parameter list options as string array
Pack template parameter name
Pack template parameter optional flag, if true then the parameter value is not mandatory
options
object
Pack template parameter options array
property name*
object
Pack template parameter option
dependencies
object[]
Pack template parameter dependencies
Pack template dependency pack layer
Pack template dependency pack name
If true then dependency pack values can't be overridden
Pack template parameter description
Pack template parameter label
Pack template parameter readonly flag, if true then the parameter value can't be overridden
Pack template parameter regex, if set then parameter value must match with specified regex
Pack template parameter target key which is mapped to the key defined in the pack values
Pack template parameter data type
Pack template parameter value
outputParameters
undefined[]
Pack template output parameters array
Pack template parameter description
Pack template parameter display name
Pack template parameter format
Pack template parameter hidden flag, if true then the parameter is hidden in the UI
Pack template parameter list options as string array
Pack template parameter name
Pack template parameter optional flag, if true then the parameter value is not mandatory
options
object
Pack template parameter options array
property name*
object
Pack template parameter option
dependencies
object[]
Pack template parameter dependencies
Pack template dependency pack layer
Pack template dependency pack name
If true then dependency pack values can't be overridden
Pack template parameter description
Pack template parameter label
Pack template parameter readonly flag, if true then the parameter value can't be overridden
Pack template parameter regex, if set then parameter value must match with specified regex
Pack template parameter target key which is mapped to the key defined in the pack values
Pack template parameter data type
Pack template parameter value
Pack template values
Pack values represents the values.yaml used as input parameters
Pack registry uid
tags
object[]
Pack version tags array
Pack group
Pack uid
Pack version parent tags
Pack version tag
Pack version
{
"addonSubType": "string",
"addonType": "string",
"cloudTypes": [
"string"
],
"displayName": "string",
"layer": "kernel",
"logoUrl": "string",
"name": "string",
"packValues": [
{
"annotations": {},
"dependencies": [
{
"displayName": "string",
"logoUrl": "string",
"name": "string",
"registryUid": "string",
"uid": "string",
"version": "string"
}
],
"packUid": "string",
"presets": [
{
"add": "string",
"displayName": "string",
"group": "string",
"name": "string",
"remove": [
"string"
]
}
],
"readme": "string",
"schema": [
{
"format": "string",
"hints": [
"string"
],
"listOptions": [
"string"
],
"name": "string",
"readonly": true,
"regex": "string",
"required": true,
"type": "string"
}
],
"template": {
"manifest": "string",
"parameters": {
"inputParameters": [
{
"description": "string",
"displayName": "string",
"format": "string",
"hidden": true,
"listOptions": [
"string"
],
"name": "string",
"optional": true,
"options": {},
"readOnly": true,
"regex": "string",
"targetKey": "string",
"type": "string",
"value": "string"
}
],
"outputParameters": [
{
"description": "string",
"displayName": "string",
"format": "string",
"hidden": true,
"listOptions": [
"string"
],
"name": "string",
"optional": true,
"options": {},
"readOnly": true,
"regex": "string",
"targetKey": "string",
"type": "string",
"value": "string"
}
]
},
"values": "string"
},
"values": "string"
}
],
"registryUid": "string",
"tags": [
{
"group": "string",
"packUid": "string",
"parentTags": [
"string"
],
"tag": "string",
"version": "string"
}
]
}