Skip to main content
Version: latest

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

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

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...