https://github.com/ziozzang/steampipe-http-server
Steampipe with API Server
https://github.com/ziozzang/steampipe-http-server
Last synced: 4 days ago
JSON representation
Steampipe with API Server
- Host: GitHub
- URL: https://github.com/ziozzang/steampipe-http-server
- Owner: ziozzang
- Created: 2023-03-13T05:50:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T05:51:10.000Z (over 3 years ago)
- Last Synced: 2025-03-23T12:13:15.856Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steampipe with RESTful API
* why and what is this?
* steampipe has no RestAPI support.
* I need make some multi tenant environments.
* and I need to test some... :)
# How to use
* mount /home/steampipe with configurations.
```
curl -X POST -L \
localhost:5000/query \
-d "q=select * from net_dns_record where domain = 'steampipe.io' and dns_server = '1.1.1.1:53';"
```
# Disclaimer
* use at your own risk