boot-source¶
delete¶
Delete a boot source with the given id.
maas $PROFILE boot-source delete [--help] [-d] [-k] id
Positional arguments¶
Argument |
Effect |
|---|---|
id |
The ID of the resource (e.g., |
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 boot source with the given id.
maas $PROFILE boot-source read [--help] [-d] [-k] id
Positional arguments¶
Argument |
Effect |
|---|---|
id |
The ID of the resource (e.g., |
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 boot source with the given id.
maas $PROFILE boot-source update [--help] [-d] [-k] id [data ...]
Positional arguments¶
Argument |
Effect |
|---|---|
id |
The ID of the resource (e.g., |
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 “url”¶
Optional String. The URL of the BootSource.
Keyword “name”¶
Optional String. The name of the BootSource.
Keyword “keyring_filename”¶
Optional String. The path to the keyring file for this BootSource.
Keyword “keyring_data”¶
Optional String. The GPG keyring for this BootSource, base64-encoded data.
Keyword “priority”¶
Optional Int. The priority for this BootSource.
Keyword “enabled”¶
Optional Boolean. Whether this BootSource is enabled or not.
Keyword “skip_keyring_verification”¶
Optional Boolean. If true, keyring signature verification will be skipped.
Note: This command accepts JSON.
boot-sources create¶
Create a new boot source. Note that in addition to url, you must supply either keyring_data or keyring_filename.
maas $PROFILE boot-sources 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 “url”¶
Optional String. The URL of the BootSource.
Keyword “name”¶
Optional String. The name of the BootSource.
Keyword “keyring_filename”¶
Optional String. The path to the keyring file for this BootSource.
Keyword “keyring_data”¶
Optional String. The GPG keyring for this BootSource, base64-encoded.
Keyword “priority”¶
Optional Int. The priority for this BootSource.
Keyword “enabled”¶
Optional Boolean. Whether this BootSource is enabled or not.
Keyword “skip_keyring_verification”¶
Optional Boolean. If true, keyring signature verification will be skipped.
Note: This command accepts JSON.
boot-sources read¶
List all boot sources.
maas $PROFILE boot-sources 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. |