Skip to main content
Version: latest

update the maas cloudaccount for the private gateway

PUT 

/v1/overlords/maas/:uid/account

update 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"

    shareWithProjectsboolean

Responses

The resource was updated successfully

Loading...