Does any component of this software provide a CLI interface?

Hi everyone, I have a usecase in which I need to connect to fetch the CPE UI IP for any CPE device so that I can remotely access that device to perform certain actions on it. Can you help me find out which component of genieACS exposes a CLI so that I can use it to get the UI IP for any device?

Any leads would be much appreciated.

There is no CLI interface for GenieACS. All interaction is done via the NBI API. This can be easily scripted via curl. I would review the documentation.