Updates a cluster with the provided cluster configuration
PUT/v1/edge-mgmt/cluster/profiles
Updates a cluster with the provided cluster configuration
Request
- application/json
Body
required
metadata
object
MetaData defines the metadata for the resource.
creationTimestampdate-time
CreationTimestamp is the timestamp when the resource was created.
idstring
ID is the unique identifier of the resource.
labels
object
property name*string
lastModifiedTimestampdate-time
LastModifiedTimestamp is the timestamp when the resource was last modified.
namestring
Name is the name of the resource.
tags
object
Tags is the list of tags associated with the resource.
property name*object
spec
object
archiveUploadPathstring
Responses
- 202
- 500
(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"
}
Loading...