jlewi / foyle

Foyle is a copilot to help developers deploy and operate their applications.
https://foyle.io
Apache License 2.0
111 stars 10 forks source link

Docs for Get Session #346

Open jlewi opened 5 days ago

jlewi commented 5 days ago

The docs for Getting the session here are wrong https://foyle.io/docs/operator-manual/troubleshoot_learning/#did-the-session-get-created

CONTEXTID=01J7S3QZMS5F742JFPWZDCTVRG
curl -s -X POST https://localhost:8877/foyle.logs.SessionsService/GetSession -H "Content-Type: application/json" -d "{\"contextId\": \"${CONTEXTID}\"}" | jq.

There's a couple bugs in this curl command