Update the custom cloud type meta
PUT/v1/clouds/cloudTypes/:cloudType/meta
Update the custom cloud type meta
Request
Path Parameters
Unique cloud type
Header Parameters
Scope the request to the specified project uid
- application/json
Body
required
Request payload for custom cloud meta entity
metadata
object
ObjectMeta input entity for object creation
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
labels
object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
Name of the resource.
spec
object
Custom cloud request entity spec
Possible values: [datacenter
, cloud
, edge
]
Default value: cloud
Cloud category description
Custom cloud displayName
If the custom cloud is a managed cluster
Custom cloud logo
Responses
- 204
The resource was updated successfully