resource-pool¶
delete¶
Deletes a resource pool.
maas$PROFILEresource-pooldelete[--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¶
Returns a resource pool.
maas$PROFILEresource-poolread[--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¶
Note that any other given parameters are silently ignored.
maas$PROFILEresource-poolupdate[--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 "description"¶
Optional String. A brief description of the resource pool.
Keyword "name"¶
Optional String. The resource pool’s new name.
Note: This command accepts JSON.
resource-pools create¶
Creates a new resource pool.
maas$PROFILEresource-poolscreate[--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. The new resource pool’s name.
Keyword "description"¶
Optional String. A brief description of the new resource pool.
Note: This command accepts JSON.
resource-pools read¶
Note that there is always at least one resource pool: default.
maas$PROFILEresource-poolsread[--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. |