Get the maas domains for a given account
GET/v1/cloudaccounts/maas/:uid/properties/domains
Get the maas domains for a given account
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
items
object[]
required
namestring
Name of Maas domain
{
  "items": [
    {
      "name": "string"
    }
  ]
}
Loading...