简体   繁体   中英

How can I create a Splunk App dynamically by Splunk Java or C# SDK

Basically, we create Splunk App on the web, but now we need to create a App dynamically from our client program. Can Splunk's Java or C# SDK supports this feature?

Thank you!

The Java and C# Splunk SDKs are just wrappers for the REST API, but do not provide all of the functionality.

I believe that app creation falls into the category of something that is in the REST API, but not in the SDKs.

You can see everything the C# SDK provides here

You could always access the REST API directly in your C# app. This link shows how to create an app through the REST API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM