license-key¶
delete¶
Delete license key for the given operation system and distro series.
maas $PROFILE license-key delete [--help] [-d] [-k] osystem distro_series
Positional arguments¶
Argument |
Effect |
|---|---|
osystem |
The osystem parameter |
distro_series |
The distro_series parameter |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
read¶
Read a license key for the given operating sytem and distro series.
maas $PROFILE license-key read [--help] [-d] [-k] osystem distro_series
Positional arguments¶
Argument |
Effect |
|---|---|
osystem |
The osystem parameter |
distro_series |
The distro_series parameter |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
update¶
Update a license key for the given operating system and distro series.
maas $PROFILE license-key update [--help] [-d] [-k] osystem distro_series [data ...]
Positional arguments¶
Argument |
Effect |
|---|---|
osystem |
The osystem parameter |
distro_series |
The distro_series parameter |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
Keywords¶
Keyword “license_key”¶
Optional String. License key for osystem/distro_series combo.
Note: This command accepts JSON.
license-keys create¶
Define a license key.
maas $PROFILE license-keys create [--help] [-d] [-k] [data ...]
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
Keywords¶
Keyword “osystem”¶
Optional String. Operating system that the key belongs to.
Keyword “distro_series”¶
Optional String. OS release that the key belongs to.
Keyword “license_key”¶
Optional String. License key for osystem/distro_series combo.
Note: This command accepts JSON.
license-keys read¶
List all available license keys.
maas $PROFILE license-keys read [--help] [-d] [-k]
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |