Genieacs-sim minimum number of parameters

what is the minimum number of parameters and what is the minimum number of requests to send from the client to GenieACS in order
to be able to send and receive commands sent from the Genie ACS web interface?
For example:
We want to send a Reboot command.

Requests:

  1. Inform:
    '‘Manufacturer’: ‘Mydevice’,
    '‘ManufacturerOUI’: ‘1233456’,
    ‘ProductClass’: ‘MyProdu3ctClass’,
    '‘Serial Number’: ‘12345673890’,
    '‘Connection Request URL’ : ‘http://<ip_client>:7547/’

2.3.4… …What do I need to get a command for a client?

I tried data_model from genieacs-sim
/genieacs/genieacs-sim : data_model_202BC1-BM632w-8KA8WA1151100043.csv

    • it works, you can send a command. Even if the command is not executed, the command reaches the device from which genieacs is running-sim - but there are too many parameters in csv file.

Define client? Web client? CPE? API?

I want to do something like the client’s CPE, but at
the same time fully simulate it,
similar to genieacs-sim
but simpler.