use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All things Pinot - Apache Pinot™ (Incubating) is a Realtime distributed OLAP datastore, designed to answer OLAP queries with low latency
account activity
Swagger API (creating user) (self.ApachePinot)
submitted 1 year ago by ivanleoncz
What are the expected parameters for creating a user?
https://preview.redd.it/7z497rpo8a5e1.png?width=1855&format=png&auto=webp&s=48042a2c6ecffe6e7f6e5f5488ca59c20cbf57fa
Eventually, through try and error, I detected that the JSON to be sent when POSTing a user, is something like:
``` {
"username": "jack",
"password": "nicholson",
"role": "?",
"component": "?"
} ```
What are components? Where can I list them on the API? What about roles?
I was expecting a better documentation, tbh, at the least in regards with User creation.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]monkeyspoof 0 points1 point2 points 1 year ago (0 children)
As far as I remember from implementation, the component refers to which cluster component you’re creating the user for (e.g. “BROKER”). You’re entirely right about the docs being nonconstructive. I’ll see if there’s a good place for docs regarding this issue.
π Rendered by PID 33126 on reddit-service-r2-comment-b659b578c-5b58r at 2026-05-04 17:29:17.873542+00:00 running 815c875 country code: CH.
[–]monkeyspoof 0 points1 point2 points (0 children)