Capabilities

MAAS publishes a special view at .../api/1.0/version/ that returns a list of the server’s capabilities. It’s transferred as a JSON document:

{"capabilities": ["name-of-capability", ...]}

Note

The view is called version because this will, later, include version information too.

List of capabilities

Check for the following strings in the capabilities list to see what features the MAAS server supports. Use these in preference to gating on the version when creating a client application.

networks-management
Passive modelling of the network environment that cluster controllers nodes are in, including network interfaces, subnets, VLAN tags, and connectivity between them. See Networks for more information.
MAAS logo

MAAS

Metal As A Service.



Related Topics

This Page