https://github.com/onecommons/unfurl-cloudmap-exporter
https://github.com/onecommons/unfurl-cloudmap-exporter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onecommons/unfurl-cloudmap-exporter
- Owner: onecommons
- License: mit
- Created: 2022-08-23T23:38:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T19:31:00.000Z (over 2 years ago)
- Last Synced: 2025-03-11T01:56:10.739Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unfurl-cloudmap-exporter
## Requirements
See `.env.sample` for the environment variables needed.
## Start the server
```bash
pip install -r requirements.txt
gunicorn src.app:app -b localhost:8082
```
## Using the server
```http
GET /dashboard?url=http%3A%2F%2Fexample.com
```
With the parameter `url` being the URL to a dashboard urlencoded.
```http
GET /group?name=Testbed
```
With the parameter `name` being the name of the group containing all the dashboard.