Creates an cloud account of specific cloud type
POST/v1/cloudaccounts/cloudTypes/:cloudType
Creates an cloud account of specific cloud type
Request
Path Parameters
cloudType stringrequired
Custom cloud type
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
Request payload to validate Custom cloud account
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.
property name*string
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
property name*string
namestring
Name of the resource.
spec
object
credentials
object
required
Cloud account credentials
property name*string
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...