I need to automatize the process of rebuild scene layer cache.I notice that when you click on "Rebuild Cache" button into a SceneLayer Portal item, Portal application make a request to the following url:
http://<ags_server>/arcgis/rest/services/System/SceneCachingControllers/GPServer/Manage%20Scene%20Cache
I'm looking for documentation about this service, but I haven't found anything.
I tried to make a request, using python httplib, but it seems that it's necessary to put some cookie information.
Dou you know if it is possible?