metalcloud-cli fabric config-example¶
Show example fabric configuration
Synopsis¶
Show example configuration for the specified fabric type.
This command returns a JSON configuration template that can be used as a starting point for creating or updating fabrics. The configuration includes all available options and their expected formats for the specified fabric type.
Arguments: fabric_type The type of fabric to get configuration example for (e.g., “spine-leaf”, “collapsed-core”, “hybrid”)
Examples:
Get configuration example for spine-leaf fabric¶
metalcloud fabric config-example spine-leaf
Get example and save to file¶
metalcloud fabric config-example collapsed-core > fabric-config.json
metalcloud-cli fabric config-example fabric_type [flags]
Options¶
-h, --help help for config-example
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