list the details of the cluster’s packs.
GET/v1/edge-mgmt/cluster/applications
list the details of the cluster’s packs.
Responses
- 200
- 404
- 500
- default
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
Array [
]
]
Array [
]
]
clusterProfileTemplates
undefined[]
descriptionstring
namestring
packs
object[]
conditions
undefined[]
messagestring
reasonstring
statusstring
typestring
contents
undefined[]
contentTypestring
Possible values: [image
, artifact
, chart
]
namestring
syncMsgstring
syncStatusstring
endTimestring
layerstring
logostring
namestring
startTimestring
statusstring
typestring
versionstring
typestring
uidstring
variables
object[]
defaultValuestring
descriptionstring
displayNamestring
formatstring
hiddenboolean
immutableboolean
isSensitiveboolean
namestring
regexstring
requiredboolean
valuestring
versionstring
{
"clusterProfileTemplates": [
{
"description": "string",
"name": "string",
"packs": [
{
"conditions": [
{
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"contents": [
{
"contentType": "image",
"name": "string",
"syncMsg": "string",
"syncStatus": "string"
}
],
"endTime": "string",
"layer": "string",
"logo": "string",
"name": "string",
"startTime": "string",
"status": "string",
"type": "string",
"version": "string"
}
],
"type": "string",
"uid": "string",
"variables": [
{
"defaultValue": "string",
"description": "string",
"displayName": "string",
"format": "string",
"hidden": true,
"immutable": true,
"isSensitive": true,
"name": "string",
"regex": "string",
"required": true,
"value": "string"
}
],
"version": "string"
}
]
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
generic error response
- application/json
- Schema
Schema
string
Loading...