fabric

delete

Delete a fabric with the given id.

maas $PROFILE fabric delete [--help] [-d] [-k] id

Positional arguments

Argument

Effect

id

The ID of the resource (e.g., 1, abc123)

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 fabric with the given id.

maas $PROFILE fabric read [--help] [-d] [-k] id

Positional arguments

Argument

Effect

id

The ID of the resource (e.g., 1, abc123)

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 fabric with the given id.

maas $PROFILE fabric update [--help] [-d] [-k] id [data ...]

Positional arguments

Argument

Effect

id

The ID of the resource (e.g., 1, abc123)

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 “name”

Optional String. Name of the fabric.

Keyword “description”

Optional String. Description of the fabric.

Keyword “class_type”

Optional String. Class type of the fabric.

Note: This command accepts JSON.

fabrics create

Create a fabric.

maas $PROFILE fabrics 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 “name”

Optional String. Name of the fabric.

Keyword “description”

Optional String. Description of the fabric.

Keyword “class_type”

Optional String. Class type of the fabric.

Note: This command accepts JSON.

fabrics read

List all fabrics.

maas $PROFILE fabrics 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.