Got an idea for a new feature? Maybe a tweak to make something work even better? Wish there was an integration with another product to make you even more productive? You've come to the right place.
The Product Ideas Portal lets you submit whatever product feedback you have, good, bad, ugly, and anywhere between.
Want to stay anonymous? Don't worry, no email address or name fields are shared on the public portal. You can create an account which lets you vote on other people's ideas and receive updates when your idea's status changes.
To learn more about how an idea becomes a feature, check out this infographic.
The customer wants to use command line to profile servers instead pf pbsmc GUI . This will be added to their build document when they commission new servers. The main reason is for everything to be done via command line and not switch to GUI in between to profile new servers
The BIUL API is out now and you can do a profile with it on the command line. You have to gen a key file to pass back to the api for authentication. Here is what it looks like using sudo
[root@lserver01 ~]# curl -k -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header "Authorization:eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp
XVCJ9.eyJ1c2VyIjp7IklEIjoxLCJDcmVhdGVkQXQiOiIyMDE4LTA3LTMxVDE2OjU0OjM2WiIsIlVwZGF0ZWRBdCI6IjIwMTgtMDctMzFUMTY6NTQ6MzZaIiwiRGVsZXRlZEF0IjpudWxsLCJ1c2VybmFtZSI6ImFkbWluIiwiZW1haWwiOiJtY2RhdmlzQGJ0bGFiLmNvbSIsImZpcnN0bmFtZSI6Ik1hcnRoYSIsImxhc3RuYW1lIjoiRGF2aXMiLCJhZG1pbiI6dHJ1ZSwiYWN0aXZlIjp0cnVlLCJyZW1vdGVVc2VySUQiOjB9LCJleHAiOjE1ODUxNzc4MjMsImlhdCI6MTU4NTE0OTAyM30.NRsH_m-Rk02UhklhxKKp227exz3ugQSVttrHRUhHPn0" -d '{ "CredentialID": 2, "Delegation": "sudo", "HostIDs": [ 140]}' 'https://lserver01:4443/api/v1/actions/hosts/profile'
Attachments Open full size
just an update: the public API will be available Q1 this year; we're tentatively targetting end of Feb.
Attachments Open full size
We're planning on adding a public API and an improved profile feature in our next release, 9.2. That's presently scheduled for Q4 this year. Hope this helps!
Attachments Open full size