Update cluster settings
PUT/v1/edge-mgmt/cluster/settings
Update cluster settings
Request
- application/json
Body
required
ntpServersstring[]
NTPServers is a list of NTP servers to use instead of the machine image's default NTP server list
sshKeysstring[]
SSHKeys specifies a list of ssh authorized keys to access the vms as a 'spectro' user
Responses
- 202
- 500
- default
(empty)
- application/json
- Schema
- Example (from schema)
Schema
messagestring
{
"message": "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...