Getting Data In

How do I add a new role via REST API?

davidtrujillo
Explorer

Hi,

How could I add a new role via REST API ?

When I try to send the following HTTP POST via Postman:

URL: https://localhost:8089/services/authorization/roles?name=newrole

Method: POST

Authorization: Basic -credentials-, where -credentials- is
the base64 encoding of ID and password joined by a colon.

I got: Cannot perform action "POST" without a target name to act on.

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <messages>
        <msg type="ERROR">Cannot perform action "POST" without a target name to act on.</msg>
    </messages>
</response>

What does target name refer to? And how could I set the value in order to get the HTTP POST request to work ?

0 Karma

harishmeetsu
Explorer

For anyone facing this issue and still looking for an answer, you need to use url encoded parameters to be passed to the request. The request was successful only after this change was made.

harishmeetsu_0-1650711156316.png

 

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@davidtrujillo - Can you please confirm that this resolves your issue?

If so can you please also accept the answer as solution by clicking on "Accept as Solution" button.

0 Karma

somesoni2
Revered Legend

Have you looked at this? (see the example on POST request)

https://docs.splunk.com/Documentation/Splunk/7.2.4/RESTREF/RESTaccess#authorization.2Froles

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...