create the maas cloudaccount for the private gateway
POST/v1/overlords/maas/:uid/account
create the maas cloudaccount for the private gateway
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
account
object
apiEndpointstringrequired
apiKeystringrequired
preferredSubnetsstring[]
list of preferred subnets order in the list reflects order in which subnets will be selected for ip address selection in apiserver dns endpoint this way user can specify external or preferable subnet "10.11.130.0/24,10.10.10.0/24"
namestring
Name for the private gateway & cloud account
shareWithProjectsboolean
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...