boot-source¶
delete¶
Delete a boot source with the given id.
maas$PROFILEboot-sourcedelete[--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$PROFILEboot-sourceread[--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$PROFILEboot-sourceupdate[--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 "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.
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$PROFILEboot-sourcescreate[--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 "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.
Note: This command accepts JSON.
boot-sources read¶
List all boot sources.
maas$PROFILEboot-sourcesread[--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. |