Forum Discussion
4 Replies
Hi GerhardS
You could use the capabilities creator in BitBar?
Click on the ? symbol on the top right>Capabilities creator.
You can create your desired OS>Device and capabilities aswell as copy them 🙂
KR
Vincent
- GerhardSNew Contributor
Thanks Vincent for your answer!
Your suggested solution seems to be a little complicated - given the fact that for me the requirement "get a list of supported devices" seems to be a very common requirement. I would have expected to have an export functionality accessible directly from the UI.
Thanks nevertheless!
Cheers
Gerhard
Hi GerhardS
Thanks for responding.
Yeah I dont see the options to export.
From reading your opening post I thought it would help as that gives you the device name, capabilities needed which can be easily parsed if your scripting externally etc
Anyways another way would be using this
https://cloud.bitbar.com/cloud/swagger-ui.html#/Devices/getDevicesUsingGET_1
This API will list all the devices and has the filters etc…You need to authenticate or be logged in to cloud.bitbar.com to open the swagger link.KR
Vinnie