create the OpenStack cloudaccount for the private gateway
POST/v1/overlords/openstack/:uid/account
create the OpenStack 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
auth-url,project,username,password,domain,cacert etc
caCertstring
Ca cert for OpenStack
defaultDomainstring
Default Domain name
defaultProjectstring
Default Project name
identityEndpointstringrequired
Identity endpoint for OpenStack
insecureboolean
For self signed certs in IdentityEndpoint
parentRegionstring
Parent region of OpenStack
passwordstringrequired
Password of OpenStack account
usernamestringrequired
Username of OpenStack account
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...