metalcloud-cli fabric get-devices¶
List devices in a fabric
Synopsis¶
List all network devices associated with a specific fabric.
This command displays a table showing all devices that are part of the specified fabric, including their device information, status, and role within the fabric configuration.
Arguments: fabric_id The ID or label of the fabric to list devices for
Examples:
List devices in fabric by ID¶
metalcloud fabric get-devices 12345
List devices in fabric by label¶
metalcloud fabric get-devices my-fabric-label
Using alias¶
metalcloud fabric show-devices 12345
metalcloud-cli fabric get-devices fabric_id [flags]
Options¶
-h, --help help for get-devices
Options inherited from parent commands¶
-k, --api_key string MetalCloud API key
-c, --config string Config file path
-d, --debug Set to enable debug logging
-e, --endpoint string MetalCloud API endpoint
-f, --format string Output format. Supported values are 'text','csv','md','json','yaml'. (default "text")
-i, --insecure_skip_verify Set to allow insecure transport
-l, --log_file string Log file path
-v, --verbosity string Log level verbosity (default "INFO")
SEE ALSO¶
metalcloud-cli fabric - Manage network fabrics