Hello,
I would like to query the status of an ArcGIS ImageServer using Python 3.x. When importing new image data, the time of which I do not know, the ArcGIS ImageServer is not available, so that my query goes nowhere and my script hangs.
Is there a way to query the status (Available, Importing, etc.) of an ArcGIS ImageServer? If so, how would this look like using a Python function?
Thank you very much.