Retrieves a list of Maas domains
GET/v1/clouds/maas/domains
Retrieves a list of Maas domains
Request
Query Parameters
cloudAccountUid string
Uid for the specific Maas cloud account
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...