CLI Reference Guide

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: CENCLI_DEBUG]     -dUse default central         workspace                   --ws,--workspaceTEXTThe Aruba Central           (GreenLake) WorkSpace to    use (must be defined in the config) [env var: CENCLI_WORKSPACE] [default: default]          --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 device(s) from a site.                           reboot   Reboot devices or swarms                                reset    Reset overlay control connection (OTO/ORO)              blink    Blink LEDs / Chassis-locator on supported devices       (switches and APs)                                      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 (GreenLake).                            unarchiveUnacrchive devices                                      enable   Enable auto subscribe for service.                      disable  Disable auto subscribe for service.                     show     Show Details about Aruba Central Objects                delete   Delete Aruba Central Objects                            add      Add devices / objects                                   assign   Assign Subscriptions / labels                           unassign Unassign Subscriptions / labels                         clone    Clone Aruba Central Groups                              update   Update existing Aruba Central objects/configs           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 (classic) 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            convert  Convert j2 Templates or convert the cencli config to    CFG_VERSION: 2                                          generate Generate bssids based on AP MAC(s)                      ╰────────────────────────────────────────────────────────────────────╯

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.  site  and/or group required 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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}What to bounce: The         interface or poe on the     interface.                  [required]                  *device[name|ip|mac|serial]The switch to bounce        interface(s)/poe on.        Command only valid on  switches [required]                  *ports PORTS...            Multiple ports &            port-ranges allowed.  Same  syntax as Switch CLI or     ports separated by space.   i.e.:  1/1/1-1/1/4,2/1/1,2/1/12-2… or 1/1/1 1/1/9 [required]                  ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

remove

remove Usage: cencli remove [OPTIONS] [name|ip|mac|serial] ... (multiple                      allowed) [site <SITE>] Remove device(s) 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

reboot

reboot Usage: cencli reboot [OPTIONS] [name|ip|mac|serial] ... (multiple                      allowed) Reboot devices or swarms Use -S|--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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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                   *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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

save

save Usage: cencli save [OPTIONS] [name|ip|mac|serial] Save Device Running Config to Startup ╭─ Arguments ────────────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

archive

archive Usage: cencli archive [OPTIONS] [name|ip|mac|serial] ... (multiple                       allowed) Archive devices (GreenLake). ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

unarchive

unarchive Usage: cencli unarchive [OPTIONS] [name|ip|mac|serial] ... (multiple                         allowed) Unacrchive devices Remove previously archived devices from archive. Specify device by serial. ℹ  If GreenLake is not configured in the config archived devices  will not be in Inventory.  So device argument must be serial  numbers. ╭─ Arguments ────────────────────────────────────────────────────────╮ *serials[name|ip|mac|serial]   [required] ... (multiple allowed)  ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

enable

enable Usage: cencli enable [OPTIONS] WHAT:{auto-sub}                      SERVICES:{advance-70xx|advance-72xx|advance-90x x-                      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-9xxx-10xxx|fou nd                      ation-7005|foundation-70xx|foundation-72xx|foun da                      tion-90xx-sec|foundation-91xx|foundation-91xx-                      sec|foundation-92xx-sec|foundation-ap|foundatio n-                      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}... Enable auto subscribe for service. Enabling auto subscribe sets the level (i.e. foundation/advanced)  for all devices of the same type as the subscription provided. i.e. `enable auto-sub advanced-switch-6300` will enable auto  subscribe for all switch tiers (6100, 6200, etc) ╭─ Arguments ────────────────────────────────────────────────────────╮ *what    WHAT:{auto-sub}       [required] *servicesSERVICES:{advance-70xx[required] |advance-72xx|advance- 90xx-sec|advanced-91xx |advanced-91xx-sec|adv anced-92xx-sec|advance d-ap|advanced-nw-third -party|advanced-switch -6100|advanced-switch- 6200|advanced-switch-6 300|advanced-switch-64 00|advanced-switch-8xx x-9xxx-10xxx|foundatio n-7005|foundation-70xx |foundation-72xx|found ation-90xx-sec|foundat ion-91xx|foundation-91 xx-sec|foundation-92xx -sec|foundation-ap|fou ndation-base-90xx-sec| foundation-nw-third-pa rty|foundation-sdflex| foundation-switch-6100 |foundation-switch-620 0|foundation-switch-63 00|foundation-switch-6 400|foundation-switch- 8400|foundation-wlan-g w|vgw-2g|vgw-4g|vgw-50 0m|wlan-advanced-90xx- sec|wlan-advanced-91xx |wlan-advanced-91xx-se c|wlan-advanced-92xx-s ec}...                 ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

disable

disable Usage: cencli disable [OPTIONS] WHAT:{auto-sub}  SERVICES:{advance-70xx                       |advance-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-9xxx-10xxx|fo un                       dation-7005|foundation-70xx|foundation-72xx|fo un                       dation-90xx-sec|foundation-91xx|foundation-91x x-                       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}... Disable auto subscribe for service. Disabling auto subscribe removes auto-subscribe for all models of  the same type. i.e. `disable auto-sub advanced-switch-6300` will disable auto  subscribe for all switch tiers (6100, 6200, etc) ╭─ Arguments ────────────────────────────────────────────────────────╮ *what    WHAT:{auto-sub}       [required] *servicesSERVICES:{advance-70xx[required] |advance-72xx|advance- 90xx-sec|advanced-91xx |advanced-91xx-sec|adv anced-92xx-sec|advance d-ap|advanced-nw-third -party|advanced-switch -6100|advanced-switch- 6200|advanced-switch-6 300|advanced-switch-64 00|advanced-switch-8xx x-9xxx-10xxx|foundatio n-7005|foundation-70xx |foundation-72xx|found ation-90xx-sec|foundat ion-91xx|foundation-91 xx-sec|foundation-92xx -sec|foundation-ap|fou ndation-base-90xx-sec| foundation-nw-third-pa rty|foundation-sdflex| foundation-switch-6100 |foundation-switch-620 0|foundation-switch-63 00|foundation-switch-6 400|foundation-switch- 8400|foundation-wlan-g w|vgw-2g|vgw-4g|vgw-50 0m|wlan-advanced-90xx- sec|wlan-advanced-91xx |wlan-advanced-91xx-se c|wlan-advanced-92xx-s ec}...                 ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 (that have checked in  with Central).                                      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 GreenLake device inventory.                    subscriptionsShow subscription/license details or stats          swarms       Show Swarms (AOS8 IAP Clusters) or settings for a   specific swarm.                                     interfaces   Show interfaces/details                             poe          Show (switch) interface poe details                 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 a 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                                denylisted   Show denylisted clients.                            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).                                           notificationsShow alert/notification configuration.              last         Re-display output from Last command.  (No API       Calls)                                              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.                            bssids       Show BSSIDs.                                        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                       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 (that have checked in with Central). ╭─ Options ──────────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site            Filter by Site id|address|city|state| zip] --label[LABEL]Filter by Label --pub-ipTEXT                  Filter by Public IP --upFilter by devices that  are Up                  --downFilter by devices that  are Down                --version-VTEXT                  Filter by version       (fuzzy match).  Prepend - to show devices not   matching the version.   i.e. -10.7.2.1 --inv-IInclude device details  from GreenLake Inventory               --helpShow this message and   exit.                   ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ -vVerbosity: Show more     details, Accepts -vv -vvv etc. for increasing verbosity where          supported                --sort[name|model|ip|mac|seriField to sort by (Some  al|group|site|status|tyfields may require -v pe|clients|labels|versi(verbose) option where  on|uptime|ap|ap-ip|ap-ssupported) erial|ap-port|switch|sw itch-ip|switch-serial|s witch-port|untagged-vla n|tagged-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

devices

devices Usage: cencli show devices [OPTIONS] [name|ip|mac|serial|'all'] ...                            (multiple allowed) Show details for devices ╭─ Arguments ────────────────────────────────────────────────────────╮ devices[name|ip|mac|serial|'allShow details for a        '] ... (multiple        specific device [default: allowed)                show details for all  devices] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site            Filter by Site id|address|city|state| zip] --label[LABEL]Filter by Label --pub-ipTEXT                  Filter by Public IP --upFilter by devices that  are Up                  --downFilter by devices that  are Down                --version-VTEXT                  Filter by version       (fuzzy match).  Prepend - to show devices not   matching the version.   i.e. -10.7.2.1 --inv-IInclude device details  from GreenLake Inventory               --helpShow this message and   exit.                   ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ -vVerbosity: Show more     details, Accepts -vv -vvv etc. for increasing verbosity where          supported                --sort[name|model|ip|mac|seriField to sort by (Some  al|group|site|status|tyfields may require -v pe|clients|labels|versi(verbose) option where  on|uptime|ap|ap-ip|ap-ssupported) erial|ap-port|switch|sw itch-ip|switch-serial|s witch-port|untagged-vla n|tagged-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|state |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               --version-VTEXT                 Filter by version      (fuzzy match).         Prepend - to show      devices not matching   the version. i.e.  -10.7.2.1 --helpShow this message and  exit.                  ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ -vVerbosity: Show more     details, Accepts -vv -vvv etc. for increasing verbosity where          supported                --sort[name|model|ip|mac|seriField to sort by (Some  al|group|site|status|tyfields may require -v pe|clients|labels|versi(verbose) option where  on|uptime|ap|ap-ip|ap-ssupported) erial|ap-port|switch|sw itch-ip|switch-serial|s witch-port|untagged-vla n|tagged-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

switches

switches Usage: cencli show switches [OPTIONS] [name|ip|mac|serial] ...                             (multiple allowed) Show details for switches ╭─ Arguments ────────────────────────────────────────────────────────╮ switches[name|ip|mac|serial]   Show verbose details for  ... (multiple allowed) specific switch(es)       [default: All switches  (summary table)] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site            Filter by Site id|address|city|state| 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                --version-VTEXT                  Filter by version       (fuzzy match).  Prepend - to show devices not   matching the version.   i.e. -10.7.2.1 --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|seriField to sort by (Some  al|group|site|status|tyfields may require -v pe|clients|labels|versi(verbose) option where  on|uptime|ap|ap-ip|ap-ssupported) erial|ap-port|switch|sw itch-ip|switch-serial|s witch-port|untagged-vla n|tagged-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

gateways

gateways Usage: cencli show gateways [OPTIONS] [name|ip|mac|serial] ...                             (multiple allowed) Show details for gateways ╭─ Arguments ────────────────────────────────────────────────────────╮ gateways[name|ip|mac|serial]    ... (multiple allowed)  ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --site[name|site            Filter by Site id|address|city|state| 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                --version-VTEXT                  Filter by version       (fuzzy match).  Prepend - to show devices not   matching the version.   i.e. -10.7.2.1 --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|seriField to sort by (Some  al|group|site|status|tyfields may require -v pe|clients|labels|versi(verbose) option where  on|uptime|ap|ap-ip|ap-ssupported) erial|ap-port|switch|sw itch-ip|switch-serial|s witch-port|untagged-vla n|tagged-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

stacks

stacks Usage: cencli show stacks [OPTIONS] [name|ip|mac|serial] ...  (multiple                           allowed) Show details for switch stacks. ╭─ Arguments ────────────────────────────────────────────────────────╮ switches[name|ip|mac|serial]   List of specific switches ... (multiple allowed) to pull stack details for ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group[GROUP NAME]Filter by Group --upFilter by devices that are Up --downFilter by devices that are Down --version-VTEXT        Filter by version (fuzzy match).  Prepend - to show devices not     matching the version. i.e.  -10.7.2.1 --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[group|id|mac|name|spliField to sort by (Some  t-policy|status|topologfields may require -v y](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

inventory

inventory Usage: cencli show inventory [OPTIONS]                              [DEV_TYPE]:[all|ap|gw|vgw|switch] Show GreenLake device inventory. ╭─ Arguments ────────────────────────────────────────────────────────╮ dev_type[DEV_TYPE]:[all|ap|gw|v gw|switch] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --sub--no-subShow devices with applied              subscription/license, or devices with  no subscription/license applied.       [default: show all] --keyTEXTShow all devices assigned to a         specific subscription (key) --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ -vVerbosity: Show more     details, Accepts -vv -vvv etc. for increasing verbosity where          supported                --sort[serial|mac|type|model|Field to sort by (Some  sku|services|subscriptifields may require -v on-key|expires-in](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

subscriptions

subscriptions Usage: cencli show subscriptions [OPTIONS]                                  [WHAT]:[details|stats|names|auto] Show subscription/license details or stats ╭─ Arguments ────────────────────────────────────────────────────────╮ what[WHAT]:[details|stats|nam es|auto] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --dev-type[ap|gw|switch|sdwan]Filter by device type --type[advance-70xx|advance-Filter by                72xx|advance-90xx-sec|subscription/license     advanced-91xx|advancedname,  i.e. advanced-ap -91xx-sec|advanced-92x x-sec|advanced-ap|adva nced-nw-third-party|ad vanced-switch-6100|adv anced-switch-6200|adva nced-switch-6300|advan ced-switch-6400|advanc ed-switch-8xxx-9xxx-10 xxx|foundation-7005|fo undation-70xx|foundati on-72xx|foundation-90x x-sec|foundation-91xx| foundation-91xx-sec|fo undation-92xx-sec|foun dation-ap|foundation-b ase-90xx-sec|foundatio n-nw-third-party|found ation-sdflex|foundatio n-switch-6100|foundati on-switch-6200|foundat ion-switch-6300|founda tion-switch-6400|found ation-switch-8400|foun dation-wlan-gw|vgw-2g| vgw-4g|vgw-500m|wlan-a dvanced-90xx-sec|wlan- advanced-91xx|wlan-adv anced-91xx-sec|wlan-ad vanced-92xx-sec] --helpShow this message and    exit.                    ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|sku|status|type|kField to sort by (Some  ey|network|start-date|efields may require -v nd-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|ip|Field to sort by (Some  public-ip|status|swarm-fields may require -v id](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|all]Device to fetch 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|state |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   (Prompt occurs if # of API calls required >  15) --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

poe

poe Usage: cencli show poe [OPTIONS] [name|ip|mac|serial] [PORT] Show (switch) interface poe details   Only supported on switches ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|state| 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|tagField to sort by (Some  ged|status|mgmt|jumbo|vfields may require -v oice|igmp|oper-state-re(verbose) option where  ason]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|pvField to sort by (Some  id|subnet|lease-time|frfields may require -v ee-ip|client-name|mac|i(verbose) option where  p|lease-start|lease-endsupported) |lease-remaining|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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

groups

groups Usage: cencli show groups [OPTIONS] Show groups/details ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|allowed-types|gw-Field to sort by (Some  role|aos10|microbranch|fields may require -v cnx|template-group](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

sites

sites Usage: cencli show sites [OPTIONS] [name|site                          id|address|city|state|zip] ╭─ Arguments ────────────────────────────────────────────────────────╮ site[name|site                id|address|city|state|zip ] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ -sCalculate # of sites per state -cCalculate # of sites per country --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|id|address|city|sField to sort by (Some  tate|zipcode|country|asfields may require -v sociated-devices](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 a specific Group [default: All Groups/Templates] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --groupTEXT         Get Templates for a specific    Group [default: All  Groups/Templates] --dev-type[ap|sw|cx|gw]Filter by Device Type --version-VTEXT         [Templates] Filter by software  version Template applies to.    --model<model>[Templates] Filter by model     Template applies to.            --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[device-type|group|modeField to sort by (Some  l|name|template-hash|vefields may require -v rsion](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli show variables [OPTIONS] [name|ip|mac|serial|all] Show Variables for all or a specific device ╭─ Arguments ────────────────────────────────────────────────────────╮ device[name|ip|mac|serial|all][default: all] ╰────────────────────────────────────────────────────────────────────╯ ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

certs

certs Usage: cencli show certs [OPTIONS] [name|hash] "Show certificates/details" ╭─ 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|expiration|eField to sort by (Some  xpired|md5-checksum|shafields may require -v 1-checksum](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

config

config Usage: cencli show config [OPTIONS]                           [NAME|IP|MAC|SERIAL|GROUPNAME|self]  [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 config that results from the template/variables (Use  cencli show template <SWITCH> to see the template with variables.)). Examples: cencli show config GROUPNAME --gw      Central's Group level  config for gateways. 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 self                cencli configuration  information (from config.yaml) ╭─ Arguments ────────────────────────────────────────────────────────╮ *group_dev[NAME|IP|MAC|SERIAL|GDevice Identifier,      ROUPNAME|self]Group Name along with   --ap or --gw option, or 'self' 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 --file-fApplies to cencli show config self.  Display raw file contents (i.e. cat the file)                --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ -vShow details for all configured workspaces.       Valid/Applies when showing cencli config. [default: Show Config for current WorkSpace] --rawShow raw unformatted response from Central API    Gateway                                           ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|interface|Field to sort by (Some  nexthop|protocol|flags|fields may require -v metric|best|learn-time](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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. --site & --label options can not be combined with -v(verbose) --group, or --swarm options. ╭─ 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|z ip] --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|cliField to sort by         ents|enabled|rf-band|ma[default: SSID] c-auth|access-type|grou p] -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

cluster

cluster Usage: cencli show cluster [OPTIONS] [GROUP NAME] SSID Show Cluster mapped to a given group/SSID. ╭─ Arguments ────────────────────────────────────────────────────────╮ *group[GROUP NAME][required] *ssid TEXT        SSIDs are not cached.  Ensure        text/case is accurate.               [required]                           ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ -UTEXTUpdate the local cache. --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 ──────────────────────────────────────────────────────────╮ -UTEXTUpdate the local cache. --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

clients

clients Usage: cencli show clients [OPTIONS] [username|ip|mac] Show clients/details Shows clients that have connected / attempted to connect.  Within  the last 3 hours by default. ╭─ Arguments ────────────────────────────────────────────────────────╮ client[username|ip|mac]Show details for a specific       client. verbose assumed. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --location-LShow Location for client (AP must be on a floor  plan)[requires: client  argument] --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) --failed-FShow clients that have   failed to connect        --dev[name|ip|mac|serial]Filter by device --helpShow this message and    exit.                    ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ -vVerbosity: Show more     details, Accepts -vv -vvv etc. for increasing verbosity where          supported                --sort[name|mac|vlan|ip|role|Field to sort by (Some  network|dot11|connectedfields may require -v -device|site|group|last(verbose) option where  -connected]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

denylisted

denylisted Usage: cencli show denylisted [OPTIONS] [name|ip|mac|serial] Show denylisted clients. ╭─ Arguments ────────────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|mac|vlan|ip|role|Field to sort by (Some  network|dot11|connectedfields may require -v -device|site|group|last(verbose) option where  -connected]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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.                    -UTEXT            Update the local cache. --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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-%m-Start 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-%m-End of time-range (24hr %dT%H:%M|%m/%d/%Y|%Y-%notation) [default:  m-%d]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.                 -UTEXT                  Update the local cache. --helpShow this message and   exit.                   ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|mac|vlan|ip|role|Field to sort by (Some  network|dot11|connectedfields may require -v -device|site|group|last(verbose) option where  -connected]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

logs

logs Usage: cencli show logs [OPTIONS] [LOG_ID|cencli] Show device event logs (last 30m by default) or show cencli 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 (wss_key must be configured unless  used to show cencli  logs locally) --group[GROUP NAME]Filter by Group --site[name|site          Filter by Site id|address|city|stat e|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|%Y-%Start of time-range   m-%dT%H:%M|%m/%d/%Y|(24hr notation)       %Y-%m-%d][default: 30 minutes  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 i.e.: 3h      [default: 30m] --dev[name|ip|mac|serial]Filter by device --swarm-SFilter logs for IAP   cluster associated    with provided device. [requires: --dev] --level[clear|neutral|negatFilter events by log  ive|normal|minor|poslevel                 itive|info|warning|e rror] --client[username|ip|mac] --bssidTEXT                Filter events by      bssid                 --hostname-HTEXT                Filter events by      hostname (fuzzy       match)                --dev-type[ap|switch|gw|clientFilter events by      ]device type           --descriptionTEXT                Filter events by      description (fuzzy    match)                --event-typeTEXT                Filter events by type (fuzzy match)         -UTEXT                Update the local      cache.                --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|s tate|zip] --label[LABEL]Filter by Label --dev[name|ip|mac|seriFilter by device al] --severity[critical|major|mFilter by alerts by inor|warning|infoseverity.           ] --searchTEXT             Filter by alerts    with supplied text  in                  name/description/c… --ack--no-ackShow only           acknowledged        (--ack) or          unacknowledged      (--no-ack) alerts   --type[device|client|usFilter by alert     er|ids]type                --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: 24 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 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|desField to sort by (Some  cription|acknowledged]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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.                 -UTEXTUpdate the local cache. --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

webhooks

webhooks Usage: cencli show webhooks [OPTIONS] Show configured webhooks. ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|updated|wid|urls|Field to sort by (Some  retry-policy|token|tokefields may require -v n-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

archived

archived Usage: cencli show archived [OPTIONS] Show archived devices ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[serial|mac|type|model|Field to sort by (Some  sku|resource-id]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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/user_b… --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[name|id|auth|url|reg-bField to sort by (Some  y-email|reg-by-phone]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 ───────────────────────────────────────────────────────╮ --sort[portal|id|name|email|pField to sort by (Some  hone|created|expires|refields may require -v maining|enabled|status](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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                          --band[2.4|5|6]Filter by radio               band/frequency                --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

bssids

bssids Usage: cencli show bssids [OPTIONS] [name|ip|mac|serial] Show BSSIDs. ╭─ Arguments ────────────────────────────────────────────────────────╮ device[name|ip|mac|serial]Show BSSIDs for a speciffic AP [default: All APs] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --swarm-SFilter by the swarm      associated with the ap   specified. (device/AP  Argument must be  provided) --group[GROUP NAME]Filter by Group --site[name|site             Filter by Site id|address|city|state|z ip] --label[LABEL]Filter by Label --band[2.4|5|6]Filter by radio          band/frequency           --ssidTEXT                   Fetch BSSIDs for a       specific SSID.           --helpShow this message and    exit.                    ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[ap|name|serial|mac|banField to sort by (Some  d|ssid|bssid]fields may require -v (verbose) option where  supported) [default: ap]            -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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-%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 (24hr -%dT%H:%M|%m/%d/%Y|%Ynotation) [default:  -%m-%d]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|state |zip] --dev[name|ip|mac|serial]Show 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|caField to sort by (Some  tegory|insight|impact|cfields may require -v onfig-insight](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_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)                    swarm     Show firmware details for swarm(s) by specifying any   AP in the swarm                                        complianceShow firmware compliance details for a group/device    type.                                                  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|mas|aShow firmware by device  p]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
swarm
swarm Usage: cencli show firmware swarm [OPTIONS] [name|ip|mac|serial] ...                                   (multiple allowed) Show firmware details for swarm(s) 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(s) 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
compliance
compliance Usage: cencli show firmware compliance [OPTIONS]                                        DEVICE_TYPE:{ap|sw|cx|gw}                                        [GROUP NAME] Show firmware compliance details for a group/device type. ╭─ Arguments ────────────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw|cx[required] |gw}                  group      [GROUP NAME]Show compliance for   group [default:  Global Compliance] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group-G[GROUP NAME]Show compliance for group [default: Global Compliance] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

wids

wids Usage: cencli show wids [OPTIONS] COMMAND [ARGS]... Show Wireless Intrusion Detection data ╭─ Options ──────────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Filter by the swarm      associated with          specified AOS8 IAP       --group[GROUP NAME] ...       Filter by Group(s) (multiple allowed)      --site[name|site             Filter by Site(s) id|address|city|state|z ip] ... (multiple       allowed)                --label[LABEL] ... (multiple  Filter by Label(s) allowed)                --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 ───────────────────────────────────────────────────────╮ -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ rogues     Show Detected Rogue APs                               interferingShow 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]Filter by the swarm      associated with          specified AOS8 IAP       --group[GROUP NAME] ...       Filter by Group(s) (multiple allowed)      --site[name|site             Filter by Site(s) id|address|city|state|z ip] ... (multiple       allowed)                --label[LABEL] ... (multiple  Filter by Label(s) allowed)                --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 ───────────────────────────────────────────────────────╮ -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
interfering
interfering Usage: cencli show wids interfering [OPTIONS] Show interfering APs ╭─ Options ──────────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Filter by the swarm      associated with          specified AOS8 IAP       --group[GROUP NAME] ...       Filter by Group(s) (multiple allowed)      --site[name|site             Filter by Site(s) id|address|city|state|z ip] ... (multiple       allowed)                --label[LABEL] ... (multiple  Filter by Label(s) allowed)                --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 ───────────────────────────────────────────────────────╮ -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
neighbors
neighbors Usage: cencli show wids neighbors [OPTIONS] Show Neighbor APs ╭─ Options ──────────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Filter by the swarm      associated with          specified AOS8 IAP       --group[GROUP NAME] ...       Filter by Group(s) (multiple allowed)      --site[name|site             Filter by Site(s) id|address|city|state|z ip] ... (multiple       allowed)                --label[LABEL] ... (multiple  Filter by Label(s) allowed)                --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 ───────────────────────────────────────────────────────╮ -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
suspect
suspect Usage: cencli show wids suspect [OPTIONS] Show Suspected Rogue APs ╭─ Options ──────────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Filter by the swarm      associated with          specified AOS8 IAP       --group[GROUP NAME] ...       Filter by Group(s) (multiple allowed)      --site[name|site             Filter by Site(s) id|address|city|state|z ip] ... (multiple       allowed)                --label[LABEL] ... (multiple  Filter by Label(s) allowed)                --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 ───────────────────────────────────────────────────────╮ -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
all
all Usage: cencli show wids all [OPTIONS] Show All WIDS Classifications ╭─ Options ──────────────────────────────────────────────────────────╮ --swarm-S[name|ip|mac|serial]Filter by the swarm      associated with          specified AOS8 IAP       --group[GROUP NAME] ...       Filter by Group(s) (multiple allowed)      --site[name|site             Filter by Site(s) id|address|city|state|z ip] ... (multiple       allowed)                --label[LABEL] ... (multiple  Filter by Label(s) allowed)                --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 ───────────────────────────────────────────────────────╮ -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

branch

branch Usage: cencli show branch [OPTIONS] COMMAND [ARGS]... Show branch health ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ healthShow 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               Show branch health for a    id|address|city|state|zipspecific site. [default:  ]All Sites] ╰────────────────────────────────────────────────────────────────────╯ ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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.                      interfacesShow 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|priority|Field to sort by (Some  interface-name|interfacfields may require -v e-state|neighbor-state|(verbose) option where  area|options|dead-timersupported) |rexmt-timer] -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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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|opeField to sort by (Some  r-state|type|cost|nbrs|fields may require -v DR-rtr-id|DR-IP|BDR-rtr(verbose) option where  -id|BDR-IP|auth|prioritsupported) y|hello-interval|dead-i nterval|rexmt-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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|interfaField to sort by (Some  ce-count|spf-run-count|fields may require -v default-cost|summary-en(verbose) option where  able]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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|roField to sort by (Some  uter-id|age|seq-no|checfields may require -v ksum|link-count|route-t(verbose) option where  ag]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 results from a previously run       troubleshooting session.                                 commandsShow available troubleshooting commands for a given      device type.                                             ╰────────────────────────────────────────────────────────────────────╯
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|serial][required] session_id[SESSION_ID]The session id of a     previously run          troubleshooting session ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --cleanClean response, don't send through any            formatters.  Useful for excessively long output --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
commands
commands Usage: cencli show ts commands [OPTIONS] [ap|gw|cx|sw|mas] Show available troubleshooting commands for a given device type. Use cencli ts ... to start a troubleshooting session. ╭─ Arguments ────────────────────────────────────────────────────────╮ *device_type[ap|gw|cx|sw|mas][required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[id|category]Field to sort by (Some fields may  require -v (verbose) option where  supported) -rReverse output order ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --pagerEnable Paged Output -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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                              interfacesShow overlay interfaces                                connectionShow 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|interface|Field to sort by (Some  nexthop|protocol|flags|fields may require -v metric|best|learn-time](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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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|upField to sort by (Some  time|routes]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

audit

audit Usage: cencli show audit [OPTIONS] COMMAND [ARGS]... Show Aruba Central audit logs ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ logsShow HPE Aruba Central audit logs.                           ╰────────────────────────────────────────────────────────────────────╯
logs
logs Usage: cencli show audit logs [OPTIONS] [LOG_ID] Show HPE Aruba Central audit logs. Other available log commands:     - 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-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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 max: [x<=10000]10,000 --helpShow this message and    exit.                    ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --sort[time|app|class|type|deField to sort by (Some  scription|target|ip|usefields may require -v r|id](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              -vShow 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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-macsShow Cloud-Auth MAC registrations.                upload         Show Cloud-Auth Upload Status.                    authenticationsShow Cloud-Auth authentications / access history. sessions       Show Cloud-Auth sessions.                         ╰────────────────────────────────────────────────────────────────────╯
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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
authentications
authentications Usage: cencli show cloud-auth authentications [OPTIONS] Show Cloud-Auth authentications / access history. ╭─ Options ──────────────────────────────────────────────────────────╮ --pastTEXT            An integer value (1-90)   ending with d/h/m for     day/hour/minute           respectively.  i.e. 3h [default: 1h] --time-window[3h|1d|1w|1M|3M] --airpass-aShow airpass              authentications.          [default: cloud identity  authentications] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
sessions
sessions Usage: cencli show cloud-auth sessions [OPTIONS] Show Cloud-Auth sessions. ╭─ Options ──────────────────────────────────────────────────────────╮ --pastTEXT            An integer value (1-90)   ending with d/h/m for     day/hour/minute           respectively.  i.e. 3h [default: 1h] --time-window[3h|1d|1w|1M|3M] --airpass-aShow airpass              authentications.          [default: cloud identity  authentications] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

mpsk

mpsk Usage: cencli show mpsk [OPTIONS] COMMAND [ARGS]... Show MPSK details ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ networksShow 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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[requires: ssid] -vVerbosity: Include the   psk and mpsk-id in       output                   --sort[id|name|role|status|mField to sort by (Some  psk]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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.                          switchShow Bandwidth usage for a switch or a specific port on a  switch.                                                    clientShow client bandwidth usage graph.                         uplinkShow 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|state |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        --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 (24hr -%dT%H:%M|%m/%d/%Y|%Ynotation) [default:  -%m-%d]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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               ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --uplinkShow Bandwidth usage    for the uplink          --start-s[%m/%d/%Y-%H:%M|%Y-%m-%Start of time-range     dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)         %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default:  %d]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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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|serialShow Bandwidth       ]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|%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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
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 APs   id|address|city|state|zin a specific site       ip] --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-%m-%Start of time-range      dT%H:%M|%m/%d/%Y|%Y-%m-(24hr notation)          %d][default: 48 hours ago] --end-e[%m/%d/%Y-%H:%M|%Y-%m-%End of time-range (24hr  dT%H:%M|%m/%d/%Y|%Y-%m-notation) [default: Now] %d] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

delete

delete Usage: cencli delete [OPTIONS] COMMAND [ARGS]... Delete Aruba Central Objects ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ cert     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.                                      variablesDelete all variables associated with a device.          device   Delete device(s).                                       guest    Add a guest user to a configured portal                 firmware Remove Firmware Compliance                              ╰────────────────────────────────────────────────────────────────────╯

cert

cert Usage: cencli delete cert [OPTIONS] NAME Delete a certificate. ╭─ Arguments ────────────────────────────────────────────────────────╮ *nameTEXT[required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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] ... (multiple  [required] allowed)                ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

portal

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

group

group Usage: cencli delete group [OPTIONS] GROUPS... Delete group(s) ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli delete variables [OPTIONS] [name|ip|mac|serial] Delete all variables associated with a device. ╭─ Arguments ────────────────────────────────────────────────────────╮ *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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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).   Use cencli batch delete devices <IMPORT FILE> to delete devices  in mass based on entries in an import file. ╭─ Arguments ────────────────────────────────────────────────────────╮ *devices[name|ip|mac|serial]   [required] ... (multiple allowed)  ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --ui-onlyOnly delete device from UI/Monitoring      views.  App assignment and subscriptions   remain intact. Device(s) must be offline --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

firmware

firmware Usage: cencli delete firmware [OPTIONS] COMMAND [ARGS]... Remove Firmware Compliance ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ complianceDelete/Clear firmware compliance                       ╰────────────────────────────────────────────────────────────────────╯
compliance
compliance Usage: cencli delete firmware compliance [OPTIONS]                                          DEVICE_TYPE:{ap|sw|cx|gw}                                          [GROUP NAME] Delete/Clear firmware compliance ╭─ Arguments ────────────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw|cx[required] |gw}                  group      [GROUP NAME]Delete compliance for group [default:  Global Compliance] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group-G[GROUP NAME]Delete compliance for group      [default: Global Compliance] --yes-Y,-yBypass confirmation prompts -    Assume Yes                       --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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                           cert     Add/Upload a Certificate to Aruba Central               webhook  Add a WebHook                                           template Add/Upload a new template                               variablesUpload 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 optional. serialmac, and group can be provided in any order. Example: cencli add device serial USABC1234 mac aa:bb:cc:dd:ee:ff group  WadeLab --sub advanced-switch-6300 ╭─ Arguments ────────────────────────────────────────────────────────╮ *serialserial <SERIAL NUM>[required] *mac   mac <MAC ADDRESS>[required] group [group GROUP]pre-assign device to group ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --sub-s[advance-70xx|advance-Assign subscription(s)  72xx|advance-90xx-sec|to device               advanced-91xx|advanced -91xx-sec|advanced-92x x-sec|advanced-ap|adva nced-nw-third-party|ad vanced-switch-6100|adv anced-switch-6200|adva nced-switch-6300|advan ced-switch-6400|advanc ed-switch-8xxx-9xxx-10 xxx|foundation-7005|fo undation-70xx|foundati on-72xx|foundation-90x x-sec|foundation-91xx| foundation-91xx-sec|fo undation-92xx-sec|foun dation-ap|foundation-b ase-90xx-sec|foundatio n-nw-third-party|found ation-sdflex|foundatio n-switch-6100|foundati on-switch-6200|foundat ion-switch-6300|founda tion-switch-6400|found ation-switch-8400|foun dation-wlan-gw|vgw-2g| vgw-4g|vgw-500m|wlan-a dvanced-90xx-sec|wlan- advanced-91xx|wlan-adv anced-91xx-sec|wlan-ad vanced-92xx-sec] --yes-Y,-yBypass confirmation     prompts - Assume Yes    --helpShow this message and   exit.                   ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|wlan]Configure Gateway    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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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]] Add WLAN (SSID) ╭─ Arguments ────────────────────────────────────────────────────────╮ *group         [GROUP NAME|SWARM  [required] ID] *name          TEXT               The WLAN profile     name.  Also the SSID if not provided.     [required]           psk           [psk [WPA           PASSPHRASE]] wlan_type     [type               ['employee'|'guest' ]] vlan          [vlan [VLAN]] zone          [zone [ZONE]] ssid          [ssid [SSID]]By default the SSID  will match the WLAN  profile name.        bw_up         [bw-limit-up        [LIMIT]] bw_down       [bw-limit-down      [LIMIT]] bw_user_up    [bw-limit-user-up   [LIMIT]] bw_user_down  [bw-limit-user-down [LIMIT]] portal_profile[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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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] ... (multiple  [required] allowed)                ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

cert

cert Usage: cencli add cert [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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli add variables [OPTIONS] VARIABLE_FILE Upload variables for a device from file Use this command to add/define variables for a device that does not  have variables yet.  Use cencli update variables to update variables for a device with  existing variables. 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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][PhoneNumber] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

assign

assign Usage: cencli assign [OPTIONS] COMMAND [ARGS]... Assign Subscriptions / labels ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ subscriptionAssign (or reassign) Licenses to devices by serial   number(s).                                           label       Assign label to device(s)                            ╰────────────────────────────────────────────────────────────────────╯

subscription

subscription Usage: cencli assign subscription [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}                                   [name|ip|mac|serial] ... (multiple                                   allowed) Assign (or reassign) Licenses to devices by serial number(s). If multiple valid subscriptions of a given type exist.  The  subscription with the longest term remaining will be assigned.   Device must already be added to Central (GreenLake inventory).   Use 'cencli show inventory' to see devices that have been added. Use '--sub' option with 'cencli add device ...' to add device and  assign subscription/license in one command.   Use cencli enable|disable auto-sub to enable/disable auto  subscription. ╭─ Arguments ────────────────────────────────────────────────────────╮ *licenseLICENSE:{advance-70xx|[required] advance-72xx|advance-9 0xx-sec|advanced-91xx| advanced-91xx-sec|adva nced-92xx-sec|advanced -ap|advanced-nw-third- party|advanced-switch- 6100|advanced-switch-6 200|advanced-switch-63 00|advanced-switch-640 0|advanced-switch-8xxx -9xxx-10xxx|foundation -7005|foundation-70xx| foundation-72xx|founda tion-90xx-sec|foundati on-91xx|foundation-91x x-sec|foundation-92xx- sec|foundation-ap|foun dation-base-90xx-sec|f oundation-nw-third-par ty|foundation-sdflex|f oundation-switch-6100| foundation-switch-6200 |foundation-switch-630 0|foundation-switch-64 00|foundation-switch-8 400|foundation-wlan-gw |vgw-2g|vgw-4g|vgw-500 m|wlan-advanced-90xx-s ec|wlan-advanced-91xx| wlan-advanced-91xx-sec |wlan-advanced-92xx-se c}                     *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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

unassign

unassign Usage: cencli unassign [OPTIONS] COMMAND [ARGS]... Unassign Subscriptions / labels ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ subscriptionUnssign Licenses from devices by serial number(s).   label       Unassign label from device(s).                       ╰────────────────────────────────────────────────────────────────────╯

subscription

subscription Usage: cencli unassign subscription [OPTIONS]  SUBSCRIPTION:{advance-70                                     xx|advance-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). ⚠  Removing a subscription from a device will eventually cause it to disconnect from Aruba Central. ℹ It is not necessary to unassign the existing subscription if the  goal is to assign a different subscription. This can be done in one step using assign subscription or batch  assign subscriptions ╭─ Arguments ────────────────────────────────────────────────────────╮ *subscriptionSUBSCRIPTION:{advancLicense type to       e-70xx|advance-72xx|unassign from         advance-90xx-sec|advdevice(s).            anced-91xx|advanced-[required]            91xx-sec|advanced-92 xx-sec|advanced-ap|a dvanced-nw-third-par ty|advanced-switch-6 100|advanced-switch- 6200|advanced-switch -6300|advanced-switc h-6400|advanced-swit ch-8xxx-9xxx-10xxx|f oundation-7005|found ation-70xx|foundatio n-72xx|foundation-90 xx-sec|foundation-91 xx|foundation-91xx-s ec|foundation-92xx-s ec|foundation-ap|fou ndation-base-90xx-se c|foundation-nw-thir d-party|foundation-s dflex|foundation-swi tch-6100|foundation- switch-6200|foundati on-switch-6300|found ation-switch-6400|fo undation-switch-8400 |foundation-wlan-gw| vgw-2g|vgw-4g|vgw-50 0m|wlan-advanced-90x x-sec|wlan-advanced- 91xx|wlan-advanced-9 1xx-sec|wlan-advance d-92xx-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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

clone

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

group

group Usage: cencli clone group [OPTIONS] [NAME OF GROUP TO CLONE] [NAME  OF                           GROUP TO CREATE] Clone a group   Tunneled SSIDs are not included in clone operation. ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

update

update Usage: cencli update [OPTIONS] COMMAND [ARGS]... Update existing Aruba Central objects/configs ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ template Update an existing template                             variablesUpdate/replace existing or add new Variables for a      device                                                  group    Update group properties.                                config   Update group or device level config (ap or gw), or      update cencli config.                                   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][Templates] Filter 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

variables

variables Usage: cencli update variables [OPTIONS] [name|ip|mac|serial]                                [VAR_VALUE]... Update/replace existing or add new Variables for a device Use cencli batch update variables [IMPORT_FILE] to update multiple  devices. If providing --file 🚩 Only the device specified via the device  argument will be processed, even if the file has variables for other devices defined. -R|--replace 🚩 Will flush all existing variables leaving only the  variables provided. ╭─ Arguments ────────────────────────────────────────────────────────╮ *device   [name|ip|mac|serial][required] var_value[VAR_VALUE]...      comma seperated list     'variable = value,       variable2 = value2'      [required unless  --var-file is specified] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --file-FPATHPath to file with variables --replace-RReplace all existing variables with    the variables provided [default:  existing variables are retained unless updated in this payload] --yes-Y,-yBypass confirmation prompts - Assume   Yes                                    --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|vpnc|wlGateway Role     an][default:  branch] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

config

config Usage: cencli update config [OPTIONS]                             [NAME|IP|MAC|SERIAL|GROUPNAME|self]                             [CLI_FILE] [VAR_FILE] Update group or device level config (ap or gw), or update cencli  config. cli_file Can be raw CLI (no variables or conditional logic) or a  jinja2 template.   If the cli_file is a .j2 file the template will be converted  based on variables in var_file prior to sending. If providing a jinja2 template, this command will automatically look for a var_file with the same name and a valid suffix (.yaml.yml .json.csv.tsv.dbf). --var-file<PATH> can be used to specify the variable file  explicitly. ╭─ Arguments ────────────────────────────────────────────────────────╮ *group_dev[NAME|IP|MAC|SERIAL|GDevice Identifier,      ROUPNAME|self]Group Name along with   --ap or --gw option, or 'self' to update cencli configuration details.  [required]              cli_file [CLI_FILE]File containing desired config/template in CLI  format.                 var_file [VAR_FILE]File containing         variables for j2 config template.               ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --banner-filePATHThe file with the desired banner   text.  supports .j2 (Jinja2)  template --bannerUpdate banner text.  This option   will prompt for banner text (paste into terminal)                     --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

cp-cert

cp-cert Usage: cencli update cp-cert [OPTIONS] CERTIFICATE [GROUP NAME|all] 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.   Specifying "all" for group will update Captive Portal certificate usage for **all** AP groups. ℹ  Not supported on Template Groups.  (They are filtered out if all is specified) ╭─ Arguments ────────────────────────────────────────────────────────╮ *certificateTEXT            The certificate name or    md5 checksum to use for    Captive Portal.            Certificate must exist [required]                 groups     [GROUP NAME|all]The Group(s) (AP Group) to be updated to use the      Captive Portal             certificate. all Will   push to all AP groups      ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --group-G[GROUP NAME|all]The Group(s) (AP Group) to   be updated to use the        Captive Portal certificate.  all Will push to all AP   groups                       --yes-Y,-yBypass confirmation prompts  - Assume Yes                 --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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.   See cencli batch update aps --help for details on updating APs in batch based on setting provided via import file. ╭─ Arguments ────────────────────────────────────────────────────────╮ *aps[name|ip|mac|serial] ... [required] (multiple allowed)        ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --hostnameTEXT             Rename/Set AP      hostname           --ip[IP_ADDRESS|'dhcpConfigure 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/Applies  when --ip is  provided --gatewayTEXT             Default Gateway    Required/Applies  when --ip is  provided --dnsTEXT             Comma seperated    list (no spaces) of dns servers.    Required/Applies  when --ip is  provided --domainTEXT             DNS domain name.   Optional/Applies  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.           --gain-24INTEGER          Configure external antenna gain for   the 2.4Ghz radio   --gain-5INTEGER          Configure external antenna gain for   the 5Ghz radio     --gain-6INTEGER          Configure external antenna gain for   the 6Ghz radio     --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

site

site Usage: cencli update site [OPTIONS] [name|site                           id|address|city|state|zip] [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_name[name|site           current site name id|address|city|state[required]        |zip] 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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][PhoneNumber] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

upgrade

upgrade Usage: cencli upgrade [OPTIONS] COMMAND [ARGS]... Upgrade (or Downgrade) Firmware ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ deviceUpgrade (or Downgrade) firmware on device(s).              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] ...                              (multiple allowed) [VERSION] Upgrade (or Downgrade) firmware on device(s). ╭─ Arguments ────────────────────────────────────────────────────────╮ devices[name|ip|mac|serial] ... (multiple allowed)       version[VERSION]Firmware Version          [default: recommended  version] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --at[%m/%d/%Y-%H:%M|%Y-%mPerform operation at   -%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] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|switchUpgrade a specific  |sdwan]device type         [required]          --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] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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-%m-Perform operation at    %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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

batch

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

verify

verify Usage: cencli batch verify [OPTIONS] [IMPORT_FILE] Validate batch Add/Move (devices) operations using import data from  file. The same import file used to add/move can be used to validate. ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --exampleShow Example import file format. -FOutput only a simple list with failed        serials                                      -OKOutput only a simple list with serials that  validate OK                                  --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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|seria[AUTO RENAME]       l]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|city|stPerform on APs in   ate|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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

archive

archive Usage: cencli batch archive [OPTIONS] [IMPORT_FILE] Batch archive devices (in GreenLake) 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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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. --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

delete

delete Usage: cencli batch delete [OPTIONS] COMMAND [ARGS]... Perform batch delete operations ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ sites  Batch delete sites based on data from required import     file.                                                     groups Batch delete groups based on data from required import    file.                                                     devicesBatch delete devices based on data from import file,      delete all devices that lack a subscription, or delete    all devices associated with a provided site.              labels Batch delete labels based on data from import file or     delete all labels with no devices assigned.               ╰────────────────────────────────────────────────────────────────────╯
sites
sites Usage: cencli batch delete sites [OPTIONS] [IMPORT_FILE] Batch delete sites based on data from required import file. Use cencli batch delete sites --example to see example import file  formats. ╭─ 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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
groups
groups Usage: cencli batch delete groups [OPTIONS] [IMPORT_FILE] Batch delete groups based on data from required import file. Use cencli batch delete groups --example to see example import file  formats. ╭─ 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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
devices
devices Usage: cencli batch delete devices [OPTIONS] [IMPORT_FILE] Batch delete devices based on data from import file, delete all  devices that lack a subscription, or delete all devices associated  with a provided site. Use cencli batch delete devices --example to see example import file formats. 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 ────────────────────────────────────────────────────────╮ 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|switchOnly delete devices  |sdwan]of a given type.     Applies/Only valid  with --no-sub or  --site --no-subDisassociate from    the Aruba Central    Service in GLP all   devices that have no subscription         assigned             --site[name|site         Delete all devices   id|address|city|stafrom a given site.   te|zip] --no-refreshDon't refresh the    cache prior to       collecting devices   to delete.  Applies  to --no-sub and  --site 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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
labels
labels Usage: cencli batch delete labels [OPTIONS] [IMPORT_FILE] Batch delete labels based on data from import file or delete all  labels with no devices assigned. Use cencli batch delete labels --example to see example import file  formats. ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --no-devsDelete all labels that have no devices     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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

add

add Usage: cencli batch add [OPTIONS] COMMAND [ARGS]... Perform batch add operations. ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ sites    Batch add sites based on data from required import      file.                                                   groups   Batch add groups based on data from required import     file.                                                   devices  Batch add devices based on data from required import    file.                                                   labels   Batch add labels based on data from required import     file.                                                   variablesBatch add variables for devices based on data from      required import file.                                   macs     Batch add MACs (cloud-auth) based on data from required import file.                                            mpsk     Batch add mpsk based on data from required import file. ╰────────────────────────────────────────────────────────────────────╯
sites
sites Usage: cencli batch add sites [OPTIONS] [IMPORT_FILE] Batch add sites based on data from required import file. Use cencli batch add sites --example to see example import file  formats. ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
groups
groups Usage: cencli batch add groups [OPTIONS] [IMPORT_FILE] Batch add groups based on data from required import file. Use cencli batch add groups --example to see example import file  formats. ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
devices
devices Usage: cencli batch add devices [OPTIONS] [IMPORT_FILE] [] Batch add devices based on data from required import file. Use cencli batch add devices --example to see example import file  formats. ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --exampleShow Example import file format. --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts -   Assume Yes, this command has    potential for multiple          confirmation prompts -yy to     bypass all                      --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be  defined in the config) [env var: CENCLI_WORKSPACE]     [default: default]              ╰────────────────────────────────────────────────────────────────────╯
labels
labels Usage: cencli batch add labels [OPTIONS] [IMPORT_FILE] Batch add labels based on data from required import file. Use cencli batch add labels --example to see example import file  formats. ╭─ Arguments ────────────────────────────────────────────────────────╮ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
variables
variables Usage: cencli batch add variables [OPTIONS] [IMPORT_FILE] Batch add variables for devices based on data from required import  file. Use cencli batch add variables --example to see example import file  formats. Accepts same format as Aruba Central UI, but also accepts .yaml ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE]Path to file with variables ╰────────────────────────────────────────────────────────────────────╯ ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
macs
macs Usage: cencli batch add macs [OPTIONS] [IMPORT_FILE] Batch add MACs (cloud-auth) based on data from required import file. Use cencli batch add macs --example to see example import file  formats. ╭─ 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
mpsk
mpsk Usage: cencli batch add mpsk [OPTIONS] [IMPORT_FILE] Batch add mpsk based on data from required import file. Use cencli batch add mpsk --example to see example import file  formats. ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --ssidTEXTSSID to associate mpsk definitions     with [required(unless using  --example)] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

update

update Usage: cencli batch update [OPTIONS] COMMAND [ARGS]... Batch update devices (GreenLake Inventory) / aps / variables. ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ aps      Update per-ap-settings, ap-altitude, banner, etc. (at   AP level) in mass based on settings from import file    ap-bannerUpdate banner (MOTD) text for APs at group or device    level                                                   variablesBatch update/replace variables for devices based on     data from required import file.                         ╰────────────────────────────────────────────────────────────────────╯
aps
aps Usage: cencli batch update aps [OPTIONS] [IMPORT_FILE] Update per-ap-settings, ap-altitude, banner, etc. (at AP level) in  mass based on settings from import file When --banner-file<file> is provided.  Only the banner is  processed.  The import_file is used as the variable file if the  banner_file is a .j2 file. i.e. Most common scenario... banner_file is a j2 with {{ hostname }} which is converted to the value from the hostname field in the  import file. Use --example to see expected import file format and required  fields. ╭─ Arguments ────────────────────────────────────────────────────────╮ 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 --banner-filePATHThe file with the desired banner   text.  supports .j2 (Jinja2)  template --yes-Y,-yBypass confirmation prompts -      Assume Yes                         --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
ap-banner
ap-banner Usage: cencli batch update ap-banner [OPTIONS] [IMPORT_FILE]                                      [BANNER_FILE] Update banner (MOTD) text for APs at group or device level When the banner_file is a .j2 file.  It is processed as a jinja2  template with variables coming from the import_file. i.e. Most common scenario... banner_file is a j2 with {{ hostname }} which is converted to the value from the hostname field in the  import file. Use --example to see expected import file format and required  fields. ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE] banner_file[BANNER_FILE]The file with the desired banner text.  supports .j2 (Jinja2)  template ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --bannerUpdate banner text.  This option will      prompt for banner text (paste into         terminal)                                  --groups-GTreat import file as group import, update  ap group level configs.  [default: Update  applied at device level, import expected  to be device import] --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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯
variables
variables Usage: cencli batch update variables [OPTIONS] [IMPORT_FILE] Batch update/replace variables for devices based on data from  required import file. Use cencli batch update variables --example to see example import  file formats. Accepts same format as Aruba Central UI, but also accepts .yaml -R|--replace 🚩 Will flush all existing variables (for the devices  in the import_file) and replace with the variables from the  import_file. By default: Existing variables not in the import_file are left  intact. ╭─ Arguments ────────────────────────────────────────────────────────╮ import_file[IMPORT_FILE]Path to file with variables ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --replace-RReplace all existing variables with the    variables provided [default: existing  variables are retained unless updated in  this payload] --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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

refresh

refresh Usage: cencli refresh [OPTIONS] COMMAND [ARGS]... Refresh tokens / cache ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ token  Refresh Classic Central API access/refresh tokens.        cache  Refresh local cache.                                      webhookRefresh WebHook Token (generate a new token).             ╰────────────────────────────────────────────────────────────────────╯

token

token Usage: cencli refresh token [OPTIONS] [WORKSPACE_LIST]... Refresh Classic 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 ────────────────────────────────────────────────────────╮ workspace_list[WORKSPACE_LIST]...A list of workspaces 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.                                          --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

cache

cache Usage: cencli refresh cache [OPTIONS] Refresh local 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. Has similar benefits for sites, groups, certificates, etc. 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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

webhook

webhook Usage: cencli refresh webhook [OPTIONS] WID Refresh WebHook Token (generate a new token). Use cencli show webhooks to get the required webhook id (wid). ╭─ Arguments ────────────────────────────────────────────────────────╮ *widTEXTWebHook ID. Use cencli show webhooks to get    the required id.                               [required]                                     ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

test

test Usage: cencli test [OPTIONS] COMMAND [ARGS]... Test Webhook or run a centralcli function directly (all Aruba  Central (classic) API endpoints are available) ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ webhookTest 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 workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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_ports_ 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. ℹ  --ws|--workspace flag must be used to test alternative  workspaces.    It does not honor re-use of last-account even if  forget_workspace_after is set in config ╭─ Arguments ────────────────────────────────────────────────────────╮ *methodTEXT         [required] kwargs[args/kwargs]Provide args/kwargs in format:     arg1 arg2 keyword=value  keyword2=value2 ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --docGet details on required args/keyword args for    provided method.                                 -UUpdate the local cache. --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: CENCLI_DEBUG]         --debugvEnable Verbose Debug Logging -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯ 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)                           mesh     Show output of commands to help troubleshoot            Mesh/Bridge links (APs Only)                            show-techShow Tech Support                                       images   Show image versions (Valid for AP, GW, and AOS-SW)      inventoryShow Inventory (valid on Gateways)                      ping     Ping a host from a Central managed device.              command  Send user provided troubleshooting commands to a device and wait for the results.                               clear    Clear previously ran troubleshooting session and output for 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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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) --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

mesh

mesh Usage: cencli ts mesh [OPTIONS] [name|ip|mac|serial] Show output of commands to help troubleshoot Mesh/Bridge links (APs  Only) Returns the output of the following commands. - show ap mesh link - show ap mesh neighbours - show ap mesh counters - show ap mesh cluster active - show ap mesh cluster configuration - show ap mesh cluster topology - show ap mesh cluster status - show ap mesh debug status ╭─ Arguments ────────────────────────────────────────────────────────╮ *device[name|ip|mac|serial][required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

inventory

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

ping

ping Usage: cencli ts ping [OPTIONS] [name|ip|mac|serial] HOST Ping a host from a Central managed device. ╭─ Arguments ────────────────────────────────────────────────────────╮ *device[name|ip|mac|serial]Aruba Central device to     ping from                   [required]                  *host  TEXT                host to ping (IP or FQDN) [required]                ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ -mping using VRF mgmt, (only applies to cx) -rINTEGERrepititions (only applies to AOS-SW) --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

command

command Usage: cencli ts command [OPTIONS] [name|ip|mac|serial] CMD... Send user provided troubleshooting commands to a device and wait for the results. Returns response (from device) to troubleshooting commands. ℹ  Commands must be supported by the API, use cencli show ts  commands <dev-type> to see available commands Example:cencli ts 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 ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

clear

clear Usage: cencli ts clear [OPTIONS] [name|ip|mac|serial] [SESSION_ID] Clear previously ran troubleshooting session and output for a  device. ╭─ Arguments ────────────────────────────────────────────────────────╮ *device    [name|ip|mac|serial][required] session_id[SESSION_ID]The session id of a     previously run          troubleshooting session ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output -dUse default central workspace --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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 groupRename 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            current site name id|address|city|state|[required]        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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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                                              clientDisconnect 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

set

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

firmware

firmware Usage: cencli set firmware [OPTIONS] COMMAND [ARGS]... Set Firmware Compliance ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ complianceSet firmware compiance                                 ╰────────────────────────────────────────────────────────────────────╯
compliance
compliance Usage: cencli set firmware compliance [OPTIONS]                                       DEVICE_TYPE:{ap|sw|cx|gw}  [GROUP                                       NAME] [VERSION] Set firmware compiance ╭─ Arguments ────────────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw|cx[required] |gw}                  *group      [GROUP NAME]group to set          complaince for        [required]            version    [VERSION]Version to set        compliance to         ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --at[%m/%d/%Y-%H:%M|When to schedule   %Y-%m-%dT%H:%M]upgrade. [default: Now] --allow-unsuppor…-uAllow Unsupported  (custom) version.  --yes-Y,-yBypass             confirmation       prompts - Assume   Yes                --helpShow this message  and exit.          ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

export

export Usage: cencli export [OPTIONS] COMMAND [ARGS]... Collect configs in mass ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ configs      Export configs in mass.                             redsky-bssidsBuild/Export a BSSID/location csv formatted for     import into RedSky 911Anywhere                      ╰────────────────────────────────────────────────────────────────────╯

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  (APs and Gateways). Switches will export only defined templates.  UI/multi-edit is  not supported. Configs will be exported to cencli-config-export with subfolders for each group, then device type.   This command 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 level id|address|city|staconfigs for a       te|zip]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  switch 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,  ignored if  -G|--groups-only specified --show-sDisplay configs to  terminal along with exporting to        filesystem.         [default: Display  only export  progress] --dir-DPATH               Specify custom      output dir.         [default:  /home/docs/checkou… --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 ───────────────────────────────────────────────────╮ --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

redsky-bssids

redsky-bssids Usage: cencli export redsky-bssids [OPTIONS] Build/Export a BSSID/location csv formatted for import into RedSky  911Anywhere Exports BSSID import Template with BSSID / building / location  mapping. APs must be placed on a floor plan for this command to determine APs location. cencli show aps will tell you what site they are in, this command  provides the building and floor, provided they are placed on a floor plan.   Output for --table--yaml, and --json includes additional  information (not in a RedSky 911Anywhere compatible format).   default output is csv ╭─ Options ──────────────────────────────────────────────────────────╮ --group[GROUP NAME]Gather BSSID  / Location    data for APs  in a specific group         --site[name|site   Gather BSSID  id|address|ci/ Location    ty|state|zip]data for APs  in a specific site          --label[LABEL]Gather BSSID  / Location    data for APs  with a        specific      label         --no-maskMasking will  export the    base BSSID    MAC only,     redsky will   treat the     least         significant   digit as a    wild-card,    disable to    turn masking  off and       export each   BSSID         [default:  mask] --mask-entries-MINTEGER RANGENumber of     [x<=16]manual mask entries to    create.       Output will   not be masked from a redsky perspective.  This option   will create n BSSID entries incrementing  the radio MAC (manual       masking),     regardless if the MAC is    currently an  active BSSID. --update--no-updatewhether to    update the AP location      cache.  Set   to explicitly control if    API calls are made or if    location is   extracted     from cache    only          [default:  Cache is used as long as  all APs exist in cache] --yes-Y,-yBypass        confirmation  prompts -     Assume Yes    --helpShow this     message and   exit.         ╰────────────────────────────────────────────────────────────────────╯ ╭─ Formatting ───────────────────────────────────────────────────────╮ --jsonOutput in JSON [default: csv] --yamlOutput in YAML [default: csv] --tableOutput in Rich Table Format [default: csv] --rawShow raw unformatted response from Central API    Gateway                                           ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --outPATHOutput to file (and terminal) --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

check

check Usage: cencli check [OPTIONS] COMMAND [ARGS]... Check if firmware version is available ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ firmware-availableCheck 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}                                        VERSION Check if a firmware version is available for a given device type ╭─ Arguments ────────────────────────────────────────────────────────╮ *device_typeDEVICE_TYPE:{ap|sw|cx[required] |gw}                  *version    TEXT                 [required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

cancel

cancel Usage: cencli cancel [OPTIONS] COMMAND [ARGS]... Cancel previously initiated firmware upgrade ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ upgradeCancel 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|group|s[required] warm}                *dev_or_groupDEV_OR_GROUP...     device(s) or group(s) to cancel upgrade     [required]            ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --dev-type[ap|sw|cx|gw][required] when Canceling    group upgrade.               --yes-Y,-yBypass confirmation prompts  - Assume Yes                 --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

convert

convert Usage: cencli convert [OPTIONS] COMMAND [ARGS]... Convert j2 Templates or convert the cencli config to CFG_VERSION: 2 ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ templateConvert jinja2 (j2) template into final form based on    variable file.                                           config  Convert Existing cencli config file to CFG_VERSION: 2.   Required to add support for GLP and New Central.         ╰────────────────────────────────────────────────────────────────────╯

template

template Usage: cencli convert template [OPTIONS] TEMPLATE [VAR_FILE] Convert jinja2 (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 (as the template) and a 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: CENCLI_DEBUG]         -dUse default central workspace --ws,--workspaceTEXTThe Aruba Central (GreenLake) WorkSpace to use (must be defined  in the config) [env var: CENCLI_WORKSPACE]        [default: default]                 ╰────────────────────────────────────────────────────────────────────╯

config

config Usage: cencli convert config [OPTIONS] Convert Existing cencli config file to CFG_VERSION: 2. Required to  add support for GLP and New Central. This command will parse the legacy cencli config config.yaml and  convert it to CFG_VERSION: 2. The existing config will be backed up to config.yaml.bak, and a new  config will be created. To enable Commands that use GreenLake or New Central APIs please add glp:     client_id: <GLP Client ID>     client_secret: <GLP Client Secret> to the workspace configuration. Refer to:  https://raw.githubusercontent.com/Pack3tL0ss/central-api-cli/master/ config/config.yaml.example for example with all available options. ╭─ Options ──────────────────────────────────────────────────────────╮ --yes-Y,-yBypass confirmation prompts - Assume Yes --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Common Options ───────────────────────────────────────────────────╮ --pagerEnable Paged Output --debugEnable Additional Debug Logging [env var: CENCLI_DEBUG]         ╰────────────────────────────────────────────────────────────────────╯

generate

generate Usage: cencli generate [OPTIONS] COMMAND [ARGS]... Generate bssids based on AP MAC(s) ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ bssidsGenerate bssids based on AP MAC(s)                         ╰────────────────────────────────────────────────────────────────────╯

bssids

bssids Usage: cencli generate bssids [OPTIONS] [AP_MAC] Generate bssids based on AP MAC(s) Using --file 🚩 will result in a file containing the headers  necessary for import into MS Teams for e911 location. ╭─ Arguments ────────────────────────────────────────────────────────╮ ap_mac[AP_MAC]AP Mac Address ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --filePATH   fetch MACs from file for bssid calc --dirPATH   process all files in dir for bssid    calc                                  --site-sTEXT   The official name of the site (from   SFDC), not required if description field is in the input file.  Only  applies with --file 🚩                -nINTEGERThe number of BSSIDs to generate in   output file.  Only applies with  --file 🚩                             --vertical-VDisplay BSSIDs vertically with no     headers                               --outPATH   Output to file.  --file option will   always create an output file ... by   default will create new file with     same name as --file with _out         appended to the file name.            --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯