Validate cluster profile variables
POST/v1/edge-mgmt/cluster/profiles/variables/validate
Validate cluster profile variables
Request
- application/json
Body
required
- Array [ 
- ] 
archiveUploadPathstring
variables
object[]
namestring
profileUidstring
valuestring
Responses
- 200
- 500
(empty)
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
variables
object[]
isValidboolean
namestring
profileNamestring
profileUidstring
regexstring
validationFailureReasonstring
{
  "variables": [
    {
      "isValid": true,
      "name": "string",
      "profileName": "string",
      "profileUid": "string",
      "regex": "string",
      "validationFailureReason": "string"
    }
  ]
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
  "code": "string",
  "details": {},
  "message": "string",
  "ref": "string"
}
Loading...