Closed romanchelsea closed 5 months ago
For below curl command, with flag -G, it's a GET request with data.
-G
curl -G 'http://localhost:8428/api/v1/export' -d 'match={__name__=~"measurement_.*"}'
I don't see any REST client examples that's equivalent to it.
Would you please take a look?
Never mind. I can send curl request directly.
For below curl command, with flag
-G
, it's a GET request with data.I don't see any REST client examples that's equivalent to it.
Would you please take a look?