node-result¶
node-results read¶
Read the commissioning results per node visible to the user, optionally filtered.
maas $PROFILE node-results read [--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 “system_id”¶
Optional String. An optional list of system ids. Only the results related to the nodes with these system ids will be returned.
Keyword “name”¶
Optional String. An optional list of names. Only the results with the specified names will be returned.
Keyword “result_type”¶
Optional String. An optional result_type. Only the results with the specified result_type will be returned.
Note: This command accepts JSON.