Retrieves a list of Maas pools for a particular account uid
GET/v1/clouds/maas/resourcePools
Retrieves a list of Maas pools for a particular account uid
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
descriptionstring
Description of Maas domain
namestring
Name of Maas pool
{
"items": [
{
"description": "string",
"name": "string"
}
]
}
Loading...