Back to CLI Reference

$ sccfm-cli inventory devices asa onboard --help

Usage: sccfm-cli inventory devices asa onboard [OPTIONS]

  Onboard an ASA device to SCC Firewall Manager.

Options:
  --name TEXT                 Human-readable name for the ASA device.
                              [required]
  --device-address TEXT       Device address in the form host:port.
  --username TEXT             Username used to authenticate with the device.
  --password TEXT             Password used to authenticate with the device.
  --connector-type [SDC|CDG]  Connector type used to communicate with the
                              device.
  --connector-name TEXT       Name of the Secure Device Connector (SDC) to use
                              (required when connector-type is SDC).
  --ignore-certificate        Skip certificate validation when onboarding.
  --grouped-labels TEXT       Grouped labels in JSON format, e.g.,
                              '{"environment": ["prod", "us-west"]}
  --ungrouped-labels TEXT     Free-form labels to assign to the device (can be
                              specified multiple times).
  --check                     Run a preflight check without onboarding.
  --config-path PATH          Path to the configuration file (defaults to
                              ~/.sccfm-cli/config.json).
  --format [table|json]       Output format  [default: table]
  --help                      Show this message and exit.