parses the cluster-config archive.
GET/v1/edge-mgmt/clusters/archive/embedded/details
parses the cluster-config archive.
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
archiveUploadPathstring
clusterProfileDetails
object[]
packs
object[]
logostring
namestring
versionstring
profileDescriptionstring
profileNamestring
profileTagsstring
profileTypestring
profileUidstring
profileVersionstring
variables
object[]
defaultValuestring
descriptionstring
displayNamestring
formatstring
hiddenboolean
immutableboolean
isSensitiveboolean
namestring
regexstring
requiredboolean
valuestring
{
"archiveUploadPath": "string",
"clusterProfileDetails": [
{
"packs": [
{
"logo": "string",
"name": "string",
"version": "string"
}
],
"profileDescription": "string",
"profileName": "string",
"profileTags": "string",
"profileType": "string",
"profileUid": "string",
"profileVersion": "string",
"variables": [
{
"defaultValue": "string",
"description": "string",
"displayName": "string",
"format": "string",
"hidden": true,
"immutable": true,
"isSensitive": true,
"name": "string",
"regex": "string",
"required": true,
"value": "string"
}
]
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
Loading...