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!

Admin Your Splunk Cloud, Your Way

Join us to maximize different techniques to best tune Splunk Cloud. In this Tech Enablement, you will get ...

Cloud Platform | Discontinuing support for TLS version 1.0 and 1.1

Overview Transport Layer Security (TLS) is a security communications protocol that lets two computers, ...

New Customer Testimonials

Enterprises of all sizes and across different industries are accelerating cloud adoption by migrating ...