cencli

cencli Usage: cencli [OPTIONS] COMMAND [ARGS]... Aruba Central API CLI.  A CLI for interacting with Aruba  Central APIs. Use --raw which is supported globally, to see the raw  unformatted response from Aruba Central. Append --again to any command to re-display the output of the  last command from local cache.    - This is intended for use with up arrow. It's the  equivalent of cencli show last.    - Ignores the command on the command line and converts it to cencli show last    - Only retains options valid for cencli show last i.e.  --json-r ...    - Useful if you want to see the same output in a different  format or you want to output to file (--out<FILE>)    - ⚠  --raw output is not cached for re-display. ╭─ Options ─────────────────────────────────────────────────────╮ --version-V,-vShow current cencli    version, and latest    available version.     --debugEnable Additional      Debug Logging          [env var:              ARUBACLI_DEBUG]        -dUse default central    account                --accountTEXTThe Aruba Central      Account to use (must   be defined in the      config)                [env var:              ARUBACLI_ACCOUNT]      [default:              central_info]          --install-completionInstall completion for the current shell.     --show-completionShow completion for    the current shell, to  copy it or customize   the installation.      --helpShow this message and  exit.                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ move      Move device(s) to a defined group and/or site.    bounce    Bounce interface(s) or PoE on interface(s) (Valid on switches)                                      remove    Remove a device from a site                       reboot    Reboot devices or swarms                          reset     Reset overlay control connection (OTO/ORO)        blink     Blink LED                                         nuke      Reset a device to factory default, erase all      configuration (Valid on ArubaOS-SW or IAP         Clusters)                                         save      Save Device Running Config to Startup             sync      Sync/Refresh device config with Aruba Central     archive   Archive devices                                   unarchive Unacrchive devices                                convert   convert j2 templates                              show      Show Details about Aruba Central Objects          delete    Delete Aruba Central Objects                      add       Add devices / objects                             assign    Assign licenses / labels                          unassign  Unassign licenses / labels                        clone     Clone Aruba Central Groups                        update    Update existing Aruba Central objects             upgrade   Upgrade (or Downgrade) Firmware                   batch     Perform batch operations                          refresh   Refresh tokens / cache                            test      Test Webhook or run a centralcli function         directly (all Aruba Central API endpoints are     available)                                        ts        Run Troubleshooting commands on devices           rename    Rename Aruba Central Objects                      kick      Kick (disconnect) WLAN clients                    set       Set Firmware Compliance                           export    Collect configs in mass                           check     Check if firmware version is available            cancel    Cancel previously initiated firmware upgrade      ╰───────────────────────────────────────────────────────────────╯

move

move Usage: cencli move [OPTIONS] [name|ip|mac|serial] ... (multiple                    allowed)  [site <SITE>]  [group <GROUP>] Move device(s) to a defined group and/or site. ╭─ Arguments ───────────────────────────────────────────────────╮ device [name|ip|mac|serial]  ... (multiple         allowed)              kw1_val[site <SITE>]site keyword followed   by the site name.       kw2_val[group <GROUP>]group keyword followed  by the group name.      [site and/or group  required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --reset-groupReset group membership.  (move to the defined default group)        -kKeep config intact for CX         switches during move              --yes-Y,-yBypass confirmation prompts -     Assume Yes                        --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

bounce

bounce Usage: cencli bounce [OPTIONS] WHAT:{poe|interface}                      [name|ip|mac|serial] PORTS... Bounce interface(s) or PoE on interface(s) (Valid on switches) Ranges are supported: cencli bounce interface edge3 1/1/1-1/1/4 2/1/1-2/1/4 will  bounce the 8 interfaces in those ranges cencli bounce interface edge3 1/1/1-1/1/4,2/1/1-2/1/4 comma  seperated similar to swich CLI is also valid Results in 1 API call per interface ╭─ Arguments ───────────────────────────────────────────────────╮ *what  WHAT:{poe|interface}[required] *device[name|ip|mac|serial][required] *ports PORTS...            [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

remove

remove Usage: cencli remove [OPTIONS] [name|ip|mac|serial] ...  (multiple                      allowed) [site <SITE>] Remove a device from a site ╭─ Arguments ───────────────────────────────────────────────────╮ *devices[name|ip|mac|serial][required] ... (multiple        allowed)             *site   [site <SITE>][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

reboot

reboot Usage: cencli reboot [OPTIONS] [name|ip|mac|serial] ...  (multiple                      allowed) Reboot devices or swarms Use --swarm to reboot the swarm associated with the specified  device (The device can be any AP in the swarm) ╭─ Arguments ───────────────────────────────────────────────────╮ *devices[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-sReboot the swarm (IAP cluster) associated with the provided device     (AP).                                   --yes-Y,-yBypass confirmation prompts - Assume    Yes                                     --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

reset

reset Usage: cencli reset [OPTIONS] [WHAT]:[overlay]                     [name|ip|mac|serial] Reset overlay control connection (OTO/ORO) ╭─ Arguments ───────────────────────────────────────────────────╮ what  [WHAT]:[overlay]overlay is the only    option currently       [default: overlay]     *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

nuke

nuke Usage: cencli nuke [OPTIONS] [name|ip|mac|serial] Reset a device to factory default, erase all configuration  (Valid on ArubaOS-SW or IAP Clusters) ⚠  For AOS8 IAP this command is only valid for entire cluster,  not individual APs -s|--swarm option is required. ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-sFactory Default the swarm (IAP cluster) associated with the provided device     (AP).                                   --yes-Y,-yBypass confirmation prompts - Assume    Yes                                     --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

save

save Usage: cencli save [OPTIONS] [name|ip|mac|serial] ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

sync

sync Usage: cencli sync [OPTIONS] [name|ip|mac|serial] Sync/Refresh device config with Aruba Central Only valid for gateways (aka controllers) ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

archive

archive Usage: cencli archive [OPTIONS] [name|ip|mac|serial] ...                       (multiple allowed) Archive devices.  This has less meaning/usefulness with the  transition to GreenLake. cencli archive <devices>, followed by cencli unarchive  <devices> removes any subscriptions and the devices assignment to the Aruba Central App in  GreenLake. Archive removes the GreenLake assignment, but the device can't  be added to a different account until it's unarchived. Just use cencli deleve device ... or cencli batch delete  devices ╭─ Arguments ───────────────────────────────────────────────────╮ *devices[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

unarchive

unarchive Usage: cencli unarchive [OPTIONS] [name|ip|mac|serial] ...                         (multiple allowed) Unacrchive devices Remove previously archived devices from archive. Specify device by serial.  (archived devices will not be in  Inventory cache for name lookup) ╭─ Arguments ───────────────────────────────────────────────────╮ *serials[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

convert

convert Usage: cencli convert [OPTIONS] TEMPLATE [VAR_FILE] Convert specified j2 template into final form based on variable file. --var-file is optional, If not provided cencli will look in the same dir as the template for a file with the same name and supported extension. cencli supports most common extension for variable import: '.yaml', '.yml', '.json', '.csv', '.tsv', '.dbf' ╭─ Arguments ───────────────────────────────────────────────────╮ *templatePATH      j2 template to convert [required]             var_file[VAR_FILE]Optional variable file, will   automatically look for file    with same name as template and supported extension/format.    ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

show

show Usage: cencli show [OPTIONS] COMMAND [ARGS]... Show Details about Aruba Central Objects ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ all           Show details for All devices                  devices       Show details for devices                      aps           Show details for APs                          switches      Show details for switches                     gateways      Show details for gateways                     stacks        Show details for switch stacks                inventory     Show device inventory                         subscriptions Show subscription/license details or stats    swarms        Show Swarms (AOS8 IAP Clusters) or settings   for a specific swarm                          interfaces    Show interfaces/details                       poe           Show (switch) poe details for an interface    vlans         Show VLANs for device or site                 dhcp          Show DHCP pool or lease details (gateways     only)                                         upgrade       Show firmware upgrade status (by device)      groups        Show groups/details                           labels        Show labels/details                           sites         Show sites/details                            templates     Show templates/details                        variables     Show Variables for all or specific device     lldp          Show lldp neighbor information                certs         Show certificates/details                     task          Show status of previously issued task/command run           Show running config for a device              config        Show Effective Group/Device Config (UI        Group), ap speciffic settings (env) or cencli config.                                       token         Show current access token from cache          routes        Show gateway routing table                    wlans         Show WLAN(SSID)/details                       cluster       Show Cluster mapped to a given group/SSID     vsx           Show VSX details for a CX switch              clients       Show clients/details                          tunnels       Show Branch Gateway/VPNC Tunnel details       uplinks       Show Branch Gateway/VPNC Uplink details       roaming       Show wireless client roaming history.         logs          Show device event logs (last 30m by default)  or show cencli logs.                          alerts        Show Alerts/Notifications (for past 24 hours  by default).                                  notifications Show alert/notification configuration.        last          Re-display output from Last command.          webhooks      Show configured webhooks                      archived      Show archived devices                         portals       Show Configured Guest Portals, details for a  specific portal, or download logo for a       specified portal                              guests        Show Guests configured for a Portal           radios        Show details for Radios                       insights      Show AI Insights or details for a specific    insight                                       version       Show current cencli version, and latest       available version.                            cron          Show contents of cron file that can be used   to automate token refresh weekly.             firmware      Show Firmware / compliance details            wids          Show Wireless Intrusion Detection data        branch        Show branch health                            ospf          Show OSPF details                             ts            Show troubleshooting session details or       available commands                            overlay       Show Overlay (OTO/ORO) Information            audit         Show Aruba Central audit logs / audit event   logs                                          cloud-auth    Show Aruba Cloud-Auth details                 mpsk          Show MPSK details                             bandwidth     Show bandwidth usage                          ╰───────────────────────────────────────────────────────────────╯

all

all Usage: cencli show all [OPTIONS] Show details for All devices ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site          Filter by Site id|address|city|stat e|zip] --label[LABEL]Filter by Label --pub-ipTEXT                Filter by Public IP --upFilter by devices     that are Up           --downFilter by devices     that are Down         --inv-IInclude devices in    Inventory that have   yet to connect        --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|model|ip|mac|seField to sort by      rial|group|site|statu(Some fields may  s|type|clients|labelsrequire -v (verbose)  |version|uptime|ap|apoption where  -ip|ap-serial|ap-portsupported) |switch|switch-ip|swi tch-serial|switch-por t|untagged-vlan|tagge d-vlans|healthy] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

devices

devices Usage: cencli show devices [OPTIONS] [name|ip|mac|serial|'all']                            ... (multiple allowed) Show details for devices ╭─ Arguments ───────────────────────────────────────────────────╮ devices[name|ip|mac|serial|'Show details for a      all'] ... (multiple  specific device         allowed)             [default: show details  for all devices] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site          Filter by Site id|address|city|stat e|zip] --label[LABEL]Filter by Label --pub-ipTEXT                Filter by Public IP --upFilter by devices     that are Up           --downFilter by devices     that are Down         --inv-IInclude devices in    Inventory that have   yet to connect        --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|model|ip|mac|seField to sort by      rial|group|site|statu(Some fields may  s|type|clients|labelsrequire -v (verbose)  |version|uptime|ap|apoption where  -ip|ap-serial|ap-portsupported) |switch|switch-ip|swi tch-serial|switch-por t|untagged-vlan|tagge d-vlans|healthy] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

aps

aps Usage: cencli show aps [OPTIONS] [name|ip|mac|serial] ...                        (multiple allowed) Show details for APs Use cencli show aps -n--site<SITE> to see lldp neighbors for  all APs in a site. ╭─ Arguments ───────────────────────────────────────────────────╮ aps[name|ip|mac|serial]    ... (multiple allowed)  ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dirty-DGet Dirty diff      (config items not  pushed)[requires:  --group] --neighbors-nShow all AP LLDP    neighbors for a     site [requires:  --site] --inv-IInclude aps in      Inventory that have yet to connect      --group[GROUP NAME]Filter by Group --site[name|site         Filter by Site id|address|city|sta te|zip] --label[LABEL]Filter by Label --pub-ip<Public IP Address>Filter by Public IP --upFilter by devices   that are Up         --downFilter by devices   that are Down       --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|model|ip|mac|seField to sort by      rial|group|site|statu(Some fields may  s|type|clients|labelsrequire -v (verbose)  |version|uptime|ap|apoption where  -ip|ap-serial|ap-portsupported) |switch|switch-ip|swi tch-serial|switch-por t|untagged-vlan|tagge d-vlans|healthy] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

switches

switches Usage: cencli show switches [OPTIONS] [name|ip|mac|serial] Show details for switches ╭─ Arguments ───────────────────────────────────────────────────╮ switches[name|ip|mac|serial] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site          Filter by Site id|address|city|stat e|zip] --label[LABEL]Filter by Label --pub-ip<Public IP Address>Filter by Public IP --upFilter by devices     that are Up           --downFilter by devices     that are Down         --inv-IInclude switches in   Inventory that have   yet to connect        --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|model|ip|mac|seField to sort by      rial|group|site|statu(Some fields may  s|type|clients|labelsrequire -v (verbose)  |version|uptime|ap|apoption where  -ip|ap-serial|ap-portsupported) |switch|switch-ip|swi tch-serial|switch-por t|untagged-vlan|tagge d-vlans|healthy] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

gateways

gateways Usage: cencli show gateways [OPTIONS] [name|ip|mac|serial] Show details for gateways ╭─ Arguments ───────────────────────────────────────────────────╮ gateways[name|ip|mac|serial] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site          Filter by Site id|address|city|stat e|zip] --label[LABEL]Filter by Label --pub-ip<Public IP Address>Filter by Public IP --upFilter by gateways    that are Up           --downFilter by gateways    that are Down         --inv-IInclude gateways in   Inventory that have   yet to connect        --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|model|ip|mac|seField to sort by      rial|group|site|statu(Some fields may  s|type|clients|labelsrequire -v (verbose)  |version|uptime|ap|apoption where  -ip|ap-serial|ap-portsupported) |switch|switch-ip|swi tch-serial|switch-por t|untagged-vlan|tagge d-vlans|healthy] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

stacks

stacks Usage: cencli show stacks [OPTIONS] [name|ip|mac|serial] Show details for switch stacks ╭─ Arguments ───────────────────────────────────────────────────╮ switches[name|ip|mac|serial]List of specific        switches to pull stack  details for             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --upFilter by devices that are Up --downFilter by devices that are Down --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more   details, Accepts -vv -vvv etc. for          increasing verbosity   where supported        --sort[group|id|mac|name|sField to sort by (Some plit-policy|status|tfields may require -v opology](verbose) option where supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted   response from Central  API Gateway            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

inventory

inventory Usage: cencli show inventory [OPTIONS]                              [DEV_TYPE]:[all|ap|gw|vgw|switch] Show device inventory / all devices that have been added to  Aruba Central. ╭─ Arguments ───────────────────────────────────────────────────╮ dev_type[DEV_TYPE]:[all|ap|gw[default: all] |vgw|switch] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --sub--no-subShow devices with applied             subscription/license, or devices with no subscription/license applied.      [default: show all] --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[serial|mac|type|modeField to sort by      l|sku|services|subscr(Some fields may  iption-key|expires-inrequire -v (verbose)  ]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

subscriptions

subscriptions Usage: cencli show subscriptions [OPTIONS]  [WHAT]:[details|stats|                                  names|auto] Show subscription/license details or stats ╭─ Arguments ───────────────────────────────────────────────────╮ what[WHAT]:[details|stats|n[default: details] ames|auto] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dev-type[ap|gw|switch|sdwan]Filter by device type --type[advance-70xx|advancFilter by             e-72xx|advance-90xx-subscription/license  sec|advanced-91xx|adtype                  vanced-91xx-sec|adva nced-92xx-sec|advanc ed-ap|advanced-nw-th ird-party|advanced-s witch-6100|advanced- switch-6200|advanced -switch-6300|advance d-switch-6400|advanc ed-switch-8xxx-9xxx- 10xxx|foundation-700 5|foundation-70xx|fo undation-72xx|founda tion-90xx-sec|founda tion-91xx|foundation -91xx-sec|foundation -92xx-sec|foundation -ap|foundation-base- 90xx-sec|foundation- nw-third-party|found ation-sdflex|foundat ion-switch-6100|foun dation-switch-6200|f oundation-switch-630 0|foundation-switch- 6400|foundation-swit ch-8400|foundation-w lan-gw|vgw-2g|vgw-4g |vgw-500m|wlan-advan ced-90xx-sec|wlan-ad vanced-91xx|wlan-adv anced-91xx-sec|wlan- advanced-92xx-sec] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|sku|status|typField to sort by (Some e|key|network|start-fields may require -v date|end-date](verbose) option where supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted   response from Central  API Gateway            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

swarms

swarms Usage: cencli show swarms [OPTIONS] [name|ip|mac|serial] Show Swarms (AOS8 IAP Clusters) or settings for a specific  swarm ╭─ Arguments ───────────────────────────────────────────────────╮ ap[name|ip|mac|serial]Show settings for the Virtual Controller/Swarm associated   with this AP.  [default: Show All Swarms] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --config-cGet Swarm/Virtual      Controller             configuration for a    specific swarm.        Valid/Applies if AP is provided --group[GROUP NAME]Filter by Group --upFilter by swarms that  are Up                 --downFilter by swarms that  are Down               --pub-ip<Public IP Address>Filter by swarm Public IP                     --nameTEXT               Filter by              swarm/cluster name     --helpShow this message and  exit.                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[version|group|name|iField to sort by      p|public-ip|status|sw(Some fields may  arm-id]require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

interfaces

interfaces Usage: cencli show interfaces [OPTIONS]  [name|ip|mac|serial|all]                               [SLOT] Show interfaces/details Show interfaces for a device, or show interfaces for all  devices (default if no device is specified) of a provided  device type. --site & --group filters only apply when listing all interfaces of a given device type. ╭─ Arguments ───────────────────────────────────────────────────╮ device[name|ip|mac|serial|alDevice to fetch         l]interfaces from         [default: ALL (must  provide one of --ap --gw, or --switch)] slot  [SLOT]Slot name of the ports  to query (chassis only) ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site         Filter by Site id|address|city|sta te|zip] --gwShow interfaces for all gateways, (Only applies with device 'all' or when no  device is provided) --apShow interfaces for all APs (Only  applies with device 'all' or when no  device is provided) --switchShow interfaces for all switches (Only  applies with device 'all' or when no  device is provided) --upFilter by           interfaces that are Up                  --downFilter by           interfaces that are Down                --slow-sFilter by Up        interfaces that     have negotiated a   speed below 1Gbps   --fast-fFilter by Up        interfaces that     have negotiated a   speed at or above   2.5Gbps (Smart      Rate)               --yes-Y,-yBypass confirmation prompts - Assume    Yes                 --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

poe

poe Usage: cencli show poe [OPTIONS] [name|ip|mac|serial] [PORT] Show (switch) poe details for an interface ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] port  [PORT]Show PoE details for a specific interface     ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --powered-pShow only interfaces currently           delivering power                         --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

vlans

vlans Usage: cencli show vlans [OPTIONS] [name|ip|mac|serial] (vlans                          for a device) OR [name|site                          id|address|city|state|zip] (vlans for  a                          site) Show VLANs for device or site Command applies to sites, gateways, or switches ╭─ Arguments ───────────────────────────────────────────────────╮ *dev_site[name|ip|mac|serial[required] ] (vlans for a      device) OR          [name|site          id|address|city|sta te|zip] (vlans for  a site)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --upFilter by VLANs that are Up --downFilter by VLANs that are Down --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|pvid|untagged|tField to sort by      agged|status|mgmt|jum(Some fields may  bo|voice|igmp|oper-strequire -v (verbose)  ate-reason]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

dhcp

dhcp Usage: cencli show dhcp [OPTIONS] WHAT:{clients|pools}                         [name|ip|mac|serial] (Valid for  Gateways                         Only) Show DHCP pool or lease details (gateways only) -v (verbose) will extract hostnames for defined reservations  from GW config ╭─ Arguments ───────────────────────────────────────────────────╮ *whatWHAT:{clients|pools} [required] *dev [name|ip|mac|serial] [required] (Valid for Gateways   Only)                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --no-resFilter out reservations --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[pool-name|pool-size|Field to sort by      pvid|subnet|lease-tim(Some fields may  e|free-ip|client-namerequire -v (verbose)  |mac|ip|lease-start|loption where  ease-end|lease-remainsupported) ing|client-type] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

upgrade

upgrade Usage: cencli show upgrade [OPTIONS] [name|ip|mac|serial] ...                            (multiple allowed) Show firmware upgrade status (by device) ╭─ Arguments ───────────────────────────────────────────────────╮ *devices[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

groups

groups Usage: cencli show groups [OPTIONS] Show groups/details ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|allowed-types|gField to sort by      w-role|aos10|microbra(Some fields may  nch|cnx|template-grourequire -v (verbose)  p]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

labels

labels Usage: cencli show labels [OPTIONS] Show labels/details ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[devices|id|name]Field to sort by (Some  fields may require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted      response from Central API Gateway                   ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

sites

sites Usage: cencli show sites [OPTIONS] [name|site                          id|address|city|state|zip] ╭─ Arguments ───────────────────────────────────────────────────╮ site[name|site              id|address|city|state|z ip] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ -sCalculate # of sites per state -cCalculate # of sites per country --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|id|address|cityField to sort by      |state|zipcode|countr(Some fields may  y|associated-devices]require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

templates

templates Usage: cencli show templates [OPTIONS] [NAME] [GROUP] Show templates/details ╭─ Arguments ───────────────────────────────────────────────────╮ name [NAME]Template: [name] or Device:             [name|ip|mac|serial]                    group[GROUP]Get Templates for Group ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --groupTEXT               Get Templates for      Group                  --dev-type[ap|sw|cx|gw|sdwan]Filter by Device Type --version<version>[Templates] Filter by  dev version Template   is assigned to         --model<model>[Templates] Filter by  model                  --helpShow this message and  exit.                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[device-type|group|mField to sort by (Some odel|name|template-hfields may require -v ash|version](verbose) option where supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted   response from Central  API Gateway            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli show variables [OPTIONS] [name|ip|mac|serial|all] ╭─ Arguments ───────────────────────────────────────────────────╮ device[name|ip|mac|serial|al[default: all] l] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

lldp

lldp Usage: cencli show lldp [OPTIONS] [name|ip|mac|serial] ...                         (multiple allowed) Show lldp neighbor information Valid on APs and switches NOTE: AOS-SW will return LLDP neighbors, but only reports  neighbors for connected Aruba devices managed in Central ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial] [required] ... (multiple         allowed)              ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

certs

certs Usage: cencli show certs [OPTIONS] [name|hash] ╭─ Arguments ───────────────────────────────────────────────────╮ query[name|hash]Show details for certificates       matching query name or hash ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --valid--no-validFilter by certificate        validity expiration status --svrFilter by certificate type:  Server Certificate           --caFilter by certificate type:  CA                           --crlFilter by certificate type:  CRL                          --int-caFilter by certificate type:  Intermediate CA              --ocsp-respFilter by certificate type:  OCSP responder               --ocsp-signerFilter by certificate type:  OCSP signer                  --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|type|expirationField to sort by      |expired|md5-checksum(Some fields may  |sha1-checksum]require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

task

task Usage: cencli show task [OPTIONS] TASK_ID Show status of previously issued task/command Requires task_id which is provided in the response of the  previously issued command. Example: cencli bounce interface idf1-6300-sw 1/1/11 will queue the command         and provide the task_id. ╭─ Arguments ───────────────────────────────────────────────────╮ *task_idTEXT[required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --rawShow raw unformatted response from Central API Gateway                                        ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

run

run Usage: cencli show run [OPTIONS] [name|ip|mac|serial] Show running config for a device APs get the last known running config from Central Switches and GWs request the running config from the device ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --rawShow raw unformatted response from Central API Gateway                                        ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

config

config Usage: cencli show config [OPTIONS]                           [NAME|IP|MAC|SERIAL|GROUPNAME|cencli]                           [DEVICE] Show Effective Group/Device Config (UI Group), ap speciffic  settings (env) or cencli config. Group level configs are available for APs or GWs. Device level configs are available for all device types,  however AP and GW, show what Aruba Central has configured at the device level. Switches fetch the running config from the device (Same as  cencli show run).     or the template if it's in a template group (Same as cencli show template <SWITCH>)). Examples: cencli show config GROUPNAME --gw      Central's Group  level config for a GW cencli show config DEVICENAME          Central's device  level config if GW, per AP settings if AP, template or             running config if switch. cencli show config cencli              cencli configuration information (from config.yaml) ╭─ Arguments ───────────────────────────────────────────────────╮ *group_dev[NAME|IP|MAC|SERIALDevice Identifier,   |GROUPNAME|cencli]Group Name along     with --ap or --gw option, or 'cencli'  to see cencli        configuration        details.             [required]           ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --gwShow group level config for gateways. --apShow group level config for APs. --env-eShow AP environment settings.  Valid for  APs only -fApplies to cencli show config cencli.       Display raw file contents (i.e. cat the     file)                                       --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --rawShow raw unformatted response from Central API Gateway                                        ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

token

token Usage: cencli show token [OPTIONS] Show current access token from cache ╭─ Options ─────────────────────────────────────────────────────╮ --no-refreshDo not refresh tokens first --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

routes

routes Usage: cencli show routes [OPTIONS] [name|ip|mac|serial] Show gateway routing table ℹ  This command is only valid on Gateways ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[destination|interfacField to sort by      e|nexthop|protocol|fl(Some fields may  ags|metric|best|learnrequire -v (verbose)  -time]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

wlans

wlans Usage: cencli show wlans [OPTIONS] [WLAN NAME] Show WLAN(SSID)/details Shows summary of all WLANs in Central by default.  Each SSID is only listed once. Use -v (fetch details for wlans in each group) or specify  --group for more details. ╭─ Arguments ───────────────────────────────────────────────────╮ name[WLAN NAME]Get Details for a specific WLAN ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site           Filter by Site id|address|city|state |zip] --label[LABEL]Filter by Label --swarm-s[name|ip|mac|serial]Filter by the swarm   associated with       specified AOS8 IAP    --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vget more details for  SSIDs across all AP   groups                --sort[ssid|security|type|cField to sort by      lients|enabled|rf-ban[default: SSID] d|mac-auth|access-typ e|group] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

cluster

cluster Usage: cencli show cluster [OPTIONS] GROUP SSID Show Cluster mapped to a given group/SSID ╭─ Arguments ───────────────────────────────────────────────────╮ *groupTEXT[required] *ssid TEXTSSIDs are not cached.  Ensure text/case is accurate.                            [required]                              ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

vsx

vsx Usage: cencli show vsx [OPTIONS] [name|ip|mac|serial] Show VSX details for a CX switch ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

clients

clients Usage: cencli show clients [OPTIONS] [username|ip|mac] Show clients/details Shows clients that have connected within the last 3 hours by  default. ╭─ Arguments ───────────────────────────────────────────────────╮ client[username|ip|mac]Show details for a specific  client. verbose assumed. ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --past-p[3h|1d|1w|1M|3M]Collect data for    last... M=months,   w=weeks, d=days,    h=hours i.e.: 3h    [default: 3h] --group<Group>Filter by Group --site<Site>Filter by Site --label<Label>Filter by Label --wireless-wShow only wireless  clients             --wired-WShow only wired     clients             --ssidTEXT              Filter by SSID      (Applies only to  wireless clients) --band[2.4|5|6]Filter by Band      (Applies only to  wireless clients) --denylisted-DShow denylisted     clients [requires:  --dev (AP only)] --failed-FShow clients that   have failed to      connect             --dev[name|ip|mac|seriaFilter by device l] --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|mac|vlan|ip|rolField to sort by      e|network|dot11|conne(Some fields may  cted-device|site|grourequire -v (verbose)  p|last-connected]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

tunnels

tunnels Usage: cencli show tunnels [OPTIONS] [name|ip|mac|serial] Show Branch Gateway/VPNC Tunnel details ╭─ Arguments ───────────────────────────────────────────────────╮ *gateway[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --past[3h|1d|1w|1m|3m]Time Range for                usage/trhoughput details      where 3h = 3 Hours, 1d = 1    Day, 1w = 1 Week, 1m =        1Month, 3m = 3Months.         [default: 1d]                 --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

roaming

roaming Usage: cencli show roaming [OPTIONS] [username|ip|mac] Show wireless client roaming history. If ip or username are provided the client cache is used to  lookup the clients mac address. The cache is updated anytime a show clients ... is ran, or  automatically if the client is not found in the cache. The -R flag can be used to force a cache refresh prior to  looking up roaming history. ╭─ Arguments ───────────────────────────────────────────────────╮ *client[username|ip|mac]Client username, ip, or   mac                       [required]                ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range   %m-%dT%H:%M|%m/%d/%(24hr notation)       Y|%Y-%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-End of time-range     %m-%dT%H:%M|%m/%d/%(24hr notation)       Y|%Y-%m-%d][default: Now] --past-pTEXT               Collect data for      last... M=months,     w=weeks, d=days,      h=hours i.e.: 3h      [default: 3h] --refresh-RCache is used to      determine mac if      username or ip are    provided. This forces a cache update prior  to lookup.            --drop-D(implies -R): Drop    all users from        existing cache, then  refresh.  By default  any user that has     ever connected is     retained in the       cache.                --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|mac|vlan|ip|rolField to sort by      e|network|dot11|conne(Some fields may  cted-device|site|grourequire -v (verbose)  p|last-connected]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

logs

logs Usage: cencli show logs [OPTIONS] [LOG_ID|cencli] Show device event logs (last 30m by default) or show cencli  logs. Audit logs have moved to cencli show audit logs ╭─ Arguments ───────────────────────────────────────────────────╮ event_id[LOG_ID|cencli]Show details for a specific  log_id or cencli to show     cencli logs                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --cencliShow cencli logs -ffollow tail on log  file (implies show  logs cencli)        --group[GROUP NAME]Filter by Group --site[name|site       Filter by Site id|address|city|s tate|zip] --label[LABEL]Filter by Label --all-aDisplay all         available event     logs.  Overrides    default of 30m      -nINTEGER RANGE    Collect Last n logs [x<=10000]max: 10,000 --start-s[%m/%d/%Y-%H:%M|%Start of time-range Y-%m-%dT%H:%M|%m/(24hr notation)     %d/%Y|%Y-%m-%d][default: 30  minutes ago] --end-e[%m/%d/%Y-%H:%M|%End of time-range   Y-%m-%dT%H:%M|%m/(24hr notation)     %d/%Y|%Y-%m-%d][default: Now] --past-pTEXT             Collect data for    last... M=months,   w=weeks, d=days,    h=hours i.e.: 3h    [default: 30m] --dev[name|ip|mac|seriFilter by device al] --swarm-sFilter logs for IAP cluster associated  with provided       device --device required.           --level[clear|neutral|neFilter events by    gative|normal|minlog level           or|positive|info| warning|error] --client[username|ip|mac] --bssidTEXT             Filter events by    bssid               --hostname-HTEXT             Filter events by    hostname (fuzzy     match)              --dev-type[ap|switch|gw|cliFilter events by    ent]device type         --descriptionTEXT             Filter events by    description (fuzzy  match)              --event-typeTEXT             Filter events by    type (fuzzy match)  --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    -vVerbose: Show logs with original field names and minimal formatting           (vertically)                           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

alerts

alerts Usage: cencli show alerts [OPTIONS] Show Alerts/Notifications (for past 24 hours by default). ℹ  Notification must be Configured. ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site     Filter by Site id|address|city |state|zip] --label[LABEL]Filter by Label --dev[name|ip|mac|seFilter by device rial] --severity[critical|majorFilter by alerts |minor|warning|by severity.     info] --searchTEXT           Filter by alerts with supplied    text in          name/descriptio… --ack--no-ackShow only        acknowledged     (--ack) or       unacknowledged   (--no-ack)       alerts           --type[device|client|Filter by alert  user|ids]type             --start-s[%m/%d/%Y-%H:%MStart of         |%Y-%m-%dT%H:%Mtime-range (24hr |%m/%d/%Y|%Y-%mnotation)        -%d][default: 24  hours ago] --end-e[%m/%d/%Y-%H:%MEnd of           |%Y-%m-%dT%H:%Mtime-range (24hr |%m/%d/%Y|%Y-%mnotation)        -%d][default: Now] --past-pTEXT           Collect data for last...          M=months,        w=weeks, d=days, h=hours i.e.: 3h [default: 24h] -vShow alerts with original field   names and        minimal          formatting       (vertically)     --helpShow this        message and      exit.            ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[time|severity|type|dField to sort by      escription|acknowledg(Some fields may  ed]require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

notifications

notifications Usage: cencli show notifications [OPTIONS] Show alert/notification configuration. Display alerty types, notification targets, and rules. ╭─ Options ─────────────────────────────────────────────────────╮ --searchTEXTFilter by alerts with search term in    name/description/category.              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

last

last Usage: cencli show last [OPTIONS] Re-display output from Last command.  (No API Calls) ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

webhooks

webhooks Usage: cencli show webhooks [OPTIONS] Show configured webhooks ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|updated|wid|urField to sort by (Some ls|retry-policy|tokefields may require -v n|token-created](verbose) option where supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted   response from Central  API Gateway            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

archived

archived Usage: cencli show archived [OPTIONS] Show archived devices ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[serial|mac|type|modeField to sort by      l|sku|resource-id](Some fields may  require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

portals

portals Usage: cencli show portals [OPTIONS] [name|id] Show Configured Guest Portals, details for a specific portal,  or download logo for a specified portal ╭─ Arguments ───────────────────────────────────────────────────╮ portal[name|id]show details for a specific portal   profile [default: show summary for  all portals] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --logo-LPATHDownload logo for specified portal to   specified path. Portal argument is  requrired[default:  /home/docs/checkouts/readthedocs.org/u… --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|id|auth|url|reField to sort by (Some g-by-email|reg-by-phfields may require -v one](verbose) option where supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted   response from Central  API Gateway            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

guests

guests Usage: cencli show guests [OPTIONS] [PORTAL] Show Guests configured for a Portal ╭─ Arguments ───────────────────────────────────────────────────╮ portal[PORTAL]portal name [default: Guests for all  defined User/Pass portals] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --refresh-RApplies only if portal is not provided.  Refresh the portal cache prior to        fetching guests for all User/Pass        portals                                  --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

radios

radios Usage: cencli show radios [OPTIONS] [name|ip|mac|serial] ...                           (multiple allowed) Show details for Radios ╭─ Arguments ───────────────────────────────────────────────────╮ aps[name|ip|mac|serial]    ... (multiple allowed)  ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --groupTEXT               Filter by Group --siteTEXT               Filter by Site --labelTEXT               Filter by Label --pub-ip<Public IP Address>Filter by Public IP --upFilter by devices that   are Up                   --downFilter by devices that   are Down                 --helpShow this message and    exit.                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

insights

insights Usage: cencli show insights [OPTIONS] [INSIGHT_ID] Show AI Insights or details for a specific insight Shows Global Insights by default, or insights related to a  site, device, or client based on provided options. Result of above will include insight id, which can be provided  to show details for the insight. ╭─ Arguments ───────────────────────────────────────────────────╮ insight_id[INSIGHT_ID]Show details for a specific   insight id.                   ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range  %m-%dT%H:%M|%m/%d/%(24hr notation)      Y|%Y-%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-End of time-range    %m-%dT%H:%M|%m/%d/%(24hr notation)      Y|%Y-%m-%d][default: Now] --past-pTEXT               Collect data for     last... M=months,    w=weeks, d=days,     h=hours i.e.: 3h     [default: 3h] --site[name|site         Filter by Site id|address|city|sta te|zip] --dev[name|ip|mac|serialShow insights        ]related to a         specific device      --client[username|ip|mac]Show insights        related to a         specific client      --severity-s[high|med|low]Filter insights by   severity             --helpShow this message    and exit.            ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[insight-id|severity|Field to sort by      category|insight|impa(Some fields may  ct|config-insight]require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

version

version Usage: cencli show version [OPTIONS] Show current cencli version, and latest available version. ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       ╰───────────────────────────────────────────────────────────────╯

cron

cron Usage: cencli show cron [OPTIONS] [ACCOUNTS]... Show contents of cron file that can be used to automate token  refresh weekly. This will keep the tokens valid, even if cencli is not used. ╭─ Arguments ───────────────────────────────────────────────────╮ accounts[ACCOUNTS]... ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

firmware

firmware Usage: cencli show firmware [OPTIONS] COMMAND [ARGS]... Show Firmware / compliance details ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ device     Show firmware details for device(s)              swarms     Show firmware details for swarm by specifying    any AP in the swarm                              compliance Show firmware compliance details                 list       Show available firmware list for a specific      device or a type of device                       ╰───────────────────────────────────────────────────────────────╯

device

device Usage: cencli show firmware device [OPTIONS]  [name|ip|mac|serial]                                    ... (multiple allowed) Show firmware details for device(s) Either provide one or more devices as arguments or --dev-type --dev-type can be one of cx, sw, gw, ap cencli show [all|aps|switches|gateways] includes the firmware  version as well cxsw and the generic switch are allowed for --dev-type for  consistency with other commands. API endpoint treats them all the same and returns all switches. ⚠  The APIs used by this command seem to no longer work for  Gateways. ╭─ Arguments ───────────────────────────────────────────────────╮ device[name|ip|mac|serial]   ... (multiple allowed) ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dev-type[cx|sw|switch|gw|masShow firmware by      |ap]device type           --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

swarms

swarms Usage: cencli show firmware swarms [OPTIONS]  [name|ip|mac|serial]                                    ... (multiple allowed) Show firmware details for swarm by specifying any AP in the  swarm Multiple devices can be specified.  Output will include details for each unique swarm. ╭─ Arguments ───────────────────────────────────────────────────╮ device[name|ip|mac|serial]  Show firmware for the   ... (multiple allowed)swarm the provided      device(s) belongs to    ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

compliance

compliance Usage: cencli show firmware compliance [OPTIONS]  DEVICE_TYPE:{ap|                                        sw|cx|gw|sdwan} [GROUP-                                        NAME] Show firmware compliance details for a group/device type ╭─ Arguments ───────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw[required] |cx|gw|sdwan}      group      [GROUP-NAME] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --groupTEXTFilter by group --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

list

list Usage: cencli show firmware list [OPTIONS] [name|ip|mac|serial] Show available firmware list for a specific device or a type of device ╭─ Arguments ───────────────────────────────────────────────────╮ device[name|ip|mac|serial]Device to get firmware    list for                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dev-type[ap|sw|cx|gw|sdwan]Get firmware list    for a device type    --swarm-sGet available        firmware for IAP     cluster associated   with provided device --swarm-idTEXT               Get available        firmware for         specified IAP        cluster              --helpShow this message    and exit.            ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts -vv -vvv etc. for increasing verbosity where   supported                                  --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central API Gateway                                ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

wids

wids Usage: cencli show wids [OPTIONS] COMMAND [ARGS]... Show Wireless Intrusion Detection data ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ rogues      Show Detected Rogue APs                         interfering Show interfering APs                            neighbors   Show Neighbor APs                               suspect     Show Suspected Rogue APs                        all         Show All WIDS Classifications                   ╰───────────────────────────────────────────────────────────────╯

rogues

rogues Usage: cencli show wids rogues [OPTIONS] Show Detected Rogue APs ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Show firmware for the swarm the provided AP belongs to            --group[GROUP NAME] ...     Filter by Group(s) (multiple allowed)    --site[name|site           Filter by Site(s) id|address|city|state |zip] ... (multiple   allowed)              --label[LABEL] ... (multipleFilter by Label(s) allowed)              --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 3h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

interfering

interfering Usage: cencli show wids interfering [OPTIONS] Show interfering APs ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Show firmware for the swarm the provided AP belongs to            --group[GROUP NAME] ...     Filter by Group(s) (multiple allowed)    --site[name|site           Filter by Site(s) id|address|city|state |zip] ... (multiple   allowed)              --label[LABEL] ... (multipleFilter by Label(s) allowed)              --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 3h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

neighbors

neighbors Usage: cencli show wids neighbors [OPTIONS] Show Neighbor APs ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Show firmware for the swarm the provided AP belongs to            --group[GROUP NAME] ...     Filter by Group(s) (multiple allowed)    --site[name|site           Filter by Site(s) id|address|city|state |zip] ... (multiple   allowed)              --label[LABEL] ... (multipleFilter by Label(s) allowed)              --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 3h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

suspect

suspect Usage: cencli show wids suspect [OPTIONS] Show Suspected Rogue APs ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Show firmware for the swarm the provided AP belongs to            --group[GROUP NAME] ...     Filter by Group(s) (multiple allowed)    --site[name|site           Filter by Site(s) id|address|city|state |zip] ... (multiple   allowed)              --label[LABEL] ... (multipleFilter by Label(s) allowed)              --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 3h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

all

all Usage: cencli show wids all [OPTIONS] Show All WIDS Classifications ╭─ Options ─────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Show firmware for the swarm the provided AP belongs to            --group[GROUP NAME] ...     Filter by Group(s) (multiple allowed)    --site[name|site           Filter by Site(s) id|address|city|state |zip] ... (multiple   allowed)              --label[LABEL] ... (multipleFilter by Label(s) allowed)              --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 3 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 3h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

branch

branch Usage: cencli show branch [OPTIONS] COMMAND [ARGS]... Show branch health ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ health Show Branch Health statistics                        ╰───────────────────────────────────────────────────────────────╯

health

health Usage: cencli show branch health [OPTIONS] [name|site                                  id|address|city|state|zip] Show Branch Health statistics ╭─ Arguments ───────────────────────────────────────────────────╮ site[name|site              id|address|city|state|z ip] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --wan-downShow branches with wan uplinks or tunnels Down.                                     --downShow branches with down devices. --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more details, Accepts  -vv-vvv etc. for increasing verbosity where supported                        --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

ospf

ospf Usage: cencli show ospf [OPTIONS] COMMAND [ARGS]... Show OSPF details ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ neighbors  Show OSPF Neighbors for a device                 interfaces Show OSPF Interfaces for a device                area       Show OSPF area information for a device          database   Show OSPF database for a device                  ╰───────────────────────────────────────────────────────────────╯

neighbors

neighbors Usage: cencli show ospf neighbors [OPTIONS]  [name|ip|mac|serial] Show OSPF Neighbors for a device ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[router-id|ip|prioritField to sort by      y|interface-name|inte(Some fields may  rface-state|neighbor-require -v (verbose)  state|area|options|deoption where  ad-timer|rexmt-timer]supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

interfaces

interfaces Usage: cencli show ospf interfaces [OPTIONS]  [name|ip|mac|serial] Show OSPF Interfaces for a device ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[name|area|ip|state|oField to sort by      per-state|type|cost|n(Some fields may  brs|DR-rtr-id|DR-IP|Brequire -v (verbose)  DR-rtr-id|BDR-IP|authoption where  |priority|hello-intersupported) val|dead-interval|rex mt-interval] -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

area

area Usage: cencli show ospf area [OPTIONS] [name|ip|mac|serial] Show OSPF area information for a device ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[area|area-type|interField to sort by      face-count|spf-run-co(Some fields may  unt|default-cost|summrequire -v (verbose)  ary-enable]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

database

database Usage: cencli show ospf database [OPTIONS] [name|ip|mac|serial] Show OSPF database for a device ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[area|lsa-type|ls-id|Field to sort by      router-id|age|seq-no|(Some fields may  checksum|link-count|rrequire -v (verbose)  oute-tag]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

ts

ts Usage: cencli show ts [OPTIONS] COMMAND [ARGS]... Show troubleshooting session details or available commands ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ results  Show Troubleshooting output                        commands Show available troubleshooting commands            ╰───────────────────────────────────────────────────────────────╯

results

results Usage: cencli show ts results [OPTIONS] [name|ip|mac|serial]                               [SESSION_ID] Show Troubleshooting results from a previously run  troubleshooting session. Use cencli tshoot... to start a troubleshooting session. ╭─ Arguments ───────────────────────────────────────────────────╮ *device    [name|ip|mac|seriaAruba Central Device l]or the session id of a previously run     troubleshooting      session              [required]           session_id[SESSION_ID]The troubleshooting  session id.          ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --cleanClean response, don't send through   any formatters.  Useful for  excessively long output --pagerEnable Paged Output --outPATHOutput to file (and terminal) -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

commands

commands Usage: cencli show ts commands [OPTIONS] [ap|gw|cx|sw|mas] Show available troubleshooting commands for a given device  type. Use cencli tshoot... to start a troubleshooting session. ╭─ Arguments ───────────────────────────────────────────────────╮ *device_type[ap|gw|cx|sw|mas][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --sort[id|category][default: id] -rReverse output order -vvShow raw response (no      formatting but still       honors --yaml--csv ...   if provided)               --pagerEnable Paged Output -dUse default central        account                    --debugEnable Additional Debug    Logging                    [env var: ARUBACLI_DEBUG]  --accountTEXT         The Aruba Central Account  to use (must be defined in the config)                [env var:                  ARUBACLI_ACCOUNT]          [default: central_info]    --helpShow this message and      exit.                      ╰───────────────────────────────────────────────────────────────╯

overlay

overlay Usage: cencli show overlay [OPTIONS] COMMAND [ARGS]... Show Overlay (OTO/ORO) Information ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ routes     Show gateway routes advertised or learned from   route/tunnel orchestrator                        interfaces Show overlay interfaces                          connection Show overlay connection (OTO/ORO) details (Valid on SD-Branch GWs/ VPNCs Only)                    ╰───────────────────────────────────────────────────────────────╯

routes

routes Usage: cencli show overlay routes [OPTIONS]  [name|ip|mac|serial] Show gateway routes advertised or learned from route/tunnel  orchestrator ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --advertised-aShow advertised routes [default: show learned routes] --best-bReturn only best/preferred route for  each destination                      --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[destination|interfacField to sort by      e|nexthop|protocol|fl(Some fields may  ags|metric|best|learnrequire -v (verbose)  -time]option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

interfaces

interfaces Usage: cencli show overlay interfaces [OPTIONS]                                       [name|ip|mac|serial] Show overlay interfaces ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|endpoint|state|Field to sort by      uptime|routes](Some fields may  require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

connection

connection Usage: cencli show overlay connection [OPTIONS]                                       [name|ip|mac|serial] Show overlay connection (OTO/ORO) details (Valid on SD-Branch  GWs/ VPNCs Only) For additional details use cencli tshoot overlay DEVICE (which  also works on APs). ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

audit

audit Usage: cencli show audit [OPTIONS] COMMAND [ARGS]... Show Aruba Central audit logs / audit event logs ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ logs Show Audit Event Logs.                                 ╰───────────────────────────────────────────────────────────────╯

logs

logs Usage: cencli show audit logs [OPTIONS] [LOG_ID] Show Audit Event Logs. Other available log commands:   - show audit acp-logs to show audit logs related to Central  itself.   - show logs to show device event logs. 🕑  Displays prior 2 days if no time options are provided. ╭─ Arguments ───────────────────────────────────────────────────╮ log_id[LOG_ID]Show details for a specific log       (log_id from previous run of the      command)                              ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 48 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 48h] --all-aDisplay all available audit logs.           Overrides default of  48h                   --dev[name|ip|mac|serial]Filter by device --classTEXT                 Filter logs by        classification (fuzzy match)                -nINTEGER RANGE        Collect Last n logs   [x<=10000]max: 10,000 -vShow logs with        original field names  and minimal           formatting            (vertically)          --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[time|app|class|type|Field to sort by      description|target|ip(Some fields may  |user|id]require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

cloud-auth

cloud-auth Usage: cencli show cloud-auth [OPTIONS] COMMAND [ARGS]... Show Aruba Cloud-Auth details ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ registered-macs Show Cloud-Auth MAC registrations.          upload          Show Cloud-Auth Upload Status.              ╰───────────────────────────────────────────────────────────────╯

registered-macs

registered-macs Usage: cencli show cloud-auth registered-macs             [OPTIONS] [SEARCH] Show Cloud-Auth MAC registrations. ╭─ Arguments ───────────────────────────────────────────────────╮ search[SEARCH]Optional search string (name/mac      contains)                             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sort[name|mac]Field to sort by (Some fields  may require -v (verbose) option  where supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response    from Central API Gateway         ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

upload

upload Usage: cencli show cloud-auth upload [OPTIONS]  [WHAT]:[mpsk|mac] Show Cloud-Auth Upload Status. This command can be ran after cencli batch add <macs|mpsk> to  see the status of the upload. ╭─ Arguments ───────────────────────────────────────────────────╮ what[WHAT]:[mpsk|mac][default: mac] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --sortTEXTField to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from     Central API Gateway                    ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

mpsk

mpsk Usage: cencli show mpsk [OPTIONS] COMMAND [ARGS]... Show MPSK details ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ networks Show all MPSK networks (SSIDs)                     named    Show named MPSK definitions for a provided network (SSID)                                             ╰───────────────────────────────────────────────────────────────╯

networks

networks Usage: cencli show mpsk networks [OPTIONS] Show all MPSK networks (SSIDs) ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

named

named Usage: cencli show mpsk named [OPTIONS] [SSID] Show named MPSK definitions for a provided network (SSID) ╭─ Arguments ───────────────────────────────────────────────────╮ ssid[SSID]The SSID to gather named MPSK definitions for.  [default: fetch MPSKs for all MPSK  SSIDs] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Filtering Options ───────────────────────────────────────────╮ --nameTEXTFilter by MPSK name (name contains) --roleTEXTFilter by user role associated with the MPSK (role name contains)       --enabled-EShow enabled named MPSKs --disabled-DShow disabled named MPSKs ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --importOutput named MPSKs    using format required for import into       Cloud-Auth implies  --csv -vVerbosity: Show more  details, Accepts -vv -vvv etc. for         increasing verbosity  where supported       --sort[id|name|role|statusField to sort by      |mpsk](Some fields may  require -v (verbose)  option where  supported) -rReverse output order --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table       format                --rawShow raw unformatted  response from Central API Gateway           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

bandwidth

bandwidth Usage: cencli show bandwidth [OPTIONS] COMMAND [ARGS]... Show bandwidth usage ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ ap     Show AP(s) bandwidth usage graph.                    switch Show Bandwidth usage for a switch or a specific port on a switch.                                         client Show client bandwidth usage graph.                   uplink Show bandwidth usage graph for a switch or gateway   uplink                                               wlan   Show bandwidth usage graph for a network/SSID        ╰───────────────────────────────────────────────────────────────╯

ap

ap Usage: cencli show bandwidth ap [OPTIONS] [name|ip|mac|serial] Show AP(s) bandwidth usage graph. Default output is line graph showing bandwidth usage over the  last 3 hours. Use formatting flags for alternative output.  --start--end --past to adjust time-frame. The larger the time-frame the more unreadable the graph will  be. ╭─ Arguments ───────────────────────────────────────────────────╮ ap[name|ip|mac|serial]Show Bandwidth details for a  specific AP [default: All  APs] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site         Filter by Site id|address|city|sta te|zip] --label[LABEL]Filter by Label --swarm-sShow Bandwidth for   the swarm/cluster    the provided AP      belongs to [AP  argument must be  provided. Valid for  AOS8 IAP] --band[2.4|5|6]Show Bandwidth for a specific band [ap  must be provided] --ssidTEXT               Show Bandwidth for a specifc ssid [ap  must be provided] --interval-i[5m|1h|1d|1w]One of 5m, 1h, 1d,   1w, where m=minutes, h=hours, d=days,     w=weeks M=Months     [default: 5m]        --start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range  %m-%dT%H:%M|%m/%d/%(24hr notation)      Y|%Y-%m-%d][default: 48 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-End of time-range    %m-%dT%H:%M|%m/%d/%(24hr notation)      Y|%Y-%m-%d][default: Now] --past-pTEXT               Collect data for     last... M=months,    w=weeks, d=days,     h=hours, m=mins      i.e.: 3h [default:  48h] --helpShow this message    and exit.            ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

switch

switch Usage: cencli show bandwidth switch [OPTIONS]                                     [name|ip|mac|serial] [PORT] Show Bandwidth usage for a switch or a specific port on a  switch. Default output is line graph showing bandwidth usage over the  last 3 hours. Use formatting flags for alternative output.  --start--end --past to adjust time-frame. The larger the time-frame the more unreadable the graph will  be. ╭─ Arguments ───────────────────────────────────────────────────╮ *switch[name|ip|mac|serial]Switch to show         Bandwidth details for  [required]             port  [PORT]Show bandwidth for a   specific port          [default: All Ports]   ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --uplinkShow Bandwidth usage  for the uplink        --start-s[%m/%d/%Y-%H:%M|%Y-%Start of time-range   m-%dT%H:%M|%m/%d/%Y|(24hr notation)       %Y-%m-%d][default: 48 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%End of time-range     m-%dT%H:%M|%m/%d/%Y|(24hr notation)       %Y-%m-%d][default: Now] --past-pTEXT                Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 48h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

client

client Usage: cencli show bandwidth client [OPTIONS] [username|ip|mac] Show client bandwidth usage graph. Default output is line graph showing bandwidth usage over the  last 3 hours. Use formatting flags for alternative output.  --start--end --past to adjust time-frame. The larger the time-frame the more unreadable the graph will  be. ╭─ Arguments ───────────────────────────────────────────────────╮ client[username|ip|mac]Show Bandwidth details for a specific client [default:  All clients] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dev[name|ip|mac|seriShow Bandwidth    al]details for       clients connected to a specific     device            --group[GROUP NAME]Show Bandwidth    for clients       connected to      devices in a      specific group    --label[LABEL]Show Bandwidth    for clients       connected to      devices with a    specific label    --swarm,--stack-sShow Bandwidth    for the swarm or  stack the         provided device   belongs to --dev argument must be  provided.         --start-s[%m/%d/%Y-%H:%M|%Start of          Y-%m-%dT%H:%M|%m/time-range (24hr  %d/%Y|%Y-%m-%d]notation)         [default: 48  hours ago] --end-e[%m/%d/%Y-%H:%M|%End of time-range Y-%m-%dT%H:%M|%m/(24hr notation)   %d/%Y|%Y-%m-%d][default: Now] --past-pTEXT             Collect data for  last... M=months, w=weeks, d=days,  h=hours, m=mins   i.e.: 3h          [default: 48h] --helpShow this message and exit.         ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

wlan

wlan Usage: cencli show bandwidth wlan [OPTIONS] [WLAN SSID] Show bandwidth usage graph for a network/SSID Default output is line graph showing network bandwidth usage  over the last 3 hours. Use formatting flags for alternative output.  --start--end --past to adjust time-frame. The larger the time-frame the more unreadable the graph will  be. Use cencli show wlans <GATEWAY> to get list of available  networks. ╭─ Arguments ───────────────────────────────────────────────────╮ *network[WLAN SSID]Use cencli show wlans for a    list of networks               [required]                     ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Show Bandwidth for    APs in a specific     group                 --site[name|site           Show Bandwidth for    id|address|city|stateAPs in a specific     |zip]site                  --label[LABEL]Show Bandwidth for    APs with a specific   label                 --swarm-s[name|ip|mac|serial]Show bandwidth for    the swarm associated  with provided AP      [Valid for AOS8 IAP] --start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range   -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: 48 hours  ago] --end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range     -%dT%H:%M|%m/%d/%Y|%Y(24hr notation)       -%m-%d][default: Now] --past-pTEXT                 Collect data for      last... M=months,     w=weeks, d=days,      h=hours, m=mins i.e.: 3h [default: 48h] --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

delete

delete Usage: cencli delete [OPTIONS] COMMAND [ARGS]... Delete Aruba Central Objects ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ certificate Delete a certificate                            site        Delete sites                                    label       Delete label(s)                                 portal      Delete portal(s)                                group       Delete group(s)                                 wlan        Delete a WLAN (SSID)                            webhook     Delete Webhook                                  template    Delete a Template                               device      Delete devices.                                 guest       Add a guest user to a configured portal         firmware    Remove Firmware Compliance                      ╰───────────────────────────────────────────────────────────────╯

certificate

certificate Usage: cencli delete certificate [OPTIONS] NAME ╭─ Arguments ───────────────────────────────────────────────────╮ *nameTEXT[required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

site

site Usage: cencli delete site [OPTIONS] SITES... ╭─ Arguments ───────────────────────────────────────────────────╮ *sitesSITES...Site(s) to delete (can provide more than one).                          [required]                          ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

label

label Usage: cencli delete label [OPTIONS] [LABEL] ... (multiple                            allowed) Delete label(s) Label can't have any devices associated with it to delete. ╭─ Arguments ───────────────────────────────────────────────────╮ *labels[LABEL] ...         [required] (multiple allowed)   ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

portal

portal Usage: cencli delete portal [OPTIONS] [LABEL] ... (multiple                             allowed) Delete portal(s) Delete Guest Portal Profile(s)/Splash Page(s) ╭─ Arguments ───────────────────────────────────────────────────╮ *portals[LABEL] ...         [required] (multiple allowed)   ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

group

group Usage: cencli delete group [OPTIONS] GROUPS... ╭─ Arguments ───────────────────────────────────────────────────╮ *groupsGROUPS...Group to delete (can provide more than one).                        [required]                        ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

wlan

wlan Usage: cencli delete wlan [OPTIONS] [GROUP NAME|SWARM ID] [WLAN                           NAME] ╭─ Arguments ───────────────────────────────────────────────────╮ *group[GROUP NAME|SWARM ID][required] *name [WLAN NAME][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

webhook

webhook Usage: cencli delete webhook [OPTIONS] WID Delete Webhook This command requires the webhook id, which is not cached. Use cencli show webhooks to get the webhook id (wid). ╭─ Arguments ───────────────────────────────────────────────────╮ *widTEXTUse cencli show webhooks to get the       webhook id (wid)                          [required]                                ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

template

template Usage: cencli delete template [OPTIONS] [TEMPLATE NAME] [GROUP                               NAME] Delete a Template ╭─ Arguments ───────────────────────────────────────────────────╮ *template[TEMPLATE NAME]The name of the template [required]               group   [GROUP NAME] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME] --yes-Y,-yBypass confirmation prompts - Assume Yes                --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

device

device Usage: cencli delete device [OPTIONS] [name|ip|mac|serial] ...                             (multiple allowed) Delete device(s). Unassigns any subscriptions and removes the devices assignment  with the Aruba Central app in GreenLake. Which makes it possible to add it to a different GreenLake  WorkSpace. Devices are also removed from the Central monitoring views/UI  (after waiting for them to disconnect). Use --ui-only to remove the device from monitoring views/UI  only. cencli unassign license <LICENSE><DEVICES> can also be used to unassign a specific license from a device(s), (device will remain associated with central  App in GreenLake). ╭─ Arguments ───────────────────────────────────────────────────╮ *devices[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --ui-onlyOnly delete device from UI/Monitoring views.  App assignment and            subscriptions remain intact.          --yes-Y,-yBypass confirmation prompts - Assume  Yes                                   --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

guest

guest Usage: cencli delete guest [OPTIONS] [PORTAL_NAME]                            [name|email|phone|id] Add a guest user to a configured portal ╭─ Arguments ───────────────────────────────────────────────────╮ *portal[PORTAL_NAME][required] *guest [name|email|phone|id][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

firmware

firmware Usage: cencli delete firmware [OPTIONS] COMMAND [ARGS]... Remove Firmware Compliance ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ compliance Delete/Clear firmware compliance                 ╰───────────────────────────────────────────────────────────────╯

compliance

compliance Usage: cencli delete firmware compliance [OPTIONS]  DEVICE_TYPE:{a                                          p|sw|cx|gw|sdwan}                                          [GROUP-NAME] Delete/Clear firmware compliance ╭─ Arguments ───────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw[required] |cx|gw|sdwan}      group      [GROUP-NAME] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --groupTEXTFilter by group --yes-Y,-yBypass confirmation prompts -       Assume Yes                          --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

add

add Usage: cencli add [OPTIONS] COMMAND [ARGS]... Add devices / objects ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ device      Add a Device to Aruba Central                   group       Add a group to Aruba Central                    wlan        Add WLAN (SSID)                                 site        Add a site to Aruba Central                     label       Add label(s) to Aruba Central                   certificate Add/Upload a Certificate to Aruba Central       webhook     Add a WebHook                                   template    Add/Upload a new template                       variables   Upload variables for a device from file         guest       Add a guest user to a configured portal         mpsk        Add Named MPSK Configuration                    ╰───────────────────────────────────────────────────────────────╯

device

device Usage: cencli add device [OPTIONS] serial <SERIAL NUM> mac <MAC                          ADDRESS> group [GROUP] Add a Device to Aruba Central Serial Number and MAC are required, group is opional. ╭─ Arguments ───────────────────────────────────────────────────╮ *serial<SERIAL NUM>[required] *mac   <MAC ADDRESS>[required] group [GROUP]pre-assign device to group ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --license[advance-70xx|advaAssign license      nce-72xx|advance-9subscription(s) to  0xx-sec|advanced-9device              1xx|advanced-91xx- sec|advanced-92xx- sec|advanced-ap|ad vanced-nw-third-pa rty|advanced-switc h-6100|advanced-sw itch-6200|advanced -switch-6300|advan ced-switch-6400|ad vanced-switch-8xxx -9xxx-10xxx|founda tion-7005|foundati on-70xx|foundation -72xx|foundation-9 0xx-sec|foundation -91xx|foundation-9 1xx-sec|foundation -92xx-sec|foundati on-ap|foundation-b ase-90xx-sec|found ation-nw-third-par ty|foundation-sdfl ex|foundation-swit ch-6100|foundation -switch-6200|found ation-switch-6300| foundation-switch- 6400|foundation-sw itch-8400|foundati on-wlan-gw|vgw-2g| vgw-4g|vgw-500m|wl an-advanced-90xx-s ec|wlan-advanced-9 1xx|wlan-advanced- 91xx-sec|wlan-adva nced-92xx-sec] --yes-Y,-yBypass confirmation prompts - Assume    Yes                 --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

group

group Usage: cencli add group [OPTIONS] [GROUP NAME] Add a group to Aruba Central ╭─ Arguments ───────────────────────────────────────────────────╮ *group[GROUP NAME][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --wired-tgManage switch     configurations    via templates     --wlan-tgManage AP         configurations    via templates     --gw-role[branch|vpnc|wlaConfigure Gateway n]Role [default:  vpnc if --sdwan branch if not] --aos10Create AOS10      Group [default:  AOS8 IAP] --mbConfigure Group   for MicroBranch   APs (AOS10 only)  --apAllow APs in      group             --swAllow ArubaOS-SW  switches in       group.            --cxAllow ArubaOS-CX  switches in       group.            --gwAllow gateways in group.            --sdwanAllow EdgeConnect SD-WAN GWs in     group. Must be  the only type  allowed --mon-only-swMonitor Only for  ArubaOS-SW        --mon-only-cxMonitor Only for  ArubaOS-CX        --cnxMake Group        compatible with   New Central       (cnx). ⚠  All     configurations    will be pushed    from New Central  configuration     model.            --yes-Y,-yBypass            confirmation      prompts - Assume  Yes               --helpShow this message and exit.         ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

wlan

wlan Usage: cencli add wlan [OPTIONS] [GROUP NAME|SWARM ID] NAME psk                        [WPA PASSPHRASE] type  ['employee'|'guest']                        vlan [VLAN] zone [ZONE] ssid [SSID] bw-                        limit-up [LIMIT] bw-limit-down [LIMIT]  bw-                        limit-user-up [LIMIT] bw-limit-user-down                        [LIMIT] portal-profile [PORTAL PROFILE] ╭─ Arguments ───────────────────────────────────────────────────╮ *group[GROUP NAME|SWARM ID][required] *name TEXT                 [required] kw1  psk [WPA PASSPHRASE] kw2  type                  ['employee'|'guest'] kw3  vlan [VLAN] kw4  zone [ZONE] kw5  ssid [SSID] kw6  bw-limit-up [LIMIT] kw7  bw-limit-down [LIMIT] kw8  bw-limit-user-up      [LIMIT] kw9  bw-limit-user-down    [LIMIT] kw10 portal-profile        [PORTAL PROFILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --hiddenMake WLAN hidden --yes-Y,-yBypass confirmation prompts - Assume   Yes                                    --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

site

site Usage: cencli add site [OPTIONS] SITE_NAME [ADDRESS] [CITY]                        [STATE] [ZIPCODE] [COUNTRY] Add a site to Aruba Central Provide geo-loc or address details, not both. Google Maps "Plus Codes" are supported for address field. If address is provided assoicated geo coordinates are  automatically populated. If geo coordinates are provided, address is not calculated. Wrap Arguments that contain spaces in quotes i.e. "5402  Champions Hill Dr" ╭─ Arguments ───────────────────────────────────────────────────╮ *site_nameTEXT     [required] address  [ADDRESS]street address, (enclose in    quotes)                        city     [CITY] state    [STATE] zipcode  [ZIPCODE] country  [COUNTRY] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --latLATITUDE  --lonLONGITUDE --yes-Y,-yBypass confirmation prompts -   Assume Yes                      --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

label

label Usage: cencli add label [OPTIONS] [LABEL] ... (multiple  allowed) Add label(s) to Aruba Central Label can't have any devices associated with it to delete. ╭─ Arguments ───────────────────────────────────────────────────╮ *labels[LABEL] ...         [required] (multiple allowed)   ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

certificate

certificate Usage: cencli add certificate [OPTIONS] CERT_NAME [CERT_FILE] Add/Upload a Certificate to Aruba Central ╭─ Arguments ───────────────────────────────────────────────────╮ *cert_nameTEXT       [required] cert_file[CERT_FILE]If not provided you'll be    prompted to paste in cert    text                         ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --passphraseTEXToptional passphrase --pemupload certificate in PEM     format                        --derupload certificate in DER     format                        --pkcs12upload certificate in pkcs12  format                        --svrType: Server Certificate --caType: CA --crlType: CRL --int-caType: Intermediate CA --ocsp-respType: OCSP responder --ocsp-signerType: OCSP signer --yes-Y,-yBypass confirmation prompts - Assume Yes                    --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

webhook

webhook Usage: cencli add webhook [OPTIONS] NAME URLS... Add a WebHook ╭─ Arguments ───────────────────────────────────────────────────╮ *nameTEXT   [required] *urlsURLS...webhook urls[required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

template

template Usage: cencli add template [OPTIONS] NAME GROUP [TEMPLATE] Add/Upload a new template to a template group ╭─ Arguments ───────────────────────────────────────────────────╮ *name    TEXT      Template name[required] *group   TEXT      Group to upload template to [required]                  template[TEMPLATE]Path to file containing        template                       ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dev-type[ap|sw|cx]Device Type Template       applies to                 [default: cx]              --modelTEXT      Constrain template to      specific model             [default: ALL]             --verTEXT      Constrain template to      specific version           [default: ALL]             --yes-Y,-yBypass confirmation        prompts - Assume Yes       --helpShow this message and      exit.                      ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli add variables [OPTIONS] VARIABLE_FILE Upload variables for a device from file Variables: _sys_serial, and _sys_lan_mac are required. ╭─ Arguments ───────────────────────────────────────────────────╮ *variable_filePATH[required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

guest

guest Usage: cencli add guest [OPTIONS] [PORTAL_NAME] NAME Add a guest user to a configured portal ╭─ Arguments ───────────────────────────────────────────────────╮ *portal[PORTAL_NAME][required] *name  TEXT         [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --passwordTEXT         Should generally be    provided, wrap in      single quotes          --companyTEXT         Company Name --phoneTEXT         Phone # of guest;      Format:                +[CountryCode][PhoneN… --emailTEXT         email of guest --notify-to[phone|email]Send password via      'phone' or 'email'     --disableadd account, but set   to disabled            --yes-Y,-yBypass confirmation    prompts - Assume Yes   --helpShow this message and  exit.                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

mpsk

mpsk Usage: cencli add mpsk [OPTIONS] SSID EMAIL Add Named MPSK Configuration ╭─ Arguments ───────────────────────────────────────────────────╮ *ssid TEXTThe MPSK SSID to associate the MPSK     with                                    [required]                              *emailTEXT✉  email address which is used as the   name for the MPSK                       [required]                              ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ *--roleTEXTThe user role to associate     with devices using this PSK    [required]                     --disable-DAdd MPSK Configuration, but    set to disabled --yes-Y,-yBypass confirmation prompts -  Assume Yes                     --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

assign

assign Usage: cencli assign [OPTIONS] COMMAND [ARGS]... Assign licenses / labels ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ license Assign Licenses to devices by serial number(s) or   enable auto-subscribe for the license type.         label   Assign label to device(s)                           ╰───────────────────────────────────────────────────────────────╯

license

license Usage: cencli assign license [OPTIONS]  LICENSE:{advance-70xx|adva                              nce-72xx|advance-90xx-                              sec|advanced-91xx|advanced-91xx-                              sec|advanced-92xx-sec|advanced-                              ap|advanced-nw-third-party|advance d-                              switch-6100|advanced-                              switch-6200|advanced-                              switch-6300|advanced-                              switch-6400|advanced-switch-8xxx-9 xx                              x-10xxx|foundation-7005|foundation -7                              0xx|foundation-72xx|foundation-90x x-                              sec|foundation-91xx|foundation-91x x-                              sec|foundation-92xx-sec|foundation -                              ap|foundation-base-90xx-                              sec|foundation-nw-third-                              party|foundation-sdflex|foundation -                              switch-6100|foundation-                              switch-6200|foundation-                              switch-6300|foundation-                              switch-6400|foundation-                              switch-8400|foundation-wlan-                              gw|vgw-2g|vgw-4g|vgw-500m|wlan-                              advanced-90xx-sec|wlan-                              advanced-91xx|wlan-advanced-91xx-                              sec|wlan-advanced-92xx-sec}                              SERIAL_NUMS... Assign Licenses to devices by serial number(s) or enable  auto-subscribe for the license type. Device must already be added to Central.  Use 'cencli show  inventory' to see devices that have been added. Use '--license' option with 'cencli add device ...' to add  device and assign license in one command. ╭─ Arguments ───────────────────────────────────────────────────╮ *license    LICENSE:{advance-7[required] 0xx|advance-72xx|a dvance-90xx-sec|ad vanced-91xx|advanc ed-91xx-sec|advanc ed-92xx-sec|advanc ed-ap|advanced-nw- third-party|advanc ed-switch-6100|adv anced-switch-6200| advanced-switch-63 00|advanced-switch -6400|advanced-swi tch-8xxx-9xxx-10xx x|foundation-7005| foundation-70xx|fo undation-72xx|foun dation-90xx-sec|fo undation-91xx|foun dation-91xx-sec|fo undation-92xx-sec| foundation-ap|foun dation-base-90xx-s ec|foundation-nw-t hird-party|foundat ion-sdflex|foundat ion-switch-6100|fo undation-switch-62 00|foundation-swit ch-6300|foundation -switch-6400|found ation-switch-8400| foundation-wlan-gw |vgw-2g|vgw-4g|vgw -500m|wlan-advance d-90xx-sec|wlan-ad vanced-91xx|wlan-a dvanced-91xx-sec|w lan-advanced-92xx- sec}               *serial_numsSERIAL_NUMS...    device serial       numbers or 'auto'   to enable           auto-subscribe.     [required]          ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

label

label Usage: cencli assign label [OPTIONS] [LABEL]  [name|ip|mac|serial]                            ... (multiple allowed) Assign label to device(s) ╭─ Arguments ───────────────────────────────────────────────────╮ *label  [LABEL]Label to assign to    device(s)             [required]            *devices[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

unassign

unassign Usage: cencli unassign [OPTIONS] COMMAND [ARGS]... Unassign licenses / labels ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ license Unssign Licenses from devices by serial number(s)   or disable auto-subscribe for the license type.     label   Unassign label from device(s)                       ╰───────────────────────────────────────────────────────────────╯

license

license Usage: cencli unassign license [OPTIONS]  LICENSE:{advance-70xx|ad                                vance-72xx|advance-90xx-                                sec|advanced-91xx|advanced-91xx-                                sec|advanced-92xx-sec|advanced-                                ap|advanced-nw-third-                                party|advanced-                                switch-6100|advanced-                                switch-6200|advanced-                                switch-6300|advanced-                                switch-6400|advanced-switch-8xxx -9                                xxx-10xxx|foundation-7005|founda ti                                on-70xx|foundation-72xx|foundati on -90xx-sec|foundation-91xx|founda ti                                on-91xx-sec|foundation-92xx-                                sec|foundation-ap|foundation-                                base-90xx-sec|foundation-nw-thir d-                                party|foundation-                                sdflex|foundation-                                switch-6100|foundation-                                switch-6200|foundation-                                switch-6300|foundation-                                switch-6400|foundation-                                switch-8400|foundation-wlan-                                gw|vgw-2g|vgw-4g|vgw-500m|wlan-                                advanced-90xx-sec|wlan-                                advanced-91xx|wlan-advanced-91xx -                                sec|wlan-advanced-92xx-sec}                                [name|ip|mac|serial] ...  (multiple                                allowed) or 'auto' Unssign Licenses from devices by serial number(s) or disable  auto-subscribe for the license type. ╭─ Arguments ───────────────────────────────────────────────────╮ *licenseLICENSE:{advance-70xLicense type to       x|advance-72xx|advanunassign from         ce-90xx-sec|advanceddevice(s).            -91xx|advanced-91xx-[required]            sec|advanced-92xx-se c|advanced-ap|advanc ed-nw-third-party|ad vanced-switch-6100|a dvanced-switch-6200| advanced-switch-6300 |advanced-switch-640 0|advanced-switch-8x xx-9xxx-10xxx|founda tion-7005|foundation -70xx|foundation-72x x|foundation-90xx-se c|foundation-91xx|fo undation-91xx-sec|fo undation-92xx-sec|fo undation-ap|foundati on-base-90xx-sec|fou ndation-nw-third-par ty|foundation-sdflex |foundation-switch-6 100|foundation-switc h-6200|foundation-sw itch-6300|foundation -switch-6400|foundat ion-switch-8400|foun dation-wlan-gw|vgw-2 g|vgw-4g|vgw-500m|wl an-advanced-90xx-sec |wlan-advanced-91xx| wlan-advanced-91xx-s ec|wlan-advanced-92x x-sec}               *devices[name|ip|mac|serial]device serial numbers ... (multiple       or 'auto' to disable  allowed) or 'auto'  auto-subscribe.       [required]            ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

label

label Usage: cencli unassign label [OPTIONS] LABEL  [name|ip|mac|serial]                              ... (multiple allowed) Unassign label from device(s) ╭─ Arguments ───────────────────────────────────────────────────╮ *label  TEXT                Label to remove from  device(s)             [required]            *devices[name|ip|mac|serial][required] ... (multiple        allowed)             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

clone

clone Usage: cencli clone [OPTIONS] COMMAND [ARGS]... Clone Aruba Central Groups ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ group Clone a group                                         ╰───────────────────────────────────────────────────────────────╯

group

group Usage: cencli clone group [OPTIONS] [NAME OF GROUP TO CLONE]                           [NAME OF GROUP TO CREATE] ╭─ Arguments ───────────────────────────────────────────────────╮ *clone_group[NAME OF GROUP TO [required] CLONE] *new_group  [NAME OF GROUP TO [required] CREATE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --aos10Upgrade new cloned group to AOS10 --yes-Y,-yBypass confirmation prompts - Assume    Yes                                     --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

update

update Usage: cencli update [OPTIONS] COMMAND [ARGS]... Update existing Aruba Central objects ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ template  Update an existing template                       variables Update existing or add new Variables for a        device/template                                   group     Update group properties.                          config    Update group or device level config (ap or gw).   cp-cert   Update the Captive Portal certificate for APs at  the group level                                   ap        Update per-ap-settings (ap env) and/or add/update gps ap-altitude to ap level config                webhook   Update webhook details                            site      Update details for an existing site.              wlan      Update configuration options of an existing       WLAN/SSID                                         guest     Update a previously created guest account         ╰───────────────────────────────────────────────────────────────╯

template

template Usage: cencli update template [OPTIONS] IDENTIFIER [TEMPLATE] Update an existing template ╭─ Arguments ───────────────────────────────────────────────────╮ *name    IDENTIFIERTemplate: [name] or Device:    [name|ip|mac|serial]           [required]                     template[TEMPLATE]Path to file containing new    template                       ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --groupTEXT             [Templates] The     template group the  template belongs to --dev-type[ap|sw|cx|gw|sdwa[Templates] Filter  n]by Device Type      --version<version>[Templates] Filter  by version          --model<model>[Templates] Filter  by model            --yes-Y,-yBypass confirmation prompts - Assume    Yes                 --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli update variables [OPTIONS] [name|ip|mac|serial]                                VAR_VALUE... Update existing or add new Variables for a device/template ╭─ Arguments ───────────────────────────────────────────────────╮ *device   [name|ip|mac|serial[required] ] *var_valueVAR_VALUE...       comma seperated list 'variable = value,   variable2 = value2'  [required]           ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

group

group Usage: cencli update group [OPTIONS] [GROUP NAME] Update group properties. ╭─ Arguments ───────────────────────────────────────────────────╮ *group[GROUP NAME][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --wired-tgManage switch  configurations via templates  --wlan-tgManage AP      configurations via templates  --gw-role[branch|vpncGateway Role |wlan] --aos10Create AOS10   Group (default AOS8/IAP)      --mbConfigure      Group for      MicroBranch    APs (AOS10     only           --apAllow APs in   group          --swAllow          ArubaOS-SW     switches in    group.         --cxAllow          ArubaOS-CX     switches in    group.         --gwAllow gateways in group. If   No device      types          specified all  are allowed.   --mo-sw--no-mo-swMonitor Only   for ArubaOS-SW --mo-cx--no-mo-cxMonitor Only   for ArubaOS-CX --yes-Y,-yBypass         confirmation   prompts -      Assume Yes     --helpShow this      message and    exit.          ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

config

config Usage: cencli update config [OPTIONS] [GROUP|DEVICE] CLI_FILE                             [VAR_FILE] Update group or device level config (ap or gw). ╭─ Arguments ───────────────────────────────────────────────────╮ *group_dev[GROUP|DEVICE]Group or device [required]      *cli_file PATH          File containing desired   config/template in CLI    format.                   [required]                var_file [VAR_FILE]File containing variables for j2 config template.   ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --gwUpdate group level config for gateways. --apUpdate group level config for APs. --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

cp-cert

cp-cert Usage: cencli update cp-cert [OPTIONS] CERTIFICATE Update the Captive Portal certificate for APs at the group  level This will update the certificate usage (cp-cert-checksum) at  the group level (for APs) to reference the specified  certificate. The certificate must be uploaded to Aruba Central first.  Use  cencli add certificate to upload the certificate. and cencli show certs to see the available certificates.   "--group|-Gall" Will update Captive Portal certificate  usage for **all** AP groups. ℹ  Not supported on Template Groups.  (They are filtered out if all is specified) ╭─ Arguments ───────────────────────────────────────────────────╮ *certificateTEXTThe certificate name or md5       checksum to use for Captive       Portal. Certificate must exist [required]                        ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ *--group-G[GROUP NAME|all]The Group (AP Group) to be updated to use the Captive Portal   certificate. all Will push to all AP  groups               [required]           --yes-Y,-yBypass confirmation  prompts - Assume Yes --helpShow this message    and exit.            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

ap

ap Usage: cencli update ap [OPTIONS] [name|ip|mac|serial] ...                         (multiple allowed) Update per-ap-settings (ap env) and/or add/update gps  ap-altitude to ap level config Multiple APs can be provided (same settings would apply) ⚠  ⚠  If providing more than one value for the options that  support it You currently have to separate with a comma and ensure there  are no spaces i.e.-E 2.4,5,6 You can also wrap the value in quotes and separate with a space i.e.--dns '10.0.30.51 10.0.30.52' The current setting is retained for any options that are not  provided. Use --ip dhcp to reset an AP that was previously provisioned  with a static address to use DHCP     This will clear the ip, mask, gateway, dns, and domain if  configured. ╭─ Arguments ───────────────────────────────────────────────────╮ *aps[name|ip|mac|serial]  [required] ... (multiple allowed) ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --hostnameTEXT           Rename/Set AP   hostname        --ip[IP_ADDRESS|'dhConfigure       cp']Static IP or    reset AP to     dhcp--mask --gateway, and  --dns must be  provided if  configuring  static IP --maskTEXT           Subnet mask in  format          255.255.255.0   Required/Appli… when --ip is  provided --gatewayTEXT           Default Gateway Required/Appli… when --ip is  provided --dnsTEXT           Comma seperated list (no  spaces) of dns  servers.        Required/Appli… when --ip is  provided --domainTEXT           DNS domain      name.           Optional/Appli… when --ip is  provided --disable-radios-DTEXT           Comma seperated list (no  spaces) of      radio(s) to     disable.        --enable-radios-ETEXT           Comma seperated list (no  spaces) of      radio(s) to     enable.         --access-ATEXT           Comma seperated list (no  spaces) of      radio(s) to set to access mode --monitor-MTEXT           Comma seperated list (no  spaces) of      radio(s) to set to air monitor  mode --spectrum-STEXT           Comma seperated list (no  spaces) of      radio(s) to set to spectrum  mode --flex-exclude-e[2.4|5|6]The radio to be excluded on     flex dual band  APs.  i.e.      --flex-exclude 2.4 means the   5Ghz and 6Ghz   radios will be  used.           --antenna-width-w[narrow|wide]Dynamic Antenna Width Only  applies to AP  679 --uplink-vlan-uINTEGER        Configure       Uplink VLAN     (tagged).       --altitude-aFLOAT          The mounting    height from the ground in       meters.  Must  be set for 6Ghz SP --reboot-RAutomatically   reboot device   if IP or VLAN   is changed      [Reboot is  required for  changes to take effect when IP  or VLAN  settings are  changed] --yes-Y,-yBypass          confirmation    prompts -       Assume Yes      --helpShow this       message and     exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

webhook

webhook Usage: cencli update webhook [OPTIONS] WID NAME URLS... Update webhook details ℹ  Use show webhooks to get the wid (webhook id) This command requires and overwrites the webhook name and  destination urls. So include all urls, even those that are not changing. ╭─ Arguments ───────────────────────────────────────────────────╮ *wid TEXT   Use show webhooks to get the wid [required]                       *nameTEXT   Update webhook name[required] *urlsURLS...Update webhook destination URLs [required]                      ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

site

site Usage: cencli update site [OPTIONS] SITE_NAME [ADDRESS] [CITY]                           [STATE] [ZIP] [COUNTRY] Update details for an existing site. Provide geo-loc or address details, not both. Google Maps "Plus Codes" are supported for address field. If address is provided assoicated geo coordinates are  automatically populated. If geo coordinates are provided, any address associated with  the site is cleared. Wrap Arguments that contain spaces in quotes i.e. "5402  Champions Hill Dr" ╭─ Arguments ───────────────────────────────────────────────────╮ *site_nameTEXT     current site name[required] address  [ADDRESS]street address, (enclose in  quotes) city     [CITY] state    [STATE] zip      [ZIP]zipcode country  [COUNTRY] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --new-nameTEXT     Change Site Name --latLATITUDE  --lonLONGITUDE --yes-Y,-yBypass confirmation prompts - Assume Yes                --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

wlan

wlan Usage: cencli update wlan [OPTIONS] WLAN [GROUPS]... Update configuration options of an existing WLAN/SSID ╭─ Arguments ───────────────────────────────────────────────────╮ *wlan  TEXT       SSID to update[required] groups[GROUPS]...Group(s) to update (SSID must   be defined in each group)       [default: All Groups that  contain specified SSIDs will be updated] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --ssidTEXTUpdate SSID name --hide--no-hide --vlanTEXT --zoneTEXT --pskTEXT --yes-Y,-yBypass confirmation prompts - Assume Yes                --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

guest

guest Usage: cencli update guest [OPTIONS] [PORTAL_NAME] NAME Update a previously created guest account ╭─ Arguments ───────────────────────────────────────────────────╮ *portal[PORTAL_NAME][required] *name  TEXT         [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --passwordTEXT          --companyTEXT         Company Name --phoneTEXT         Phone # of guest;      Format:                +[CountryCode][PhoneN… --emailTEXT         email of guest --notify-to[phone|email]Notify to 'phone' or   'email'                --disable-Ddisable the account --enable-Eenable the account --yes-Y,-yBypass confirmation    prompts - Assume Yes   --helpShow this message and  exit.                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

upgrade

upgrade Usage: cencli upgrade [OPTIONS] COMMAND [ARGS]... Upgrade (or Downgrade) Firmware ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ device Upgrade (or Downgrade) firmware on a device          group  Upgrade (or Downgrade) firmware on devices by group  swarm  Upgrade (or Downgrade) firmware on devices in an IAP cluster                                              ╰───────────────────────────────────────────────────────────────╯

device

device Usage: cencli upgrade device [OPTIONS] [name|ip|mac|serial]                              [VERSION] Upgrade (or Downgrade) firmware on a device ╭─ Arguments ───────────────────────────────────────────────────╮ *device [name|ip|mac|serial][required] version[VERSION]Firmware Version      [default: recommended version] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --at[%m/%d/%Y-%H:%M|%Y-Perform operation   %m-%dT%H:%M]at specified        date/time (24hr     notation) [default: Now] --inTEXT               Upgrade device in   <delta from now>,   where d=days,       h=hours, m=mins     i.e.: 3h[default:  Now] --reboot-RAutomatically       reboot device after firmware download   [default: No reboot if not AP (APs will reboot regardless)] --yes-Y,-yINTEGER            Bypass confirmation prompts use '-yy' to bypass all       prompts (perform    cache update if     swarm_id is not     populated yet for   AP)                 --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

group

group Usage: cencli upgrade group [OPTIONS] [GROUP NAME] [VERSION] Upgrade (or Downgrade) firmware on devices by group Device type must be provided.  For AOS-SW switches you can  filter to a specific model via the --model flag. ╭─ Arguments ───────────────────────────────────────────────────╮ *group  [GROUP NAME]Upgrade devices by group [required]               version[VERSION]Firmware Version [default:  recommended version] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ *--dev-type[ap|sw|cx|gw|swiUpgrade a         tch|sdwan]specific device   type              [required]        --at[%m/%d/%Y-%H:%M|Perform operation %Y-%m-%dT%H:%M]at specified      date/time (24hr   notation)         [default: Now] --inTEXT            Upgrade device in <delta from now>, where d=days,     h=hours, m=mins   i.e.: 3h [default: Now] --modelTEXT            Upgrade a         specific switch   model [applies to AOS-SW switches  only] --reboot-RAutomatically     reboot device     after firmware    download          [default: No  reboot if not AP  (APs will reboot  regardless)] --yes-Y,-yBypass            confirmation      prompts - Assume  Yes               --helpShow this message and exit.         ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

swarm

swarm Usage: cencli upgrade swarm [OPTIONS] [name|ip|mac|serial]                             [VERSION] Upgrade (or Downgrade) firmware on devices in an IAP cluster ╭─ Arguments ───────────────────────────────────────────────────╮ *device [name|ip|mac|serial]Upgrade will be       performed on the      cluster the AP        belongs to.           [required]            version[VERSION]Firmware Version      [default: recommended version] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --at[%m/%d/%Y-%H:%M|%Y-Perform operation at  %m-%dT%H:%M]specified date/time   (24hr notation)       [default: Now] --inTEXT               Upgrade device in     <delta from now>,     where d=days,         h=hours, m=mins i.e.: 3h[default: Now] --yes-Y,-yBypass confirmation   prompts - Assume Yes  --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

batch

batch Usage: cencli batch [OPTIONS] COMMAND [ARGS]... Perform batch operations ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ verify      Validate batch Add operations using import data from file.                                      add         Perform batch Add operations using import data  from file                                       delete      Perform batch delete operations using import    data from file.                                 subscribe   Batch subscribe devices                         unsubscribe Batch Unsubscribe devices                       rename      Perform AP rename in batch from import file or  automatically based on LLDP                     update      Update per-ap-settings or ap-altitude (at AP    level) in mass based on settings from import    file                                            move        Batch move devices to any or all of group /     site / label based on import data from file.    archive     Batch archive devices based on import data from file.                                           unarchive   Batch unarchive devices based on import data    from file.                                      ╰───────────────────────────────────────────────────────────────╯

verify

verify Usage: cencli batch verify [OPTIONS]  WHAT:{sites|groups|devices|l                            abels|macs|mpsk} IMPORT_FILE Validate batch Add operations using import data from file. The same import file used to add/move can be used to validate. ╭─ Arguments ───────────────────────────────────────────────────╮ *what       WHAT:{sites|groups[required] |devices|labels|ma cs|mpsk}           *import_filePATH              [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ -FOutput only a simple list with      failed serials                      -OKOutput only a simple list with      serials that validate OK            --outPATHWrite output to a file (and         display)                            -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use    (must be defined in the config)     [env var: ARUBACLI_ACCOUNT]         [default: central_info]             --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

add

add Usage: cencli batch add [OPTIONS]  WHAT:{sites|groups|devices|labe                         ls|macs|mpsk} [IMPORT_FILE] Perform batch Add operations using import data from file ╭─ Arguments ───────────────────────────────────────────────────╮ *what       WHAT:{sites|groupsmacs and mpsk are   |devices|labels|mafor cloud-auth      cs|mpsk}          [required]          import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --exampleShow Example import file format. --ssidTEXTSSID to associate mpsk            definitions with Required and  valid only with mpsk argument --yes-Y,-yBypass confirmation prompts -     Assume Yes                        --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

delete

delete Usage: cencli batch delete [OPTIONS]                            WHAT:{sites|groups|devices|labels}                            [IMPORT_FILE] Perform batch delete operations using import data from file. cencli delete sites <IMPORT_FILE> and cencli delte groups <IMPORT_FILE>     Do what you'd expect. cencli batch delete devices <IMPORT_FILE> Delete devices will remove any subscriptions/licenses from the  device and disassociate the device with the Aruba Central app  in GreenLake.  It will then remove the device from the  monitoring views, along with the historical data for the  device. Note: devices can only be removed from monitoring views if they are in a down state.  This command will delay/wait for any Up  devices to go Down after the subscriptions/assignment to  Central is removed, but it can also be ran again.  It will pick up where it left off, skipping any steps that have already been performed. ╭─ Arguments ───────────────────────────────────────────────────╮ *what       WHAT:{sites|groups[required] |devices|labels}   import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --ui-onlyOnly delete device from UI/Monitoring views (devices     must be offline).  Devices will       remain in          inventory with     subscriptions      unchanged.         --dev-type[ap|sw|cx|gw|switcOnly delete        h|sdwan]devices of a given type               --no-subDisassociate from  the Aruba Central  Service in GLP all devices that have  no subscription    assigned           --exampleShow Example       import file        format.            --yes-Y,-yBypass             confirmation       prompts - Assume   Yes                --helpShow this message  and exit.          ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

subscribe

subscribe Usage: cencli batch subscribe [OPTIONS] [IMPORT_FILE] Batch subscribe devices Assign subscription license to devices specified in import  file. This command assumes devices have already been added to  GreenLake, to add devices and assign subscription use cencli batch add  devices <IMPORT_FILE> ╭─ Arguments ───────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --exampleShow Example import file format. --yes-Y,-yBypass confirmation prompts - Assume  Yes                                   --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

unsubscribe

unsubscribe Usage: cencli batch unsubscribe [OPTIONS] [IMPORT_FILE] Batch Unsubscribe devices Unsubscribe devices specified in import file or all devices in  the inventory that have never connected to Aruba Central (-N|--never-connected) Use -D|--dis-cen flag to also disassociate the devices from the Aruba Central app in Green Lake. ╭─ Arguments ───────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --never-connected-NRemove subscriptions from any devices in inventory that     have never connected to       Central                       --dis-cen-DDisassociate the device from  the Aruba Central App in      Green Lake                    --exampleShow Example import file      format.                       --yes-Y,-yBypass confirmation prompts - Assume Yes                    --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

rename

rename Usage: cencli batch rename [OPTIONS] WHAT:{aps} [IMPORT_FILE] Perform AP rename in batch from import file or automatically  based on LLDP ╭─ Arguments ───────────────────────────────────────────────────╮ *what       WHAT:{aps}   [required] import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --exampleShow Example      import file       format.           --auto,--lldp-AAutomatic AP      rename using all, or portions of,   info from         upstream switch,  site, group, ap   model...          --lower[AUTO RENAME]     Convert LLDP      result to all     lower case.       --space-STEXT           [AUTO RENAME]     Replace spaces    with provided     character (best   to wrap in single quotes) [default: '_'] --default-only-D[AUTO RENAME]     Perform only on   APs that still    have default      name.             --ap[name|ip|mac|se[AUTO RENAME]     rial]Perform on        specified AP      --labelTEXT           [AUTO RENAME]     Perform on APs    with specified    label             --groupTEXT           [AUTO RENAME]     Perform on APs in specified group   --site[name|site     [AUTO RENAME]     id|address|cityPerform on APs in |state|zip]specified site    --modelTEXT           [AUTO RENAME]     Perform on APs of specified model   --yes-Y,-yBypass            confirmation      prompts - Assume  Yes               --helpShow this message and exit.         ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

update

update Usage: cencli batch update [OPTIONS] WHAT:{aps} [IMPORT_FILE] Update per-ap-settings or ap-altitude (at AP level) in mass  based on settings from import file Use --example to see expected import file format and required  fields. ╭─ Arguments ───────────────────────────────────────────────────╮ *what       WHAT:{aps}   [required] import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --exampleShow Example import file format. --reboot-RAutomatically reboot device if IP or  VLAN is changed [Reboot is required  for changes to take effect when IP or VLAN settings are changed] --yes-Y,-yBypass confirmation prompts - Assume  Yes                                   --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

move

move Usage: cencli batch move [OPTIONS] [IMPORT_FILE]... Batch move devices to any or all of group / site / label based  on import data from file. By default group/site/label assignment will be processed if  found in the import file. Use -G|--group-S|--site-L|--label flags to only process  specified moves, and ignore others even if found in the import. If a device has not connected to Central, and has a group  assoicated with it in the import data. It will be pre-provisioned to the group in Central. i.e. if import includes a definition for group, site, and  label, and you only want to process the site move. Use the -S|--site flag, to ignore the  other columns. ╭─ Arguments ───────────────────────────────────────────────────╮ import_file[IMPORT_FILE]... ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --group-GOnly process group    move from import.     --site-SOnly process site     move from import.     --label-LOnly process label    assignment from       import.               -kKeep config intact    for CX switches       during group move.    retain_configin  import_file takes  precedence, this flag enables the option    without it being      specified in the      import_file.          --cx-retain--no-cx-retainKeep config intact or not for CX switches   during group move     regardless of what is in the import_file.   --exampleShow Example import   file format.          --yes-Y,-yBypass confirmation   prompts - Assume Yes  --helpShow this message and exit.                 ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

archive

archive Usage: cencli batch archive [OPTIONS] [IMPORT_FILE] Batch archive devices based on import data from file. This will archive the devices in GreenLake ╭─ Arguments ───────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --exampleShow Example import file format. --yes-Y,-yBypass confirmation prompts - Assume  Yes                                   --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

unarchive

unarchive Usage: cencli batch unarchive [OPTIONS] [IMPORT_FILE] Batch unarchive devices based on import data from file. This will unarchive the devices (previously archived) in  GreenLake ╭─ Arguments ───────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --exampleShow Example import file format. --yes-Y,-yBypass confirmation prompts - Assume  Yes                                   --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --debugvEnable Verbose Debug Logging -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

refresh

refresh Usage: cencli refresh [OPTIONS] COMMAND [ARGS]... Refresh tokens / cache ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ token   Refresh access token                                cache   Refresh local cache                                 webhook Refresh (regenerate) webhook token                  ╰───────────────────────────────────────────────────────────────╯

token

token Usage: cencli refresh token [OPTIONS] [ACCOUNT_LIST]... Refresh Central API access/refresh tokens. This is not necessary under normal circumstances as the cli  will automatically refresh the tokens if they are expired. This can be useful for automated runs via cron/task-scheduler.  Ensuring the access token does not expire even if the cli is not used. ╭─ Arguments ───────────────────────────────────────────────────╮ account_list[ACCOUNT_LIST]...A list of accounts to  refresh tokens for     (must be defined in    the config).  This is  useful automated for   cron/task-scheduler    refresh.               ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --all-ARefresh Tokens for all defined       workspaces in config.                -dUse default central account --debugEnable Debug Logging      [env var: ARUBACLI_DEBUG] --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

cache

cache Usage: cencli refresh cache [OPTIONS] Refresh friendly identifier cache. The cache is the data that is stored locally so you can  reference a device by name, ip, or mac vs just serial number. This is not necessary under normal circumstances as the cli  will automatically refresh the cache if you provide an  identifier that doesn't have a match. ╭─ Options ─────────────────────────────────────────────────────╮ -dUse default central account --debugEnable Debug Logging      [env var: ARUBACLI_DEBUG] --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

webhook

webhook Usage: cencli refresh webhook [OPTIONS] Refresh WebHook Token (generate a new token). Use `cencli show webhooks` to get the required webhook id  (wid). ╭─ Options ─────────────────────────────────────────────────────╮ *--widTEXTWebHook ID[required] -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use  (must be defined in the config)   [env var: ARUBACLI_ACCOUNT]       [default: central_info]           --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

test

test Usage: cencli test [OPTIONS] COMMAND [ARGS]... Test Webhook or run a centralcli function directly (all Aruba  Central API endpoints are available) ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ webhook Test WebHook Notifications                          method  Test Central API methods directly                   ╰───────────────────────────────────────────────────────────────╯

webhook

webhook Usage: cencli test webhook [OPTIONS] WID Test WebHook Notifications ╭─ Arguments ───────────────────────────────────────────────────╮ *widTEXTUse show webhooks to get the wid [required]                       ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

method

method Usage: cencli test method [OPTIONS] METHOD args/kwargs Dev testing commands to run CentralApi methods from command  line. ⚠  This is a development aid.  Every API endpoint in Aruba  Central has a corresponding method/function in Central CLI.  The  functions are generated by a script that parses the OpenAPI specs, and are  generally best-effort/not tested.  Once required by a command in Central  CLI they are coppied, tweaked if necessary and renamed (those are  tested). The auto generated functions follow a consistent naming format. {swagger drop down text}_{other stuff from spec}_{method ie  get}_{more stuff from spec} i.e.: monitoring_external_controller_get_wireless_clients_v1 methods get, post, patch, delete are also available Tab completion returns available methods. Args:     method (str): CentralAPI method to test.     kwargs (List, optional): list of args kwargs to pass to  function. format: arg1 arg2 keyword=value keyword2=value2     or  arg1, arg2, keyword = value, keyword2 = value2 Examples: cencli test method  monitoring_external_controller_get_switch_poe_details_for_all_p orts_v1 SN24ABC123 Use --doc flag to see docstr for for the python method,  which     provides details on the required args / kwargs. cencli test method METHOD_NAME --doc Command will output all attributes of the Response object,  which includes the raw response from the Aruba Central API gateway. ℹ  --accountflag must be used to test alternative accounts.    It does not honor re-use of last-account even if  forget_account_after is set in config ╭─ Arguments ───────────────────────────────────────────────────╮ *methodTEXT       [required] kwargsargs/kwargsProvide args/kwargs in format:  arg1 arg2 keyword=value  keyword2=value2 ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --docGet details on required args/keyword args for provided method.                              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --jsonOutput in JSON --yamlOutput in YAML --csvOutput in CSV --tableOutput in table format --rawShow raw unformatted response from Central   API Gateway                                  ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯ Output is displayed in yaml by default.

ts

ts Usage: cencli ts [OPTIONS] COMMAND [ARGS]... Run Troubleshooting commands on devices ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ overlay   Show GW or AP Overlay details (Tunneled SSIDs) or AOS-SW User Based Tunneling  (valid on AP, GW,    and AOS-SW)                                       clients   Show output of client related commands  (valid on AP, GW, and AOS-SW)                               dpi       Show DPI output (valid on APs and GWs)            ssid      Show output of commands to help troubleshoot      SSIDs/broadcasting (APs Only)                     show-tech Show Tech Support                                 images    Show image versions (Valid for AP, GW, and        AOS-SW)                                           inventory Show Inventory (valid on Gateways)                ping      Ping a host from a Central managed device         command   Send troubleshooting command to a device          ╰───────────────────────────────────────────────────────────────╯

overlay

overlay Usage: cencli ts overlay [OPTIONS] [name|ip|mac|serial] Show GW or AP Overlay details (Tunneled SSIDs) or AOS-SW User  Based Tunneling  (valid on AP, GW, and AOS-SW) Returns the output of the following commands useful in  troubleshooting overlay AP / gateway / ubt tunnels. APs - show ata current-cfg - show overlay tunnel config - show ata endpoint - show crypto ipsec stats - show datapath bridge - show overlay ssid-cluster status GWs - show aruba-central control-channel - show show aruba-central control-channel-counters - show crypto oto - show crypto ipsec - show crypto-local ipsec-map - show tunnelmgr tunnel-list - show tunnelmgr counters AOS-SW (User Based Tunneling) - show tunneled-node-server - show tunneled node server state - show tunneled node server statistics - show tunneled-node-users all ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

clients

clients Usage: cencli ts clients [OPTIONS] [name|ip|mac|serial] Show output of client related commands  (valid on AP, GW, and  AOS-SW) Returns the output of the following client related commands.  Valid for AP, GW, and AOS-SW. APs - show clients - show clients debug advanced - show datapath user Use of --wired option will also include - show clients wired GWs - show user-table verbose - show datapath user table AOS-SW - show port-access clients - show port-access summary ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --wired-wInclude show clients wired (applies  to AP)                               --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

dpi

dpi Usage: cencli ts dpi [OPTIONS] [name|ip|mac|serial] Show DPI output (valid on APs and GWs) Returns the output of the following DPI related commands. APs - show dpi-stats session - show dpi debug status - show datapath session dpi - show datapath dpi-classification-cache - show dpi-classification-cache GWs - show datapath session dpi table - show datapath session dpi counters - show dpi application all ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

ssid

ssid Usage: cencli ts ssid [OPTIONS] [name|ip|mac|serial] Show output of commands to help troubleshoot SSIDs/broadcasting (APs Only) Returns the output of the following commands. - show aps - show ap bss-table - show cluster bss-table - show ap-env ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

show-tech

show-tech Usage: cencli ts show-tech [OPTIONS] [name|ip|mac|serial] Show Tech Support Returns the output of show tech. - APs include show tech-support supplemental and show  tech-support memory. ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

images

images Usage: cencli ts images [OPTIONS] [name|ip|mac|serial] Show image versions (Valid for AP, GW, and AOS-SW) Returns the output of the following image related commands. APs - show version - show image version GWs - show version - show image version AOS-SW - show flash ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

inventory

inventory Usage: cencli ts inventory [OPTIONS] [name|ip|mac|serial] Show Inventory (valid on Gateways) ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

ping

ping Usage: cencli ts ping [OPTIONS] [name|ip|mac|serial] HOST ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial]Aruba Central device   to ping from           [required]             *host  TEXT                host to ping (IP of    FQDN)                  [required]             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ -mping using VRF mgmt, (only       applies to cx)                   -rINTEGERrepititions (only applies to     AOS-SW)                          --outPATH   Output to file (and terminal) --pagerEnable Paged Output -vvShow raw response (no formatting but still honors --yaml--csv ... if provided)                 -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXT   The Aruba Central Account to use (must be defined in the config)  [env var: ARUBACLI_ACCOUNT]      [default: central_info]          --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

command

command Usage: cencli ts command [OPTIONS] [name|ip|mac|serial] CMD... Send a user provided troubleshooting commands to a device and  wait for results. Returns response (from device) to troubleshooting commands. Commands must be supported by the API, use show tshoot commands <dev-type> to see available commands Example:cencli tshoot command barn.518.2816-ap show ap-env ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] *cmd   CMD...              command to send to     switch, must be        supported by API.      [required]             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central account --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯

rename

rename Usage: cencli rename [OPTIONS] COMMAND [ARGS]... Rename Aruba Central Objects ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ site  🏢 Rename A Site. 🏢                                  ap    Rename an Access Point group Rename a group.AOS8 Only use clone for AOS10 groups ╰───────────────────────────────────────────────────────────────╯

site

site Usage: cencli rename site [OPTIONS] [name|site                           id|address|city|state|zip] NEW_NAME 🏢 Rename A Site. 🏢 ╭─ Arguments ───────────────────────────────────────────────────╮ *site    [name|site         [required] id|address|city|sta te|zip] *new_nameTEXT               [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

ap

ap Usage: cencli rename ap [OPTIONS] [name|ip|mac|serial] NEW_NAME Rename an Access Point ╭─ Arguments ───────────────────────────────────────────────────╮ *ap      [name|ip|mac|serial][required] *new_nameTEXT                [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

group

group Usage: cencli rename group [OPTIONS] [GROUP NAME] NEW_NAME Rename a group.AOS8 Only use clone for AOS10 groups 💩WARNING: the API endpoint has limited scope where this  command will work.💩 💩Clone (or build a new group) are the only options if it does  not work.💩 ╭─ Arguments ───────────────────────────────────────────────────╮ *group   [GROUP NAME][required] *new_nameTEXT        [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

kick

kick Usage: cencli kick [OPTIONS] COMMAND [ARGS]... Kick (disconnect) WLAN clients ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ all    Disconnect all WLAN clients from an AP optionally    for a specific SSID                                  client Disconnect a WLAN client                             ╰───────────────────────────────────────────────────────────────╯

all

all Usage: cencli kick all [OPTIONS] [name|ip|mac|serial] Disconnect all WLAN clients from an AP optionally for a  specific SSID This command currently only applies to APs ╭─ Arguments ───────────────────────────────────────────────────╮ *device[name|ip|mac|serial]The AP to disconnect   clients from           [required]             ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --ssidTEXTKick all users connected to a        specific SSID                        --yes-Y,-yBypass confirmation prompts - Assume Yes                                  --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

client

client Usage: cencli kick client [OPTIONS] [username|ip|mac] Disconnect a WLAN client. This command relies on cached client data to determine the AP  the client is connected to. The cache is updated anytime a show clients ... is ran, or  automatically if the client is not found in the cache. The -R flag can be used to force a cache refresh prior to  performing the disconnect. ╭─ Arguments ───────────────────────────────────────────────────╮ *client[username|ip|mac][required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --refresh-RCache is used to determine what AP    the client is connected to, which     could be stale. This forces a cache   update.                               --yes-Y,-yBypass confirmation prompts - Assume  Yes                                   --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

set

set Usage: cencli set [OPTIONS] COMMAND [ARGS]... Set Firmware Compliance ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ firmware Set Firmware Compliance                            ╰───────────────────────────────────────────────────────────────╯

firmware

firmware Usage: cencli set firmware [OPTIONS] COMMAND [ARGS]... Set Firmware Compliance ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ compliance Set firmware compiance                           ╰───────────────────────────────────────────────────────────────╯

compliance

compliance Usage: cencli set firmware compliance [OPTIONS]  DEVICE_TYPE:{ap|s                                       w|cx|gw|sdwan} [GROUP  NAME]                                       [VERSION] Set firmware compiance ╭─ Arguments ───────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw[required] |cx|gw|sdwan}      *group      [GROUP NAME]group to set        complaince for      [required]          version    [VERSION]Version to set      compliance to       ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --at[%m/%d/%Y_%H:%When to schedule M|%d_%H:%M]upgrade. format: 'mm/dd/yyyy_hh:… or 'dd_hh:mm'    (implies current month)           --allow-unsuppo…-UAllow            Unsupported      (custom)         version.         --yes-Y,-yBypass           confirmation     prompts - Assume Yes              --helpShow this        message and      exit.            ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

export

export Usage: cencli export [OPTIONS] COMMAND [ARGS]... Collect configs in mass ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ configs Export configs in mass.                             ╰───────────────────────────────────────────────────────────────╯

configs

configs Usage: cencli export configs [OPTIONS] Export configs in mass. Collect Group and device level configs for APs, and gateways. Can filter by group and/or site along with device type --ap --gw Use -e|--env to also export per-ap-settings/ap-env for all APs With no filters all device and group level configs will be  exported (supported on APs and Gateways) Configs will be exported to cencli-config-export with  subfolders for each group, then device type.   Can result in a lot of API calls. ╭─ Options ─────────────────────────────────────────────────────╮ --group[GROUP NAME]Export device     level configs for a specific Group  --site[name|site      Export device     id|address|city|level configs for state|zip]a specific Site   --gwExport gateway    configs.          --apExport AP         configs.          --cxExport CX         templates.        (export not  available for CX  UI group config) --swExport AOS-SW     templates.        (export not  available for  AOS-SW UI group  config) --variables-VExport variables  associated with   devices in        Template Groups.  --switchExport both CX    and AOS-SW        templates.        (export not  available for  AOS-SW UI group  config) --groups-only-GExport Group      level configs     only, not device  level configs.    --env-eExport AP         environment       settings.  All    ap-env settings   are exported to a single file.      Valid for APs  only --show-sDisplay configs   to terminal along with exporting to filesystem.       [default: Display only export  progress] --dir-DPATH            Specify custom    output dir.       [default:  /home/docs/check… --flat-Fplace all configs in root of output directory         [default: Configs are exported to  subfolders  GROUP/DEV_TYPE/] --matchTEXT            Export Configs    for groups and    devices where the associated group  contains the      provided text     --refresh-ROnly applies if   device configs    are being         exported. By      default configs   are pulled for    devices in the    cache.  Use this  option to update  the device cache  prior to the      export.           --yes-Y,-yBypass            confirmation      prompts - Assume  Yes               --helpShow this message and exit.         ╰───────────────────────────────────────────────────────────────╯ ╭─ Formatting ──────────────────────────────────────────────────╮ --rawShow raw unformatted response from Central API Gateway                                        ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

check

check Usage: cencli check [OPTIONS] COMMAND [ARGS]... Check if firmware version is available ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ firmware-available Check if a firmware version is available for a given device type                  ╰───────────────────────────────────────────────────────────────╯

firmware-available

firmware-available Usage: cencli check firmware-available [OPTIONS]  DEVICE_TYPE:{ap|                                        sw|cx|gw|sdwan} VERSION Check if a firmware version is available for a given device  type ╭─ Arguments ───────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw[required] |cx|gw|sdwan}      *version    TEXT              [required] ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯

cancel

cancel Usage: cencli cancel [OPTIONS] COMMAND [ARGS]... Cancel previously initiated firmware upgrade ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ upgrade Cancel a previously initiated firmware upgrade      ╰───────────────────────────────────────────────────────────────╯

upgrade

upgrade Usage: cencli cancel upgrade [OPTIONS]  WHAT:{device|group|swarm}                              DEV_OR_GROUP... Cancel a previously initiated firmware upgrade ╭─ Arguments ───────────────────────────────────────────────────╮ *what        WHAT:{device|grou[required] p|swarm}          *dev_or_groupDEV_OR_GROUP...  device(s) or        group(s) to cancel  upgrade             [required]          ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ --dev-type[ap|sw|cx|gw|sdwa[required] when     n]Canceling group     upgrade.            --yes-Y,-yBypass confirmation prompts - Assume    Yes                 --helpShow this message   and exit.           ╰───────────────────────────────────────────────────────────────╯ ╭─ Common Options ──────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: ARUBACLI_DEBUG]       -dUse default central account --accountTEXTThe Aruba Central Account to use     (must be defined in the config)      [env var: ARUBACLI_ACCOUNT]          [default: central_info]              ╰───────────────────────────────────────────────────────────────╯