parses the cluster-config archive if it exists.
GET/v1/edge-mgmt/clusters/archive/overridden/details
parses the cluster-config archive if it exists.
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
{
  "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
        }
      ]
    }
  ]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
  "code": "string",
  "details": {},
  "message": "string",
  "ref": "string"
}
Loading...