API aithentication fail

i want to use central api connector and i did. When i run the main py  program i get  invalid --get parameter passed.

I run it from my command line and ..main.py --auth static

Parents Reply
  • python sophos_central_main.py --auth static --get tenants -o stdout

    works but i can't get  to work:

    python sophos_central_main.py --auth <auth_option> --get inventory --output <output_option>
    python sophos_central_main.py --auth <auth_option> --get alerts --days <integer: 1-90> --output <output_option>
    python sophos_central_main.py --auth <auth_option> --get local-sites --output <output_option>

    because of:

    --output <output_option>

Children