Update the variables defined for a cluster profile
PUT/v1/clusterprofiles/:uid/variables
Update the variables defined for a cluster profile
Request
Path Parameters
Cluster profile uid
Header Parameters
Scope the request to the specified project uid
- application/json
Body
Array [
]
variables
object[]
List of unique variable fields with schema constraints
The default value of the variable
Variable description
Unique display name of the variable
Possible values: [string
, number
, boolean
, ipv4
, ipv4cidr
, ipv6
, version
]
Default value: string
Format type of the variable value
If true, then variable will be hidden for overriding the value. By default the hidden flag will be set to false
If true, then variable value can't be editable. By default the immutable flag will be set to false
If true, then default value will be masked. By default the isSensitive flag will be set to false
Variable name
Regular expression pattern which the variable value must match
Flag to specify if the variable is optional or mandatory. If it is mandatory then default value must be provided
Responses
- 204
The resource was updated successfully