Hello,
I am trying to find the way to manage datamodels using REST endpoints:
[http://docs.splunk.com/Documentation/Splunk/6.3.1/RESTREF][1]
**May main objectives are:**
- Launch datamodel rebuild operations from custom scheduled scripts (creating some admin scripts that would speak to splunkd and launch the acceleration rebuild)
- Monitor datamodel acceleration states and alert under a few conditions (example: the datamodel acceleration state differs from 100% accelerated, a defined datamodel acceleration has been deactivated...)
*I have found some related post in Splunkbase, like:*
[https://answers.splunk.com/answers/326499/how-can-i-programmatically-monitor-data-model-acce.html][2]
Unfortunately, I couldn't find a REST endpoint that initiates a datamodel acceleration rebuild.
**Then, why does the rest endpoint:**
| rest /services/data/models
Seem to unable to retrieve datamodel information as long as it not globally shared? (in our case for example, very few datamodels are globally shared, most are shared only at the app level)
Any help will be appreciated :-)
Guilhem
[1]: http://docs.splunk.com/Documentation/Splunk/6.3.1/RESTREF
[2]: https://answers.splunk.com/answers/326499/how-can-i-programmatically-monitor-data-model-acce.html
↧