Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send probe request results as JSON string to a RESTful API #36

Open
paulogonc opened this issue Oct 13, 2020 · 1 comment
Open

Send probe request results as JSON string to a RESTful API #36

paulogonc opened this issue Oct 13, 2020 · 1 comment
Assignees
Labels
exporters Related to the exporters feature New feature on hold On hold (waiting for an answer, action required...)

Comments

@paulogonc
Copy link

Is your feature request related to a problem?

Not really, currently I'm saving the probe request results using the option "save to CSV". The problem is, that the probequest is running on a raspberry pi ("other machine"). To get the results I've to copy the csv file from the pi to my computer.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

It would be nice if I can configure a RestFul API request, so that I can send the probe request directly to a web api.

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

I can provide a minimal example of a python based web api for testing purposes. For example with this two endpoints:

POST /probequest/results : Create a new result item
PUT /probequest/results/{id} : Update the result information identified by "id"

Add any other context or screenshots about the feature request here.

@paulogonc paulogonc added the feature New feature label Oct 13, 2020
@SkypLabs
Copy link
Owner

Hi @paulogonc,

Thanks for your feature request.

I am currently refactoring the way probe requests can be exported. It would be soon possible for anyone to write their own exporters, which would be in your case to fire up API calls.

I will get in touch once ready.

@SkypLabs SkypLabs added exporters Related to the exporters on hold On hold (waiting for an answer, action required...) labels Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporters Related to the exporters feature New feature on hold On hold (waiting for an answer, action required...)
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants