Hello, You can fetch all the servers across all projects a user has access to in OpenStack. Use a direct REST API call to authenticate and retrieve an unscoped token { "auth": { "identity": { "methods": ["password"], "password": { "user": { "name": "username", "domain": { "id": "user domain" }, "password": "user password" } } } } } Yours faithfully, *Vidyacakra(විද්යාචක්ර) *Pushpakumara | Suhuru -skill <http://www.suhuru.lk> SmartGPS is a division of Suhuru On Thu, Dec 5, 2024 at 2:31 PM <foram.thakkar@crestdata.ai> wrote:
Hello, We want to fetch all the servers present in all the projects a user has access to. Currently we have to provide any one project name in the body of the authentication call. Is there a way we can fetch all the projects without providing any project name?