# metalcloud-cli fabric get Get detailed fabric information ## Synopsis Get detailed information about a specific network fabric. This command displays comprehensive fabric details including: - Basic fabric properties (ID, name, type, status) - Associated site information - Network configuration - Device associations - Creation and modification timestamps Arguments: fabric_id The ID or label of the fabric to retrieve Examples: ## Get fabric by ID metalcloud fabric get 12345 ## Get fabric by label metalcloud fabric get my-fabric-label ## Using alias metalcloud fc show 12345 ``` metalcloud-cli fabric get fabric_id [flags] ``` ### Options ``` -h, --help help for get ``` ### 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](/content/configuration/cli/metalcloud-cli_fabric.md) - Manage network fabrics #### Auto generated by spf13/cobra on 11-Aug-2025