Building for the Splunk Platform

Why am I receiving this error on TA-MS-AAD Azure Add On?

bubbleup
New Member

I am trying to use the rest endpoints for the Microsoft Azure Add-on for Splunk TA-MS-AAD

When posting the following:

 

localhost:8089/servicesNS/nobody/TA-MS-AAD/admin/TA_MS_AAD_account/testacct/create?username=myazidhere&password=lslslslslsslsl

I receive following error:

"ERROR"><class 'splunk.admin.BadProgrammerException'>: This handler claims to support this action (4), but has not implemented it.
 
As you can see, I am trying to create our credentials via this API to support automated installation/configuration of this add on
 
Has anyone been able to use the rest endpoints with this Add On? any consumer examples would be great - thanks
 
Labels (1)
0 Karma

mcmaster
Communicator

Hi @bubbleup,

If testacct doesn't exist yet, you'll need to do something like this

curl -k -u 'admin:password' -XPOST -d name=testacct -d username=myazidhere -d password=lslslslslsslsl https://localhost:8089/servicesNS/nobody/TA-MS-AAD/admin/TA_MS_AAD_account 

Try that and see if it works for you.

0 Karma
Get Updates on the Splunk Community!

Splunk Security Content for Threat Detection & Response, Q1 Roundup

Join Principal Threat Researcher, Michael Haag, as he walks through:An introduction to the Splunk Threat ...

Splunk Life | Happy Pride Month!

Happy Pride Month, Splunk Community! 🌈 In the United States, as well as many countries around the ...

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...