Splunk Dev

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 App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...

Enterprise Security Content Update (ESCU) | New Releases

In April, the Splunk Threat Research Team had 2 releases of new security content via the Enterprise Security ...