I can't find reference to being able to administer/ view licensing information via the Python API. Is there a plan to add this? Stuff like this:
http://server.arcgis.com/en/portal/latest/administer/windows/manage-licenses.htm
dculpinesriuk-esridist this functionality is not available as part of v1.0. We are evaluating this for future releases.
Hi Atma Mani,
we are deploying the ArcGIS Enterprise 10.6 on AWS using chef and setting portal properties & configuration using ArcGIS API for Python v1.4. The deployment process is fully automated except setting user entitlements for Insights, BA Web App & ArcPro. It would be very nice to have this functionality available in ArcGIS API for Python. Please, let us know if its in the pipeline.
Thanks,
Girish
Hello Girish Yadav,
Thank you for sharing your workflow, glad to hear about the automation efforts. The functionality you are looking for already exists as part of the `gis.admin` module. Checkout Administering your GIS | ArcGIS for Developers for some examples. Does this solve your requirement?
Atma.
Awesome!! . Thanks Atma Mani this solves the requirement.