boot-source-selection¶
delete¶
Delete a boot source with the given id.
maas $PROFILE boot-source-selection delete [--help] [-d] [-k] boot_source_id id
Positional arguments¶
Argument |
Effect |
|---|---|
boot_source_id |
The boot_source_id parameter |
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 selection with the given id.
maas $PROFILE boot-source-selection read [--help] [-d] [-k] boot_source_id id
Positional arguments¶
Argument |
Effect |
|---|---|
boot_source_id |
The boot_source_id parameter |
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 selection with the given id.
maas $PROFILE boot-source-selection update [--help] [-d] [-k] boot_source_id id [data ...]
Positional arguments¶
Argument |
Effect |
|---|---|
boot_source_id |
The boot_source_id parameter |
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 “os”¶
Optional String. The OS (e.g. ubuntu, centos) for which to import resources.
Keyword “release”¶
Optional String. The release for which to import resources.
Keyword “arches”¶
Optional String. The list of architectures for which to import resources.
Keyword “subarches”¶
Optional String. The list of sub-architectures for which to import resources.
Keyword “labels”¶
Optional String. The list of labels for which to import resources.
Note: This command accepts JSON.
boot-source-selections create¶
Create a new boot source selection.
maas $PROFILE boot-source-selections create [--help] [-d] [-k] boot_source_id [data ...]
Positional arguments¶
Argument |
Effect |
|---|---|
boot_source_id |
The boot_source_id 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 “os”¶
Optional String. The OS (e.g. ubuntu, centos) for which to import resources.
Keyword “release”¶
Optional String. The release for which to import resources.
Keyword “arches”¶
Optional String. The architecture list for which to import resources.
Keyword “subarches”¶
Optional String. The subarchitecture list for which to import resources.
Keyword “labels”¶
Optional String. The label lists for which to import resources.
Note: This command accepts JSON.
boot-source-selections read¶
List all available boot-source selections.
maas $PROFILE boot-source-selections read [--help] [-d] [-k] boot_source_id
Positional arguments¶
Argument |
Effect |
|---|---|
boot_source_id |
The boot_source_id 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. |