Check if Maas account is valid
POST/v1/clouds/maas/account/validate
Returns no contents if account is valid else error.
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
required
Request payload for Maas cloud account
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"
Responses
- 204
Ok response without content
Response Headers
AuditUid
string
Audit uid for the request
Loading...