How to list all Repositories
Using the Telegram Chatbot
Here's how to request the list:
Select list:
Using the Cockpit Portal
See the Getting started with blueprints section.
Using the Cockpit API
In order to use the Cockpit API you first need to obtain an JWT, as documented in the section about how to get a JWT.
Once you got the JWT:
curl -X GET
-H "Authorization: bearer JWT" /
https://BASE_URL/api/ays/repository
Also see the section about the API Console