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

Add function for verbose post node data #20

Merged
merged 2 commits into from
Oct 22, 2021
Merged

Conversation

j-sv
Copy link
Contributor

@j-sv j-sv commented Oct 22, 2021

The verbose query parameter is optional when posting node data. Setting it to true will result in 202 Accepted being returned with a response body containing the measurement IDs of the ingested measurements.

This is mostly used in testing scenarios when the measurement ID is needed for further test verification.

Due to how data ingestion works in the API the returned measurement ID is not guaranteed to exists. Clients should not rely on this in any production use cases.

The verbose query parameter is optional when posting node data. Setting
it to true will result in 202 Accepted being returned with a response
body containing the measurement IDs of the ingested measurements.

This is mostly used in testing scenarios when the measurement ID is
needed for further test verification.

Due to how data ingestion works in the API the returned measurement ID
is not guaranteed to exists. Clients should not rely on this in any
production use cases.
TomasWahlgren
TomasWahlgren previously approved these changes Oct 22, 2021
@j-sv j-sv merged commit e6fd756 into master Oct 22, 2021
@j-sv j-sv deleted the feature/post-node-data-verbose branch October 22, 2021 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants