Select to view content in your preferred language

Rebuild Scene Cache with python

722
1
06-05-2019 08:21 AM
DanielGarcia
Regular Contributor

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%20Ca...

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?

Tags (2)
1 Reply
AndreasLorentzen
Regular Contributor

I am wondering about the same thing. Did you find any solution as your post is from 2019?

0 Kudos