curl -u admin:pass https://localhost:8089/servicesNS/nobody/search/data/inputs/script -d name=/Applications/splunk4.3/etc/apps/myApp/bin/myScript.sh -d disabled=true -d interval=3600
How can I convert the above REST API curl command using javascript SDK?
Have a look here Can REST API be used to execute a python script on Splunk server?. Maybe that helps.
We want to use this on splunk dashboard page once user click on submit button.
So actually splunk dashboard in the app uses javascript.
You want to transfer this command into a JavaScript command? Or transfer it to something else using JavaScript commands?