boot-source-selection

Manage a boot source selection.

Usage

maas $PROFILE boot-source-selection [-h] COMMAND ...

Remember to replace $PROFILE with your profile name.

Command-line options

Option Action
h, --help show this help message and exit

COMMANDS

COMMAND ACTION
delete Delete a boot source
read Read a boot source selection
update Update a boot-source selection

Delete a boot source

Delete a boot source with the given id.

Usage

maas $PROFILE boot-source-selection delete [--help] [-d] [-k] boot_source_id id [data ...]

Remember to replace $PROFILE with your profile name.

Positional arguments

  • boot_source_id
  • id

Command-line options

Option Action
-help, -h Show this help message and exit.
d, --debug Display more information about API responses.
k, --insecure Disable SSL certificate check

Read a boot source selection

Read a boot source selection with the given id.

Usage

maas $PROFILE boot-source-selection read [--help] [-d] [-k] boot_source_id id [data ...]

Remember to replace $PROFILE with your profile name.

Positional arguments

  • boot_source_id
  • id

Command-line options

Option Action
-help, -h Show this help message and exit.
d, --debug Display more information about API responses.
k, --insecure Disable SSL certificate check

Update a boot-source selection

Update a boot source selection with the given id.

Usage

maas $PROFILE boot-source-selection update [--help] [-d] [-k] boot_source_id id [data ...]

Remember to replace $PROFILE with your profile name.

Positional arguments

  • boot_source_id
  • id

This method accepts keyword arguments. Pass each argument as a key-value pair with an equals sign between the key and the value: key1=value1 key2=value key3=value3. Keyword arguments must come after any positional arguments.

Data parameter “os”

Optional. The OS (e.g. ubuntu, centos) for which to import resources. Type: String

Data parameter “release”

Optional. The release for which to import resources. Type: String

Data parameter “arches”

Optional. The list of architectures for which to import resources. Type: String

Data parameter “subarches”

Optional. The list of sub-architectures for which to import resources. Type: String

Data parameter “labels”

Optional. The list of labels for which to import resources. Type: String

Command-line options

Option Action
-help, -h Show this help message and exit.
d, --debug Display more information about API responses.
k, --insecure Disable SSL certificate check

Manage the collection of boot source selections.

Usage

maas $PROFILE boot-source-selections [-h] COMMAND ...

Remember to replace $PROFILE with your profile name.

Command-line options

Option Action
h, --help show this help message and exit

COMMANDS

COMMAND ACTION
create Create a boot-source selection
read List boot-source selections

Create a boot-source selection

Create a new boot source selection.

Usage

maas $PROFILE boot-source-selections create [--help] [-d] [-k] boot_source_id [data ...]

Remember to replace $PROFILE with your profile name.

Positional arguments

  • boot_source_id

This method accepts keyword arguments. Pass each argument as a key-value pair with an equals sign between the key and the value: key1=value1 key2=value key3=value3. Keyword arguments must come after any positional arguments.

Data parameter “os”

Optional. The OS (e.g. ubuntu, centos) for which to import resources. Type: String

Data parameter “release”

Optional. The release for which to import resources. Type: String

Data parameter “arches”

Optional. The architecture list for which to import resources. Type: String

Data parameter “subarches”

Optional. The subarchitecture list for which to import resources. Type: String

Data parameter “labels”

Optional. The label lists for which to import resources. Type: String

Command-line options

Option Action
-help, -h Show this help message and exit.
d, --debug Display more information about API responses.
k, --insecure Disable SSL certificate check

List boot-source selections

List all available boot-source selections.

Usage

maas $PROFILE boot-source-selections read [--help] [-d] [-k] boot_source_id [data ...]

Remember to replace $PROFILE with your profile name.

Positional arguments

  • boot_source_id

Command-line options

Option Action
-help, -h Show this help message and exit.
d, --debug Display more information about API responses.
k, --insecure Disable SSL certificate check

Last updated 3 days ago.