metalcloud-cli firmware-policy
Manage server firmware upgrade policies and global firmware configurations
Synopsis
Section titled “Synopsis”Manage server firmware upgrade policies and global firmware configurations.
Firmware policies define rules for automatically upgrading server firmware based on server properties like OS, server type, or instance groups. Global firmware configuration controls when and how firmware upgrades are applied system-wide.
Available commands: list List all firmware policies get Get firmware policy details create Create a new firmware policy update Update an existing firmware policy delete Delete a firmware policy generate-audit Generate compliance audit for a policy apply-with-groups Apply policies linked to server instance groups apply-without-groups Apply policies not linked to server instance groups config-example Show firmware policy configuration example global-config Manage global firmware configuration
Examples:
List all firmware policies
Section titled “List all firmware policies”metalcloud-cli firmware-policy list
Create a new policy from JSON file
Section titled “Create a new policy from JSON file”metalcloud-cli firmware-policy create —config-source policy.json
Apply all policies linked to server groups
Section titled “Apply all policies linked to server groups”metalcloud-cli firmware-policy apply-with-groups
Options
Section titled “Options” -h, --help help for firmware-policyOptions inherited from parent commands
Section titled “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
Section titled “SEE ALSO”- metalcloud-cli - MetalCloud CLI
- metalcloud-cli firmware-policy apply-with-groups - Apply all firmware policies linked to server instance groups
- metalcloud-cli firmware-policy apply-without-groups - Apply all firmware policies not linked to server instance groups
- metalcloud-cli firmware-policy config-example - Show example firmware policy configuration in JSON format
- metalcloud-cli firmware-policy create - Create a new firmware upgrade policy
- metalcloud-cli firmware-policy delete - Delete a firmware upgrade policy permanently
- metalcloud-cli firmware-policy generate-audit - Generate compliance audit report for a firmware policy
- metalcloud-cli firmware-policy get - Get detailed information about a specific firmware policy
- metalcloud-cli firmware-policy global-config - Manage global firmware configuration settings
- metalcloud-cli firmware-policy list - List all firmware upgrade policies
- metalcloud-cli firmware-policy update - Update an existing firmware upgrade policy