Load capture
/api/v3/loadcap/profilesList load capture profiles
Returns load capture profiles stored by a query-capable Enterprise node that has the performance upgrade preview enabled and an explicit --mode setting that includes query.
This endpoint requires an admin token.
curl --request GET \
"https://localhost:8181/api/v3/loadcap/profiles" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
string--mode setting that includes query./api/v3/loadcap/startStart a load capture
Starts a timed capture of write requests, query requests, or both on a query-capable Enterprise node that has the performance upgrade preview enabled and an explicit --mode setting that includes query.
Only one capture can run at a time on a node. This endpoint requires an admin token.
Request body required
application/jsonduration
required
string"5m"type
required
stringwrite
, query
, bothcurl --request POST \
"https://localhost:8181/api/v3/loadcap/start" \
--header "Authorization: Bearer INFLUX_TOKEN" \
--header "Content-Type: application/json" \
--data-raw '{
"duration": "5m",
"type": "write"
}'Responses
profile_id
required
string <uuid>data
objecterror
string--mode setting that includes query.Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.