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

[Screenshotting Diagnostics] Change endpoint for checking browser issues to GET #171698

Closed
tsullivan opened this issue Nov 21, 2023 · 2 comments · Fixed by #192232
Closed

[Screenshotting Diagnostics] Change endpoint for checking browser issues to GET #171698

tsullivan opened this issue Nov 21, 2023 · 2 comments · Fixed by #192232
Assignees
Labels
Feature:Reporting:Screenshot Reporting issues pertaining to PNG/PDF file export Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@tsullivan
Copy link
Member

In order to incorporate the screenshotting diagnostics endpoint into internal Support diagnostics tooling, the endpoint for the diagnostics tool must be switched from POST to GET.

Current:

curl 'http://localhost:5601/api/reporting/diagnose/browser' \
  -X 'POST' \
  -H 'Content-Type: application/json' \
  -H 'kbn-version: 8.8.2' \' 

Related [internal]: elastic/support-diagnostics#676

@tsullivan tsullivan added (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) labels Nov 21, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@vadimkibana
Copy link
Contributor

  • Screenshotting would launch a blank page and respond with binary good/problem.
  • If error happens, would return detailed error.

@tsullivan tsullivan added Feature:Reporting:Screenshot Reporting issues pertaining to PNG/PDF file export and removed (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead labels Aug 1, 2024
@tsullivan tsullivan self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Reporting:Screenshot Reporting issues pertaining to PNG/PDF file export Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants