Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created April 18, 2023 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julie-mills/bde2635723627d28f5679cfd176d74d6 to your computer and use it in GitHub Desktop.
Save julie-mills/bde2635723627d28f5679cfd176d74d6 to your computer and use it in GitHub Desktop.
curl -X POST \
"http://localhost:6566/get-online-features" \
-d '{
"features": [
"kernel_activity_features:processName",
"kernel_activity_features:processId",
"kernel_activity_features:eventName"
],
"entities": {
"userId": [0]
}
}' | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment