Getting this error when running: "hosted_services = server1.services.list(folder='System')".
AttributeError: 'ServiceManager' object has no attribute '_services_list'
My GIS Enterprise version is 10.5.1 and the ArcGIS API for Python version is 1.2.4. Python version is 3.6.3
Running "server1.services.list" gives following result:
<bound method ServiceManager.list of ServiceManager at https://agsserver01.test.com:6443/arcgis/admin/services
Anyone having same error or seen this message?